diff options
| -rw-r--r-- | meta/classes-recipe/core-image.bbclass | 41 |
1 files changed, 20 insertions, 21 deletions
diff --git a/meta/classes-recipe/core-image.bbclass b/meta/classes-recipe/core-image.bbclass index 309a7c577b..73343f342e 100644 --- a/meta/classes-recipe/core-image.bbclass +++ b/meta/classes-recipe/core-image.bbclass | |||
| @@ -11,20 +11,20 @@ | |||
| 11 | # | 11 | # |
| 12 | # Available IMAGE_FEATURES: | 12 | # Available IMAGE_FEATURES: |
| 13 | # | 13 | # |
| 14 | # - weston - Weston Wayland compositor | ||
| 15 | # - x11 - X server | ||
| 16 | # - x11-base - X server with minimal environment | ||
| 17 | # - x11-sato - OpenedHand Sato environment | ||
| 18 | # - tools-debug - debugging tools | ||
| 19 | # - eclipse-debug - Eclipse remote debugging support | 14 | # - eclipse-debug - Eclipse remote debugging support |
| 20 | # - tools-profile - profiling tools | 15 | # - hwcodecs - Install hardware acceleration codecs |
| 21 | # - tools-testapps - tools usable to make some device tests | ||
| 22 | # - tools-sdk - SDK (C/C++ compiler, autotools, etc.) | ||
| 23 | # - nfs-server - NFS server | ||
| 24 | # - nfs-client - NFS client | 16 | # - nfs-client - NFS client |
| 17 | # - nfs-server - NFS server | ||
| 25 | # - ssh-server-dropbear - SSH server (dropbear) | 18 | # - ssh-server-dropbear - SSH server (dropbear) |
| 26 | # - ssh-server-openssh - SSH server (openssh) | 19 | # - ssh-server-openssh - SSH server (openssh) |
| 27 | # - hwcodecs - Install hardware acceleration codecs | 20 | # - tools-debug - debugging tools |
| 21 | # - tools-profile - profiling tools | ||
| 22 | # - tools-sdk - SDK (C/C++ compiler, autotools, etc.) | ||
| 23 | # - tools-testapps - tools usable to make some device tests | ||
| 24 | # - weston - Weston Wayland compositor | ||
| 25 | # - x11 - X server | ||
| 26 | # - x11-base - X server with minimal environment | ||
| 27 | # - x11-sato - OpenedHand Sato environment | ||
| 28 | # - package-management - installs package management tools and preserves the package manager database | 28 | # - package-management - installs package management tools and preserves the package manager database |
| 29 | # - serial-autologin-root - with 'empty-root-password': autologin 'root' on the serial console | 29 | # - serial-autologin-root - with 'empty-root-password': autologin 'root' on the serial console |
| 30 | # - dev-pkgs - development packages (headers, etc.) for all installed packages in the rootfs | 30 | # - dev-pkgs - development packages (headers, etc.) for all installed packages in the rootfs |
| @@ -45,21 +45,20 @@ | |||
| 45 | # - allow-root-login - the root user can login | 45 | # - allow-root-login - the root user can login |
| 46 | # - post-install-logging - log the output of postinstall scriptlets | 46 | # - post-install-logging - log the output of postinstall scriptlets |
| 47 | # | 47 | # |
| 48 | FEATURE_PACKAGES_weston = "packagegroup-core-weston" | ||
| 49 | FEATURE_PACKAGES_x11 = "packagegroup-core-x11" | ||
| 50 | FEATURE_PACKAGES_x11-base = "packagegroup-core-x11-base" | ||
| 51 | FEATURE_PACKAGES_x11-sato = "packagegroup-core-x11-sato" | ||
| 52 | FEATURE_PACKAGES_tools-debug = "packagegroup-core-tools-debug" | ||
| 53 | FEATURE_PACKAGES_eclipse-debug = "packagegroup-core-eclipse-debug" | 48 | FEATURE_PACKAGES_eclipse-debug = "packagegroup-core-eclipse-debug" |
| 54 | FEATURE_PACKAGES_tools-profile = "packagegroup-core-tools-profile" | 49 | FEATURE_PACKAGES_hwcodecs = "${MACHINE_HWCODECS}" |
| 55 | FEATURE_PACKAGES_tools-testapps = "packagegroup-core-tools-testapps" | ||
| 56 | FEATURE_PACKAGES_tools-sdk = "packagegroup-core-sdk packagegroup-core-standalone-sdk-target" | ||
| 57 | FEATURE_PACKAGES_nfs-server = "packagegroup-core-nfs-server" | ||
| 58 | FEATURE_PACKAGES_nfs-client = "packagegroup-core-nfs-client" | 50 | FEATURE_PACKAGES_nfs-client = "packagegroup-core-nfs-client" |
| 51 | FEATURE_PACKAGES_nfs-server = "packagegroup-core-nfs-server" | ||
| 59 | FEATURE_PACKAGES_ssh-server-dropbear = "packagegroup-core-ssh-dropbear" | 52 | FEATURE_PACKAGES_ssh-server-dropbear = "packagegroup-core-ssh-dropbear" |
| 60 | FEATURE_PACKAGES_ssh-server-openssh = "packagegroup-core-ssh-openssh" | 53 | FEATURE_PACKAGES_ssh-server-openssh = "packagegroup-core-ssh-openssh" |
| 61 | FEATURE_PACKAGES_hwcodecs = "${MACHINE_HWCODECS}" | 54 | FEATURE_PACKAGES_tools-debug = "packagegroup-core-tools-debug" |
| 62 | 55 | FEATURE_PACKAGES_tools-profile = "packagegroup-core-tools-profile" | |
| 56 | FEATURE_PACKAGES_tools-sdk = "packagegroup-core-sdk packagegroup-core-standalone-sdk-target" | ||
| 57 | FEATURE_PACKAGES_tools-testapps = "packagegroup-core-tools-testapps" | ||
| 58 | FEATURE_PACKAGES_weston = "packagegroup-core-weston" | ||
| 59 | FEATURE_PACKAGES_x11 = "packagegroup-core-x11" | ||
| 60 | FEATURE_PACKAGES_x11-base = "packagegroup-core-x11-base" | ||
| 61 | FEATURE_PACKAGES_x11-sato = "packagegroup-core-x11-sato" | ||
| 63 | 62 | ||
| 64 | # IMAGE_FEATURES_REPLACES_foo = 'bar1 bar2' | 63 | # IMAGE_FEATURES_REPLACES_foo = 'bar1 bar2' |
| 65 | # Including image feature foo would replace the image features bar1 and bar2 | 64 | # Including image feature foo would replace the image features bar1 and bar2 |
