aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/images/self-hosted-image.bb
diff options
context:
space:
mode:
authorZhai Edwin <edwin.zhai@intel.com>2011-12-21 15:33:08 +0800
committerSaul Wold <sgw@linux.intel.com>2012-01-02 20:26:22 -0800
commit0ae387e529cd875c9070f7316ae05c6943533008 (patch)
treee45ded8d47205019c591d4509c2866885911c0b1 /meta/recipes-core/images/self-hosted-image.bb
parentfdb12302674101feb85f4e83936652474ffd231d (diff)
downloadopenembedded-core-contrib-0ae387e529cd875c9070f7316ae05c6943533008.tar.gz
self-hosted-image: Add builder user and mini X
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta/recipes-core/images/self-hosted-image.bb')
-rw-r--r--meta/recipes-core/images/self-hosted-image.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-core/images/self-hosted-image.bb b/meta/recipes-core/images/self-hosted-image.bb
index 53bd989bb9..111c0574d6 100644
--- a/meta/recipes-core/images/self-hosted-image.bb
+++ b/meta/recipes-core/images/self-hosted-image.bb
@@ -4,6 +4,8 @@ POKY_EXTRA_INSTALL = "\
task-self-hosted \
"
+IMAGE_FEATURES += "x11-mini"
+
inherit core-image
-PR = "r1"
+PR = "r2"