summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes-recipe/core-image.bbclass41
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#
48FEATURE_PACKAGES_weston = "packagegroup-core-weston"
49FEATURE_PACKAGES_x11 = "packagegroup-core-x11"
50FEATURE_PACKAGES_x11-base = "packagegroup-core-x11-base"
51FEATURE_PACKAGES_x11-sato = "packagegroup-core-x11-sato"
52FEATURE_PACKAGES_tools-debug = "packagegroup-core-tools-debug"
53FEATURE_PACKAGES_eclipse-debug = "packagegroup-core-eclipse-debug" 48FEATURE_PACKAGES_eclipse-debug = "packagegroup-core-eclipse-debug"
54FEATURE_PACKAGES_tools-profile = "packagegroup-core-tools-profile" 49FEATURE_PACKAGES_hwcodecs = "${MACHINE_HWCODECS}"
55FEATURE_PACKAGES_tools-testapps = "packagegroup-core-tools-testapps"
56FEATURE_PACKAGES_tools-sdk = "packagegroup-core-sdk packagegroup-core-standalone-sdk-target"
57FEATURE_PACKAGES_nfs-server = "packagegroup-core-nfs-server"
58FEATURE_PACKAGES_nfs-client = "packagegroup-core-nfs-client" 50FEATURE_PACKAGES_nfs-client = "packagegroup-core-nfs-client"
51FEATURE_PACKAGES_nfs-server = "packagegroup-core-nfs-server"
59FEATURE_PACKAGES_ssh-server-dropbear = "packagegroup-core-ssh-dropbear" 52FEATURE_PACKAGES_ssh-server-dropbear = "packagegroup-core-ssh-dropbear"
60FEATURE_PACKAGES_ssh-server-openssh = "packagegroup-core-ssh-openssh" 53FEATURE_PACKAGES_ssh-server-openssh = "packagegroup-core-ssh-openssh"
61FEATURE_PACKAGES_hwcodecs = "${MACHINE_HWCODECS}" 54FEATURE_PACKAGES_tools-debug = "packagegroup-core-tools-debug"
62 55FEATURE_PACKAGES_tools-profile = "packagegroup-core-tools-profile"
56FEATURE_PACKAGES_tools-sdk = "packagegroup-core-sdk packagegroup-core-standalone-sdk-target"
57FEATURE_PACKAGES_tools-testapps = "packagegroup-core-tools-testapps"
58FEATURE_PACKAGES_weston = "packagegroup-core-weston"
59FEATURE_PACKAGES_x11 = "packagegroup-core-x11"
60FEATURE_PACKAGES_x11-base = "packagegroup-core-x11-base"
61FEATURE_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