summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2020-11-06 22:05:16 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2020-11-09 11:02:58 +0000
commit987993209716302eb8f314f69a2a3340555f94d8 (patch)
tree327e844dc2158079167d2eaf6323384f5a788b07
parent3a7ba89c5815c904d881d908431d00b86c6a4546 (diff)
downloadmeta-raspberrypi-987993209716302eb8f314f69a2a3340555f94d8.tar.gz
Revert "libcamera: Define packageconfig to enable rpi pipeline"
This reverts commit a27f10b76cb1dbf089a3f0980e97f1931b090f17. This was backported to dunfell together with many other changes in: https://github.com/agherzan/meta-raspberrypi/pull/754 but 202002 version in dunfell fails with: ERROR: QA Issue: libcamera: configure was passed unrecognised options: pipelines [unknown-configure-option] 202008 version in gatesgarth is fine, it was added in March: https://git.linuxtv.org/libcamera.git/commit/meson_options.txt?id=ee7e2c93dfbf34b3500c895115c516e5e90d3e31 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--conf/layer.conf2
-rw-r--r--dynamic-layers/multimedia-layer/recipes-multimedia/libcamera/libcamera.bbappend2
2 files changed, 0 insertions, 4 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 0698d37..b45a309 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -31,8 +31,6 @@ BBFILES_DYNAMIC += " \
31 networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/*/*/*.bbappend \ 31 networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/*/*/*.bbappend \
32 qt5-layer:${LAYERDIR}/dynamic-layers/qt5-layer/*/*/*.bb \ 32 qt5-layer:${LAYERDIR}/dynamic-layers/qt5-layer/*/*/*.bb \
33 qt5-layer:${LAYERDIR}/dynamic-layers/qt5-layer/*/*/*.bbappend \ 33 qt5-layer:${LAYERDIR}/dynamic-layers/qt5-layer/*/*/*.bbappend \
34 multimedia-layer:${LAYERDIR}/dynamic-layers/multimedia-layer/*/*/*.bb \
35 multimedia-layer:${LAYERDIR}/dynamic-layers/multimedia-layer/*/*/*.bbappend \
36" 34"
37 35
38DEFAULT_TEST_SUITES_remove_rpi = "parselogs" 36DEFAULT_TEST_SUITES_remove_rpi = "parselogs"
diff --git a/dynamic-layers/multimedia-layer/recipes-multimedia/libcamera/libcamera.bbappend b/dynamic-layers/multimedia-layer/recipes-multimedia/libcamera/libcamera.bbappend
deleted file mode 100644
index 8076ac7..0000000
--- a/dynamic-layers/multimedia-layer/recipes-multimedia/libcamera/libcamera.bbappend
+++ /dev/null
@@ -1,2 +0,0 @@
1PACKAGECONFIG[raspberrypi] = "-Dpipelines=raspberrypi"
2PACKAGECONFIG_append_rpi = " raspberrypi"