aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2017-05-13 23:00:33 +0200
committerAndrea Adami <andrea.adami@gmail.com>2017-05-14 01:53:36 +0200
commited72178bf31558ccf0014f79e31c70c3e223b136 (patch)
tree6b05cc8525ec12276356deec6506fcdae983acb3
parent4002e4db59f4acf932ec9168a34e393859b4716e (diff)
downloadmeta-handheld-morty.tar.gz
meta-handheld: add dependency on openembedded-layermorty
With commit d37f6b5 "tslib: remove recipe" tslib was moved from oe-core to meta-oe. Add dependency on that layer to fix: ERROR: Required build target 'core-image-base' has no buildable providers. Missing or unbuildable dependency chain was: ['core-image-base', 'packagegroup-base-extended', 'zaurusd', 'tslib'] Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
-rw-r--r--README5
-rw-r--r--conf/layer.conf2
2 files changed, 6 insertions, 1 deletions
diff --git a/README b/README
index 100f4b2..d2e6a23 100644
--- a/README
+++ b/README
@@ -22,6 +22,11 @@ URI: git://git.openembedded.org/meta-openembedded
branch: master
revision: HEAD
+layer: meta-oe
+URI: git://git.openembedded.org/meta-openembedded
+branch: master
+revision: HEAD
+
Maintenance
-----------
diff --git a/conf/layer.conf b/conf/layer.conf
index c34f203..4d43bf2 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -16,4 +16,4 @@ BBFILE_PATTERN_meta-handheld := "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-handheld = "7"
-LAYERDEPENDS_meta-handheld = "core meta-initramfs"
+LAYERDEPENDS_meta-handheld = "core meta-initramfs openembedded-layer"