bblayers.conf: Remove meta-ruby and meta-efl layer
authorChanghyeok Bae <changhyeok.bae@gmail.com>
Wed, 13 Dec 2017 10:36:16 +0000 (10:36 +0000)
committerChanghyeok Bae <changhyeok.bae@gmail.com>
Tue, 23 Jan 2018 13:17:51 +0000 (22:17 +0900)
meta-ruby and meta-efl layers are removed in meta-openembedded.

Bug-AGL: SPEC-1181

Change-Id: I6ac787e540b4d007e6e88d204338f17a2a29abb7
Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
README.md
templates/base/bblayers.conf.sample
templates/feature/agl-sota/50_bblayers.conf.inc

index fc6a069..8c98eda 100644 (file)
--- a/README.md
+++ b/README.md
@@ -52,7 +52,6 @@ See README-AGL.md
  Specifically out of meta-openembedded these sub-layers are used:
        * meta-openembedded/meta-oe
        * meta-openembedded/meta-multimedia
-       * meta-openembedded/meta-efl
        * meta-openembedded/meta-networking
        * meta-openembedded/meta-python
 
index 6bccb79..d869546 100644 (file)
@@ -35,7 +35,6 @@ AGL_CORE_LAYERS = " \
 AGL_CORE_DEPENDENCY_LAYERS = " \
   ${METADIR}/meta-openembedded/meta-oe \
   ${METADIR}/meta-openembedded/meta-multimedia \
-  ${METADIR}/meta-openembedded/meta-efl \
   ${METADIR}/meta-openembedded/meta-networking \
   ${METADIR}/meta-openembedded/meta-python \
   ${METADIR}/meta-openembedded/meta-filesystems \
index bdcf076..22a718f 100644 (file)
@@ -2,7 +2,6 @@ BBLAYERS =+ " \
        ${METADIR}/meta-updater \
        ${METADIR}/meta-openembedded/meta-filesystems \
        ${METADIR}/meta-openembedded/meta-python \
-       ${METADIR}/meta-openembedded/meta-ruby \
        ${METADIR}/meta-rust \
        "