* Remove the KERNEL_DEVICETREE lists now that they have been moved to the machine configuration.
Signed-off-by: Jacob Stiffler <[email protected]> --- .../ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb index 57f37ac..15c14aa 100644 --- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb +++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb @@ -50,7 +50,7 @@ SRC_URI = "\ file://Makefile_barcode-roi \ " -PR = "r80" +PR = "r81" MAKEFILES_MATRIX_GUI = "matrix-gui-browser \ refresh-screen \ @@ -184,17 +184,6 @@ UBOOT_LOADADDRESS ?= "0" KERNEL_BUILD_CMDS = "${@base_conditional('KERNEL_IMAGETYPE','uImage','LOADADDR=${UBOOT_LOADADDRESS} uImage','zImage',d)}" -KERNEL_DEVICETREE_ti33x = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb am335x-bonegreen.dtb am335x-icev2.dtb" -KERNEL_DEVICETREE_ti43x = "am43x-epos-evm.dtb am437x-gp-evm.dtb am437x-gp-evm-hdmi.dtb am437x-sk-evm.dtb am437x-idk-evm.dtb" -KERNEL_DEVICETREE_beaglebone = "am335x-bone.dtb am335x-boneblack.dtb am335x-bonegreen.dtb" -KERNEL_DEVICETREE_omap5-evm = "omap5-uevm.dtb" -KERNEL_DEVICETREE_dra7xx-evm = "dra7-evm.dtb dra7-evm-lcd-lg.dtb dra7-evm-lcd-osd.dtb dra72-evm.dtb dra72-evm-revc.dtb dra72-evm-lcd-lg.dtb dra72-evm-lcd-osd.dtb" -KERNEL_DEVICETREE_am57xx-evm = "am57xx-beagle-x15.dtb am57xx-beagle-x15-revb1.dtb am57xx-evm.dtb am57xx-evm-reva3.dtb am571x-idk.dtb am572x-idk.dtb am571x-idk-lcd-osd.dtb am572x-idk-lcd-osd.dtb ${@base_conditional('ENABLE_TI_UIO_DEVICES', '1', 'am572x-idk-pru-excl-uio.dtb', '', d)}" -KERNEL_DEVICETREE_k2hk = "keystone-k2hk-evm.dtb" -KERNEL_DEVICETREE_k2e = "keystone-k2e-evm.dtb" -KERNEL_DEVICETREE_k2g = "keystone-k2g-evm.dtb" -KERNEL_DEVICETREE_k2l-evm = "keystone-k2l-evm.dtb" - DEFCONFIG = "tisdk_${MACHINE}${ARAGO_KERNEL_SUFFIX}_defconfig" AMSDK_DEFCONFIG = "singlecore-omap2plus_defconfig" -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
