diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-07-26 23:59:19 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-07-28 21:51:16 +0100 |
commit | 62f5cd7de2cc58b5fdb22c31461d524e69674bb7 (patch) | |
tree | c350d50b0d022006e21fbe22a160d82984e4d282 /dynamic-layers/networking-layer | |
parent | 37faf7553fbfd13df089a3fc4630fd9ef051105d (diff) | |
download | meta-raspberrypi-62f5cd7de2cc58b5fdb22c31461d524e69674bb7.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>
Diffstat (limited to 'dynamic-layers/networking-layer')
-rw-r--r-- | dynamic-layers/networking-layer/recipes-support/drbd/drbd_%.bbappend | 3 |
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 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
2 | |||
3 | COMPATIBLE_MACHINE_rpi = "(null)" | ||