summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/recipes-bsp/device-tree
diff options
context:
space:
mode:
authorAlejandro Enedino Hernandez Samaniego <alejandr@xilinx.com>2019-12-11 23:05:28 -0800
committerMark Hatle <mark.hatle@xilinx.com>2020-02-27 08:33:25 -0800
commit03b6b8b11aaee199670bec1bf25a270c922e15ec (patch)
tree57285fc99e455870c412434c2710178d9ebb1fb1 /meta-xilinx-standalone/recipes-bsp/device-tree
parent3bac0349fdf8212bb3e3867aa32478d81e69dba6 (diff)
downloadmeta-xilinx-03b6b8b11aaee199670bec1bf25a270c922e15ec.tar.gz
meta-xilinx-standalone: clean up layer
This layer has been used as testing for the decoupling effort hence there was (and still is) code that needed to be cleaned up in general. Put #TODO on things that are still left to do, either clean up code, move machine confs to the bsp layer or remove the deprecated pmu-firmware recipe and handle dependencies correctly by bitbake' Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com>
Diffstat (limited to 'meta-xilinx-standalone/recipes-bsp/device-tree')
-rw-r--r--meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend2
1 files changed, 0 insertions, 2 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 80eea0d0..fc98d033 100644
--- a/meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend
+++ b/meta-xilinx-standalone/recipes-bsp/device-tree/device-tree.bbappend
@@ -8,10 +8,8 @@ BRANCH = "master-next-test"
8BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" 8BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}"
9SRC_URI = "${REPO};${BRANCHARG}" 9SRC_URI = "${REPO};${BRANCHARG}"
10 10
11# SRCREV = "0d68f68f0fc55f08c499589273eeb6d9c71ec285"
12SRCREV = "${AUTOREV}" 11SRCREV = "${AUTOREV}"
13 12
14
15XSCTH_PROC_cortexa53-zynqmp ??= "psu_cortexa53_0" 13XSCTH_PROC_cortexa53-zynqmp ??= "psu_cortexa53_0"
16XSCTH_PROC_microblaze-pmu ??= "psu_pmu_0" 14XSCTH_PROC_microblaze-pmu ??= "psu_pmu_0"
17XSCTH_PROC_microblaze-plm ??= "psv_pmc_0" 15XSCTH_PROC_microblaze-plm ??= "psv_pmc_0"