profiles: fix some ebuilds that depend on CROS_SDK_HOST being set

At some point this variable stopped getting set properly in SDK ebuild
environments. It is currently used to filter out some build time files
from target images. Could be done cleaner but that can come later.
This commit is contained in:
Michael Marineau 2014-12-10 18:25:13 -08:00
parent d24f0aae15
commit e8751fac87

View File

@ -1 +1,5 @@
USE="-pam"
# Used by some old goo in profiles/coreos/base/profile.bashrc
# TODO: clean up that old goo
CROS_SDK_HOST="cros-sdk-host"