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:09:00 +0000 |
commit | f19bdeab37e8433c42a36383c78b0f10e700342d (patch) | |
tree | 898b50f3ba33c1d8b1ccd9826ff1e037d6067ed2 /meta/recipes-sato | |
parent | b064818003db3d3a3a18a4a27786725b28bd8d56 (diff) | |
download | poky-f19bdeab37e8433c42a36383c78b0f10e700342d.tar.gz |
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.
(From OE-Core rev: 1cb370587fd72e3f0f69678748108cc4116767fb)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r-- | meta/recipes-sato/images/core-image-sato.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-sato/images/core-image-sato.bb b/meta/recipes-sato/images/core-image-sato.bb index f52a1a5478..e3246d2b67 100644 --- a/meta/recipes-sato/images/core-image-sato.bb +++ b/meta/recipes-sato/images/core-image-sato.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Image with Sato, a mobile environment and visual style for \ | |||
2 | mobile devices. The image supports X11 with a Sato theme, Pimlico \ | 2 | mobile devices. The image supports X11 with a Sato theme, Pimlico \ |
3 | applications, and contains terminal, editor, and file manager." | 3 | applications, and contains terminal, editor, and file manager." |
4 | 4 | ||
5 | IMAGE_FEATURES += "splash package-management x11-base x11-sato ssh-server-dropbear" | 5 | IMAGE_FEATURES += "splash package-management x11-base x11-sato ssh-server-dropbear hwcodecs" |
6 | 6 | ||
7 | LICENSE = "MIT" | 7 | LICENSE = "MIT" |
8 | 8 | ||