summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-07-26 23:59:19 -0700
committerAndrei Gherzan <andrei@gherzan.ro>2019-08-14 13:56:20 +0200
commit559287aed92787d2e6e46e5a7af814a679849ef1 (patch)
tree59e2efca9f32fc08fb8b202494e835df9d25ed56
parentc2f2eaf4451691c24f17fd28b11d228e07e911dd (diff)
downloadmeta-raspberrypi-559287aed92787d2e6e46e5a7af814a679849ef1.tar.gz
drbd: Disable for rpi machines
Its enabled in linux-raspberrypi modules in defconfig so we can ignore external driver for now, fixes ERROR: linux-raspberrypi-1_4.19.58+gitAUTOINC+d5dc848c98-r0 do_packagedata_setscene: The recipe linux-raspberrypi is trying to install files into a shared area when those files already exist. Those files and their manifest location are: /mnt/a/yoe/build/tmp/pkgdata/raspberrypi3-64/runtime/kernel-module-drbd-4.19.58.packaged (matched in manifest-raspberrypi3_64-drbd.packagedata) /mnt/a/yoe/build/tmp/pkgdata/raspberrypi3-64/runtime/kernel-module-drbd-4.19.58 (matched in manifest-raspberrypi3_64-drbd.packagedata) Please verify which recipe should provide the above files. Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--dynamic-layers/networking-layer/recipes-support/drbd/drbd_%.bbappend3
1 files changed, 3 insertions, 0 deletions
diff --git a/dynamic-layers/networking-layer/recipes-support/drbd/drbd_%.bbappend b/dynamic-layers/networking-layer/recipes-support/drbd/drbd_%.bbappend
new file mode 100644
index 0000000..933aaf6
--- /dev/null
+++ b/dynamic-layers/networking-layer/recipes-support/drbd/drbd_%.bbappend
@@ -0,0 +1,3 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2
3COMPATIBLE_MACHINE_rpi = "(null)"