diff options
author | Steve Sakoman <steve@sakoman.com> | 2012-01-06 20:51:51 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2012-01-09 21:51:50 -0800 |
commit | f1193e077d187b9ce18ae0686b1a1f0f9832036d (patch) | |
tree | b95f05b681868393ee3ee8d7a06d95028d6c1af1 /meta/conf/bitbake.conf | |
parent | 4fa337fe932230b43d7006cdd8b44dfa05501bbe (diff) | |
download | openembedded-core-f1193e077d187b9ce18ae0686b1a1f0f9832036d.tar.gz openembedded-core-f1193e077d187b9ce18ae0686b1a1f0f9832036d.tar.bz2 openembedded-core-f1193e077d187b9ce18ae0686b1a1f0f9832036d.zip |
Remove last remnants of kernel26 MACHINE_FEATURES
There is no reason to continue to carry this feature
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index b8583646a0..336b1d7062 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -685,7 +685,6 @@ OES_BITBAKE_CONF = "1" # Machine properties and task-base stuff ################################################################## -MACHINE_FEATURES ?= "kernel26" DISTRO_FEATURES ?= "" # This is used to limit what packages goes into images built, so set big by default |