diff options
Diffstat (limited to 'meta-xilinx-core/recipes-devtools/qemu/qemu-devicetrees.inc')
-rw-r--r-- | meta-xilinx-core/recipes-devtools/qemu/qemu-devicetrees.inc | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/meta-xilinx-core/recipes-devtools/qemu/qemu-devicetrees.inc b/meta-xilinx-core/recipes-devtools/qemu/qemu-devicetrees.inc index 3e56e349..26327ba3 100644 --- a/meta-xilinx-core/recipes-devtools/qemu/qemu-devicetrees.inc +++ b/meta-xilinx-core/recipes-devtools/qemu/qemu-devicetrees.inc | |||
@@ -14,12 +14,12 @@ REPO ?= "git://github.com/Xilinx/qemu-devicetrees.git;protocol=https" | |||
14 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" | 14 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" |
15 | SRC_URI = "${REPO};${BRANCHARG}" | 15 | SRC_URI = "${REPO};${BRANCHARG}" |
16 | 16 | ||
17 | SRC_URI += "file://0001-versal-Reorder-serial-ports.patch" | ||
18 | SRC_URI += "file://0001-versal-net-Reorder-serial-port.patch" | ||
19 | |||
17 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
18 | 21 | ||
19 | # Don't need to do anything | 22 | do_install[noexec] = '1' |
20 | do_install() { | ||
21 | : | ||
22 | } | ||
23 | 23 | ||
24 | do_deploy() { | 24 | do_deploy() { |
25 | # single-arch dtbs | 25 | # single-arch dtbs |
@@ -33,4 +33,7 @@ do_deploy() { | |||
33 | done | 33 | done |
34 | } | 34 | } |
35 | 35 | ||
36 | addtask deploy after do_install | 36 | addtask deploy after do_install before do_build |
37 | |||
38 | COMPATIBLE_HOST:class-target = "none" | ||
39 | BBCLASSEXTEND = "native nativesdk" | ||