]> code.ossystems Code Review - openembedded-core.git/commitdiff
task-self-hosted: add connman and connman-plugin-ethernet
authorDexuan Cui <dexuan.cui@intel.com>
Tue, 14 Feb 2012 14:41:16 +0000 (22:41 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Feb 2012 17:47:32 +0000 (17:47 +0000)
Without this, the VMware guest running self-hosted-image can't get IP
address automatically.

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
meta/recipes-core/tasks/task-self-hosted.bb

index 63fa1cc25b2e0f2ad5954ed4517c2c06eecd4e34..1678ac366d22a5773c4e613aada87bf1e7dfa063 100644 (file)
@@ -3,7 +3,7 @@
 #
 
 DESCRIPTION = "Create Basic Image Tasks"
-PR = "r4"
+PR = "r5"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
                     file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
@@ -28,6 +28,8 @@ RDEPENDS_task-self-hosted = "\
     "
 
 RDEPENDS_task-self-hosted-host-tools = "\
+    connman \
+    connman-plugin-ethernet \
     parted \
     e2fsprogs \
     e2fsprogs-mke2fs \