]> code.ossystems Code Review - openembedded-core.git/commit
core-image-*.bb: Remove usage of EXTRA_IMAGE_FEATURES from some .bb files
authorRobert P. J. Day <rpjday@crashcourse.ca>
Mon, 9 Jul 2012 17:12:54 +0000 (13:12 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 10 Jul 2012 09:09:35 +0000 (10:09 +0100)
commit347fc6e82a3d1c1ac7dbabd9e5cdd08abd864bfb
treeba81255e52539df331ffcf0a0b7b82458d4f9429
parent22db8917f6301595a48f6dcbcccc27627c8a3941
core-image-*.bb: Remove usage of EXTRA_IMAGE_FEATURES from some .bb files

Replace the usage of EXTRA_IMAGE_FEATURES in a small number of .bb
files with IMAGE_FEATURES, and leave the use of EXTRA_IMAGE_FEATURES
for developers in their local.conf files, to avoid the possibility of
undesirable side effects.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/images/core-image-lsb-sdk.bb
meta/recipes-rt/images/core-image-rt-sdk.bb
meta/recipes-sato/images/core-image-sato-sdk.bb