diff options
author | Mark Hatle <mark.hatle@xilinx.com> | 2020-02-25 15:40:15 -0800 |
---|---|---|
committer | Mark Hatle <mark.hatle@xilinx.com> | 2020-02-27 08:36:00 -0800 |
commit | 7e107e9e1daf0215ba3f4ed859c10568655c5036 (patch) | |
tree | 6260e280bc601dc3f868647aaa9c5fc66c55b4b8 | |
parent | 4fb0fc372d48889024cacf4307e6cbd86d79c870 (diff) | |
download | meta-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.bbappend | 20 |
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 @@ | |||
1 | COMPATIBLE_OS_xilinx-standalone = "${TARGET_OS}" | ||
2 | |||
1 | COMPATIBLE_MACHINE_cortexa53-zynqmp = ".*" | 3 | COMPATIBLE_MACHINE_cortexa53-zynqmp = ".*" |
2 | COMPATIBLE_MACHINE_cortexr5-zynqmp = ".*" | 4 | COMPATIBLE_MACHINE_cortexr5-zynqmp = ".*" |
3 | COMPATIBLE_MACHINE_microblaze-pmu = ".*" | 5 | COMPATIBLE_MACHINE_microblaze-pmu = ".*" |
4 | COMPATIBLE_MACHINE_microblaze-plm = ".*" | 6 | COMPATIBLE_MACHINE_microblaze-plm = ".*" |
5 | COMPATIBLE_MACHINE_cortexa72-versal = ".*" | 7 | COMPATIBLE_MACHINE_cortexa72-versal = ".*" |
6 | 8 | ||
7 | COMPATIBLE_OS_xilinx-standalone = "${TARGET_OS}" | ||
8 | |||
9 | REPO_cortexa53-zynqmp = "git://gitenterprise.xilinx.com/decoupling/device-tree-xlnx;protocol=https" | ||
10 | REPO_cortexr5-zynqmp = "git://gitenterprise.xilinx.com/decoupling/device-tree-xlnx;protocol=https" | ||
11 | REPO_microblaze-pmu = "git://gitenterprise.xilinx.com/decoupling/device-tree-xlnx;protocol=https" | ||
12 | REPO_microblaze-plm = "git://gitenterprise.xilinx.com/decoupling/device-tree-xlnx;protocol=https" | ||
13 | REPO_cortexa72-versal = "git://gitenterprise.xilinx.com/decoupling/device-tree-xlnx;protocol=https" | ||
14 | |||
15 | BRANCH = "master-next-test" | ||
16 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" | ||
17 | SRC_URI = "${REPO};${BRANCHARG}" | ||
18 | |||
19 | SRCREV = "${AUTOREV}" | ||
20 | |||
21 | XSCTH_PROC_cortexa53-zynqmp ??= "psu_cortexa53_0" | 9 | XSCTH_PROC_cortexa53-zynqmp ??= "psu_cortexa53_0" |
22 | XSCTH_PROC_cortexr5-zynqmp ??= "psu_cortexr5_0" | 10 | XSCTH_PROC_cortexr5-zynqmp ??= "psu_cortexr5_0" |
23 | XSCTH_PROC_microblaze-pmu ??= "psu_pmu_0" | 11 | XSCTH_PROC_microblaze-pmu ??= "psu_pmu_0" |
@@ -25,8 +13,8 @@ XSCTH_PROC_cortexa72-versal ??= "psv_cortexa72_0" | |||
25 | XSCTH_PROC_microblaze-plm ??= "psv_pmc_0" | 13 | XSCTH_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 |
28 | DTC_FLAGS_append = " -@" | 16 | DTC_FLAGS_append_xilinx-standalone = " -@" |
29 | DT_INCLUDE_append = " ${WORKDIR}/git/device_tree/data/kernel_dtsi/2019.2/include/" | 17 | DT_INCLUDE_append_xilinx-standalone = " ${WORKDIR}/git/device_tree/data/kernel_dtsi/${XILINX_RELEASE_VERSION}/include/" |
30 | 18 | ||
31 | 19 | ||
32 | do_install_append_cortexa53-zynqmp(){ | 20 | do_install_append_cortexa53-zynqmp(){ |