diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2011-12-21 15:33:08 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2012-01-02 20:26:22 -0800 |
commit | 0ae387e529cd875c9070f7316ae05c6943533008 (patch) | |
tree | e45ded8d47205019c591d4509c2866885911c0b1 /meta/recipes-core/images | |
parent | fdb12302674101feb85f4e83936652474ffd231d (diff) | |
download | openembedded-core-0ae387e529cd875c9070f7316ae05c6943533008.tar.gz openembedded-core-0ae387e529cd875c9070f7316ae05c6943533008.tar.bz2 openembedded-core-0ae387e529cd875c9070f7316ae05c6943533008.zip |
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')
-rw-r--r-- | meta/recipes-core/images/self-hosted-image.bb | 4 |
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" |