[oe-commits] [openembedded-core] 01/03: build-appliance-image: Install network components

git at git.openembedded.org git at git.openembedded.org
Thu Jun 16 21:46:35 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit fc0d9c27b88a691b0fea98b9a2b2a4f3e978ec87
Author: Juro Bystricky <juro.bystricky at intel.com>
AuthorDate: Thu Jun 16 13:32:23 2016 -0700

    build-appliance-image: Install network components
    
    Explicitly add network components into Build Appliance image,
    do not rely on packagegroup-self-hosted to pull them in.
    Network related dependencies were removed from packagegroup-self-hosted.
    
    YOCTO #9758
    
    Signed-off-by: Juro Bystricky <juro.bystricky at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/images/build-appliance-image_15.0.0.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-core/images/build-appliance-image_15.0.0.bb b/meta/recipes-core/images/build-appliance-image_15.0.0.bb
index 9dbfd1b..d8d7048 100644
--- a/meta/recipes-core/images/build-appliance-image_15.0.0.bb
+++ b/meta/recipes-core/images/build-appliance-image_15.0.0.bb
@@ -6,7 +6,8 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \
                     file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
 
-IMAGE_INSTALL = "packagegroup-core-boot packagegroup-core-ssh-openssh packagegroup-self-hosted kernel-dev kernel-devsrc "
+IMAGE_INSTALL = "packagegroup-core-boot packagegroup-core-ssh-openssh packagegroup-self-hosted \
+                 kernel-dev kernel-devsrc connman connman-plugin-ethernet dhcp-client"
 
 IMAGE_FEATURES += "x11-base package-management splash"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list