diff options
| -rw-r--r-- | meta/classes/core-image.bbclass | 4 | ||||
| -rw-r--r-- | meta/recipes-extended/images/core-image-lsb.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-sato/images/core-image-sato.bb | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/meta/classes/core-image.bbclass b/meta/classes/core-image.bbclass index e0f6dbb7d9..657d5f243a 100644 --- a/meta/classes/core-image.bbclass +++ b/meta/classes/core-image.bbclass | |||
| @@ -23,6 +23,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 | |||
| 23 | # - ssh-server-dropbear - SSH server (dropbear) | 23 | # - ssh-server-dropbear - SSH server (dropbear) |
| 24 | # - ssh-server-openssh - SSH server (openssh) | 24 | # - ssh-server-openssh - SSH server (openssh) |
| 25 | # - qt4-pkgs - Qt4/X11 and demo applications | 25 | # - qt4-pkgs - Qt4/X11 and demo applications |
| 26 | # - hwcodecs - Install hardware acceleration codecs | ||
| 26 | # - package-management - installs package management tools and preserves the package manager database | 27 | # - package-management - installs package management tools and preserves the package manager database |
| 27 | # - debug-tweaks - makes an image suitable for development, e.g. allowing passwordless root logins | 28 | # - debug-tweaks - makes an image suitable for development, e.g. allowing passwordless root logins |
| 28 | # - dev-pkgs - development packages (headers, etc.) for all installed packages in the rootfs | 29 | # - dev-pkgs - development packages (headers, etc.) for all installed packages in the rootfs |
| @@ -41,6 +42,7 @@ PACKAGE_GROUP_ssh-server-dropbear = "packagegroup-core-ssh-dropbear" | |||
| 41 | PACKAGE_GROUP_ssh-server-openssh = "packagegroup-core-ssh-openssh" | 42 | PACKAGE_GROUP_ssh-server-openssh = "packagegroup-core-ssh-openssh" |
| 42 | PACKAGE_GROUP_package-management = "${ROOTFS_PKGMANAGE}" | 43 | PACKAGE_GROUP_package-management = "${ROOTFS_PKGMANAGE}" |
| 43 | PACKAGE_GROUP_qt4-pkgs = "packagegroup-core-qt-demoapps" | 44 | PACKAGE_GROUP_qt4-pkgs = "packagegroup-core-qt-demoapps" |
| 45 | PACKAGE_GROUP_hwcodecs = "${MACHINE_HWCODECS}" | ||
| 44 | 46 | ||
| 45 | 47 | ||
| 46 | # IMAGE_FEATURES_REPLACES_foo = 'bar1 bar2' | 48 | # IMAGE_FEATURES_REPLACES_foo = 'bar1 bar2' |
| @@ -50,6 +52,8 @@ IMAGE_FEATURES_REPLACES_ssh-server-openssh = "ssh-server-dropbear" | |||
| 50 | # IMAGE_FEATURES_CONFLICTS_foo = 'bar1 bar2' | 52 | # IMAGE_FEATURES_CONFLICTS_foo = 'bar1 bar2' |
| 51 | # An error exception would be raised if both image features foo and bar1(or bar2) are included | 53 | # An error exception would be raised if both image features foo and bar1(or bar2) are included |
| 52 | 54 | ||
| 55 | MACHINE_HWCODECS ??= "" | ||
| 56 | |||
| 53 | python __anonymous() { | 57 | python __anonymous() { |
| 54 | # Ensure we still have a splash screen for existing images | 58 | # Ensure we still have a splash screen for existing images |
| 55 | if base_contains("IMAGE_FEATURES", "apps-console-core", "1", "", d) == "1": | 59 | if base_contains("IMAGE_FEATURES", "apps-console-core", "1", "", d) == "1": |
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 \ | |||
| 2 | reasonably used for customization and is suitable for implementations that \ | 2 | reasonably used for customization and is suitable for implementations that \ |
| 3 | conform to Linux Standard Base (LSB)." | 3 | conform to Linux Standard Base (LSB)." |
| 4 | 4 | ||
| 5 | IMAGE_FEATURES += "splash ssh-server-openssh" | 5 | IMAGE_FEATURES += "splash ssh-server-openssh hwcodecs" |
| 6 | 6 | ||
| 7 | IMAGE_INSTALL = "\ | 7 | IMAGE_INSTALL = "\ |
| 8 | ${CORE_IMAGE_BASE_INSTALL} \ | 8 | ${CORE_IMAGE_BASE_INSTALL} \ |
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 | ||
