From d44ab8d60eda1ba361715ad7dc8976dccf072e86 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Wed, 8 Jun 2022 17:41:33 -0700 Subject: uboot-device-tree: Move bbappend into meta-xilinx-tools The provencore bbappend only applied when meta-xilinx-tools is available, so move the bbappend to meta-xilinux-tools. Signed-off-by: Mark Hatle --- .../recipes-bsp/uboot-device-tree/files/pnc.dtsi | 13 ------------- .../uboot-device-tree/uboot-device-tree.bbappend | 9 --------- 2 files changed, 22 deletions(-) delete mode 100644 meta-xilinx-bsp/recipes-bsp/uboot-device-tree/files/pnc.dtsi delete mode 100644 meta-xilinx-bsp/recipes-bsp/uboot-device-tree/uboot-device-tree.bbappend (limited to 'meta-xilinx-bsp') diff --git a/meta-xilinx-bsp/recipes-bsp/uboot-device-tree/files/pnc.dtsi b/meta-xilinx-bsp/recipes-bsp/uboot-device-tree/files/pnc.dtsi deleted file mode 100644 index 760b76be..00000000 --- a/meta-xilinx-bsp/recipes-bsp/uboot-device-tree/files/pnc.dtsi +++ /dev/null @@ -1,13 +0,0 @@ -/ { - reserved-memory { - #address-cells = <2>; - #size-cells = <2>; - ranges; - - pnc-reserved-memory@70000000{ - compatible = "pnc,secure-memory"; - reg = <0x0 0x70000000 0x0 0x0FF00000>; - no-map; - }; - }; -}; diff --git a/meta-xilinx-bsp/recipes-bsp/uboot-device-tree/uboot-device-tree.bbappend b/meta-xilinx-bsp/recipes-bsp/uboot-device-tree/uboot-device-tree.bbappend deleted file mode 100644 index f01276b2..00000000 --- a/meta-xilinx-bsp/recipes-bsp/uboot-device-tree/uboot-device-tree.bbappend +++ /dev/null @@ -1,9 +0,0 @@ -FILESEXTRAPATHS:prepend := "${THISDIR}/files:" - -SRC_URI:append = "${@bb.utils.contains('MACHINE_FEATURES', 'provencore', ' file://pnc.dtsi', '', d)}" - -do_configure:append() { - if [ ${@bb.utils.contains('MACHINE_FEATURES', 'provencore', 'true', '', d)} ]; then - echo '#include "pnc.dtsi"' >> ${DT_FILES_PATH}/system-top.dts - fi -} -- cgit v1.2.3-54-g00ecf