u-boot-script-toradex: Limit visibility to toradex machines

This helps in making it layer work in multi-bsp environment
Fixes double staging errors like

DEBUG: Staging files from TOPDIR/build/tmp/work/raspberrypi4-yoe-linux-gnueabi/u-boot-script-toradex/2019.07-r0/deploy-u-boot-script-toradex to TOPDIR/build/tmp/deploy/images/raspberrypi4
ERROR: The recipe u-boot-script-toradex is trying to install files into a shared area when those files already exist. Those files and their manifest location are:
  TOPDIR/build/tmp/deploy/images/raspberrypi4/boot.scr
    (matched in manifest-raspberrypi4-rpi-u-boot-scr.deploy)
Please verify which recipe should provide the above files.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2020-03-31 09:09:49 -07:00 committed by Otavio Salvador
parent 80be160184
commit dfce6c6105

View File

@ -41,3 +41,5 @@ addtask deploy after do_install before do_build
PROVIDES += "virtual/bootscript"
PACKAGE_ARCH = "${MACHINE_ARCH}"
COMPATIBLE_MACHINE = "(apalis-imx6|colibri-imx6|colibri-imx6ull|colibri-imx7-emmc|colibri-imx7-nand|colibri-vf.conf)"