summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2020-02-25 15:40:15 -0800
committerMark Hatle <mark.hatle@xilinx.com>2020-02-27 08:36:00 -0800
commit7e107e9e1daf0215ba3f4ed859c10568655c5036 (patch)
tree6260e280bc601dc3f868647aaa9c5fc66c55b4b8
parent4fb0fc372d48889024cacf4307e6cbd86d79c870 (diff)
downloadmeta-xilinx-7e107e9e1daf0215ba3f4ed859c10568655c5036.tar.gz
meta-xilinx-standalone/device-tree: remove duplicate internal references
Some of the components have been moved to internal configuration layers Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
-rw-r--r--meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend20
1 files changed, 4 insertions, 16 deletions
diff --git a/meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend b/meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend
index 970f97fc..96726933 100644
--- a/meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend
+++ b/meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend
@@ -1,23 +1,11 @@
1COMPATIBLE_OS_xilinx-standalone = "${TARGET_OS}"
2
1COMPATIBLE_MACHINE_cortexa53-zynqmp = ".*" 3COMPATIBLE_MACHINE_cortexa53-zynqmp = ".*"
2COMPATIBLE_MACHINE_cortexr5-zynqmp = ".*" 4COMPATIBLE_MACHINE_cortexr5-zynqmp = ".*"
3COMPATIBLE_MACHINE_microblaze-pmu = ".*" 5COMPATIBLE_MACHINE_microblaze-pmu = ".*"
4COMPATIBLE_MACHINE_microblaze-plm = ".*" 6COMPATIBLE_MACHINE_microblaze-plm = ".*"
5COMPATIBLE_MACHINE_cortexa72-versal = ".*" 7COMPATIBLE_MACHINE_cortexa72-versal = ".*"
6 8
7COMPATIBLE_OS_xilinx-standalone = "${TARGET_OS}"
8
9REPO_cortexa53-zynqmp = "git://gitenterprise.xilinx.com/decoupling/device-tree-xlnx;protocol=https"
10REPO_cortexr5-zynqmp = "git://gitenterprise.xilinx.com/decoupling/device-tree-xlnx;protocol=https"
11REPO_microblaze-pmu = "git://gitenterprise.xilinx.com/decoupling/device-tree-xlnx;protocol=https"
12REPO_microblaze-plm = "git://gitenterprise.xilinx.com/decoupling/device-tree-xlnx;protocol=https"
13REPO_cortexa72-versal = "git://gitenterprise.xilinx.com/decoupling/device-tree-xlnx;protocol=https"
14
15BRANCH = "master-next-test"
16BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}"
17SRC_URI = "${REPO};${BRANCHARG}"
18
19SRCREV = "${AUTOREV}"
20
21XSCTH_PROC_cortexa53-zynqmp ??= "psu_cortexa53_0" 9XSCTH_PROC_cortexa53-zynqmp ??= "psu_cortexa53_0"
22XSCTH_PROC_cortexr5-zynqmp ??= "psu_cortexr5_0" 10XSCTH_PROC_cortexr5-zynqmp ??= "psu_cortexr5_0"
23XSCTH_PROC_microblaze-pmu ??= "psu_pmu_0" 11XSCTH_PROC_microblaze-pmu ??= "psu_pmu_0"
@@ -25,8 +13,8 @@ XSCTH_PROC_cortexa72-versal ??= "psv_cortexa72_0"
25XSCTH_PROC_microblaze-plm ??= "psv_pmc_0" 13XSCTH_PROC_microblaze-plm ??= "psv_pmc_0"
26 14
27# Enable @ flag on dtc which is required by libxil 15# Enable @ flag on dtc which is required by libxil
28DTC_FLAGS_append = " -@" 16DTC_FLAGS_append_xilinx-standalone = " -@"
29DT_INCLUDE_append = " ${WORKDIR}/git/device_tree/data/kernel_dtsi/2019.2/include/" 17DT_INCLUDE_append_xilinx-standalone = " ${WORKDIR}/git/device_tree/data/kernel_dtsi/${XILINX_RELEASE_VERSION}/include/"
30 18
31 19
32do_install_append_cortexa53-zynqmp(){ 20do_install_append_cortexa53-zynqmp(){