fix(profiles): Move INSTALL_MASK from common.sh to profiles.

This one isn't used by default, only when building final images like so:

    export INSTALL_MASK=$(portageq-$BOARD envvar PROD_INSTALL_MASK)
This commit is contained in:
Michael Marineau 2013-11-29 22:18:23 -08:00
parent da1f605863
commit e0244428fb

View File

@ -18,3 +18,21 @@ INSTALL_MASK="${INSTALL_MASK}
/usr/share/i18n
/usr/share/locale
"
# Restrictive mask for production images.
# TODO(marineam): Perhaps later move this to a generic/production profile.
PROD_INSTALL_MASK="${INSTALL_MASK}
*.a *.la *.h *.hpp
/usr/lib/debug
/usr/lib*/pkgconfig
/usr/share/aclocal*
/usr/share/awk
/usr/share/doc
/usr/share/gdb
/usr/share/gettext
/usr/share/gobject-introspection-1.0
/usr/share/gtk-doc
/usr/share/pkgconfig
/usr/share/readline
/usr/src
"