[oe-commits] Dexuan Cui : task-self-hosted: add connman and connman-plugin-ethernet

git at git.openembedded.org git at git.openembedded.org
Tue Feb 21 18:01:44 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 3fa9a7e4dc9eadce22a9838d2067d5af0111b04b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=3fa9a7e4dc9eadce22a9838d2067d5af0111b04b

Author: Dexuan Cui <dexuan.cui at intel.com>
Date:   Tue Feb 14 22:41:16 2012 +0800

task-self-hosted: add connman and connman-plugin-ethernet

Without this, the VMware guest running self-hosted-image can't get IP
address automatically.

Signed-off-by: Dexuan Cui <dexuan.cui at intel.com>

---

 meta/recipes-core/tasks/task-self-hosted.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-core/tasks/task-self-hosted.bb b/meta/recipes-core/tasks/task-self-hosted.bb
index 63fa1cc..1678ac3 100644
--- a/meta/recipes-core/tasks/task-self-hosted.bb
+++ b/meta/recipes-core/tasks/task-self-hosted.bb
@@ -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 \





More information about the Openembedded-commits mailing list