Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-distro/README | 27 ++++++++++++++++++--------- meta-arago-distro/conf/layer.conf | 14 ++++++++++++++ meta-arago-extras/README | 20 ++++++++++++-------- meta-arago-extras/conf/layer.conf | 10 ++++++++++ 4 files changed, 54 insertions(+), 17 deletions(-)
diff --git a/meta-arago-distro/README b/meta-arago-distro/README index d07d989..f9f82cd 100644 --- a/meta-arago-distro/README +++ b/meta-arago-distro/README @@ -1,26 +1,35 @@ meta-arago-distro provides Arago distribution configuration for TI SDK products -This layer works with the latest Yocto Project release (currently 2.1+) and tracks -the stable/maintenance branches (currently "master") of the corresponding layers: +This layer works with the latest Yocto Project release (currently 2.2) and tracks +the stable/maintenance branches (currently "morty") of the corresponding layers: URI: git://git.openembedded.org/openembedded-core -branch: master +branch: morty revision: HEAD layers: meta URI: git://git.openembedded.org/meta-openembedded -branch: master +branch: morty revision: HEAD -layers: meta-oe, toolchain-layer, meta-networking +layers: meta-oe, meta-networking, meta-python -URI: git://arago-project.org/git/meta-ti -branch: master +URI: git://git.yoctoproject.org/meta-ti +branch: morty revision: HEAD +URI: https://github.com/meta-qt5/meta-qt5 +branch: morty +revision: HEAD + +URI: git://arago-project.org/git/meta-arago +branch: morty +revision: HEAD +layers: meta-arago-extras + URI: git://git.linaro.org/openembedded/meta-linaro -branch: master +branch: morty revision: HEAD -layers: meta-linaro-toolchain +layers: meta-linaro-toolchain, meta-optee Send pull requests to [email protected] diff --git a/meta-arago-distro/conf/layer.conf b/meta-arago-distro/conf/layer.conf index f4e2a17..c86a41a 100644 --- a/meta-arago-distro/conf/layer.conf +++ b/meta-arago-distro/conf/layer.conf @@ -8,6 +8,20 @@ BBFILE_COLLECTIONS += "meta-arago-distro" BBFILE_PATTERN_meta-arago-distro := "^${LAYERDIR}/" BBFILE_PRIORITY_meta-arago-distro = "10" +LAYERDEPENDS_meta-arago-distro = " \ + core \ + meta-ti \ + openembedded-layer \ + networking-layer \ + meta-python \ + linaro-toolchain \ + meta-optee \ + qt5-layer \ + meta-arago-extras \ +" + +BB_DANGLINGAPPENDS_WARNONLY = "true" + SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ weston-init->weston \ weston-init->kbd \ diff --git a/meta-arago-extras/README b/meta-arago-extras/README index fb97d4b..2478a08 100644 --- a/meta-arago-extras/README +++ b/meta-arago-extras/README @@ -1,24 +1,28 @@ meta-arago-extras provides additional TI SDK applications that are distro-agnostic -This layer works with the latest Yocto Project release (currently 2.1+) and tracks -the stable/maintenance branches (currently "master") of the corresponding layers: +This layer works with the latest Yocto Project release (currently 2.2) and tracks +the stable/maintenance branches (currently "morty") of the corresponding layers: URI: git://git.openembedded.org/openembedded-core -branch: master +branch: morty revision: HEAD layers: meta URI: git://git.openembedded.org/meta-openembedded -branch: master +branch: morty revision: HEAD -layers: meta-oe, toolchain-layers, meta-networking +layers: meta-oe, meta-networking, meta-python -URI: git://arago-project.org/git/meta-ti -branch: master +URI: git://git.yoctoproject.org/meta-ti +branch: morty +revision: HEAD + +URI: https://github.com/meta-qt5/meta-qt5 +branch: morty revision: HEAD URI: git://git.linaro.org/openembedded/meta-linaro -branch: master +branch: morty revision: HEAD layers: meta-linaro-toolchain diff --git a/meta-arago-extras/conf/layer.conf b/meta-arago-extras/conf/layer.conf index 605d083..83ac107 100644 --- a/meta-arago-extras/conf/layer.conf +++ b/meta-arago-extras/conf/layer.conf @@ -13,6 +13,16 @@ ARAGOBASE := '${@os.path.normpath("${LAYERDIR}/../")}' LICENSE_PATH += "${LAYERDIR}/licenses" +LAYERDEPENDS_meta-arago-extras = " \ + core \ + meta-ti \ + openembedded-layer \ + networking-layer \ + meta-python \ + linaro-toolchain \ + qt5-layer \ +" + SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ matrix-gui-multimedia-demos->amsdk-av-files \ matrix-gui-oprofile-demos->oprofile \ -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
