diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-23 21:56:11 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-24 20:07:59 +0000 |
commit | 1cb370587fd72e3f0f69678748108cc4116767fb (patch) | |
tree | 09c4fe19584bd4e250c96bc8fc375dbdb9eda746 /meta/recipes-extended | |
parent | 285c7577813cf75a3b554f8a5d6d7ba002127ef4 (diff) | |
download | openembedded-core-1cb370587fd72e3f0f69678748108cc4116767fb.tar.gz openembedded-core-1cb370587fd72e3f0f69678748108cc4116767fb.tar.bz2 openembedded-core-1cb370587fd72e3f0f69678748108cc4116767fb.zip |
core-image: Add hwcodecs IMAGE_FEATURE
Currently hardware codecs are being injected in rather ugly ways and end up
either in no or all images. This adds a dedicated IMAGE_FEATURE for them based
on the MACHINE_HWCODECS variable. We may need to refine this in due course
but this patch at least illustrates the concept.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/images/core-image-lsb.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/images/core-image-lsb.bb b/meta/recipes-extended/images/core-image-lsb.bb index 2c47dc6b09..a5f2643998 100644 --- a/meta/recipes-extended/images/core-image-lsb.bb +++ b/meta/recipes-extended/images/core-image-lsb.bb @@ -2,7 +2,7 @@ DESCRIPTION = "A foundational basic image without support for X that can be \ reasonably used for customization and is suitable for implementations that \ conform to Linux Standard Base (LSB)." -IMAGE_FEATURES += "splash ssh-server-openssh" +IMAGE_FEATURES += "splash ssh-server-openssh hwcodecs" IMAGE_INSTALL = "\ ${CORE_IMAGE_BASE_INSTALL} \ |