Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-distro/README | 17 +++++++++++++---- meta-arago-distro/conf/layer.conf | 14 ++++++++++++++ meta-arago-extras/README | 10 +++++++--- meta-arago-extras/conf/layer.conf | 10 ++++++++++ 4 files changed, 44 insertions(+), 7 deletions(-)
diff --git a/meta-arago-distro/README b/meta-arago-distro/README index d07d989..03157ae 100644 --- a/meta-arago-distro/README +++ b/meta-arago-distro/README @@ -1,6 +1,6 @@ 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 +This layer works with the latest Yocto Project release (currently 2.2+) and tracks the stable/maintenance branches (currently "master") of the corresponding layers: URI: git://git.openembedded.org/openembedded-core @@ -11,16 +11,25 @@ layers: meta URI: git://git.openembedded.org/meta-openembedded branch: master revision: HEAD -layers: meta-oe, toolchain-layer, meta-networking +layers: meta-oe, meta-networking, meta-python -URI: git://arago-project.org/git/meta-ti +URI: git://git.yoctoproject.org/meta-ti branch: master revision: HEAD +URI: https://github.com/meta-qt5/meta-qt5 +branch: master +revision: HEAD + +URI: git://arago-project.org/git/meta-arago +branch: master +revision: HEAD +layers: meta-arago-extras + URI: git://git.linaro.org/openembedded/meta-linaro branch: master 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..62416cd 100644 --- a/meta-arago-extras/README +++ b/meta-arago-extras/README @@ -1,6 +1,6 @@ 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 +This layer works with the latest Yocto Project release (currently 2.2+) and tracks the stable/maintenance branches (currently "master") of the corresponding layers: URI: git://git.openembedded.org/openembedded-core @@ -11,9 +11,13 @@ layers: meta URI: git://git.openembedded.org/meta-openembedded branch: master revision: HEAD -layers: meta-oe, toolchain-layers, meta-networking +layers: meta-oe, meta-networking, meta-python -URI: git://arago-project.org/git/meta-ti +URI: git://git.yoctoproject.org/meta-ti +branch: master +revision: HEAD + +URI: https://github.com/meta-qt5/meta-qt5 branch: master revision: HEAD 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
