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:50:31 +0200
commit1949da5f61e83c4a8a5d37578e60387c58bc423c (patch)
treec35b6cdf59f8960c9b29d8cc0baa388a97e59819
parent6efdcb9fe1807735a776ecda88c7cd818e70497f (diff)
downloadmeta-handheld-1949da5f61e83c4a8a5d37578e60387c58bc423c.tar.gz
meta-handheld: add dependency on openembedded-layer
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"