[yocto] [meta-cgl][PATCH] meta-cgl-common: remove dependency on meta-openclovis

jackie.huang at windriver.com jackie.huang at windriver.com
Sun May 21 23:51:49 PDT 2017


From: Jackie Huang <jackie.huang at windriver.com>

The dependency was needed because of the usage of
openhpi and openimpi, now the two recipes are added
in meta-openembedded/meta-networking and
meta-openembedded/meta-oe with newer versions,
and meta-openclovis is not really active in the past
two years, it's better to remove the dependency on
meta-openclovis.

Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
---
 README                          | 4 ----
 cgl-init-build-env              | 2 +-
 meta-cgl-common/conf/layer.conf | 2 +-
 3 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/README b/README
index 9f6713c..0117c1e 100644
--- a/README
+++ b/README
@@ -21,9 +21,6 @@ This layer depends on:
   URI: git://git.yoctoproject.org/meta-qt3
   branch: master
 
-  URI: https://github.com/joaohf/meta-openclovis
-  branch: master
-
   URI: git://git.yoctoproject.org/meta-selinux
   branch: master
 
@@ -98,7 +95,6 @@ other layers needed. Adapt the below list to proper format.
     meta-yocto
     meta-yocto-bsp
     meta-virtualization
-    meta-openclovis
     meta-selinux
     meta-security
     meta-cloud-services/meta-openstack
diff --git a/cgl-init-build-env b/cgl-init-build-env
index 29dfb38..5e1842e 100755
--- a/cgl-init-build-env
+++ b/cgl-init-build-env
@@ -28,7 +28,7 @@ unset OPTION
 
 NUM_CORES=$(grep -c processor /proc/cpuinfo || echo 2)
 BUILD_PATH="build"
-METALAYERS="meta-cgl/meta-cgl-common,meta-qt3,meta-openclovis,meta-selinux,meta-security,meta-virtualization"
+METALAYERS="meta-cgl/meta-cgl-common,meta-qt3,meta-selinux,meta-security,meta-virtualization"
 
 function usage() {
 cat <<EOF
diff --git a/meta-cgl-common/conf/layer.conf b/meta-cgl-common/conf/layer.conf
index dfd0d1f..bdf5f3f 100644
--- a/meta-cgl-common/conf/layer.conf
+++ b/meta-cgl-common/conf/layer.conf
@@ -11,6 +11,6 @@ BBFILE_COLLECTIONS += "cgl-common"
 BBFILE_PATTERN_cgl-common = "^${LAYERDIR}/"
 BBFILE_PRIORITY_cgl-common = "7"
 
-LAYERDEPENDS_cgl-common = "core openembedded-layer networking-layer perl-layer filesystems-layer security openclovis selinux"
+LAYERDEPENDS_cgl-common = "core openembedded-layer networking-layer perl-layer filesystems-layer security selinux"
 
 require conf/distro/include/cgl_common_security_flags.inc
-- 
2.11.0




More information about the yocto mailing list