summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorAlistair Francis <alistair.francis@xilinx.com>2017-01-26 13:23:47 -0800
committerNathan Rossi <nathan@nathanrossi.com>2017-01-28 01:20:06 +1000
commitcce366c95c313b01e7b61dc9fc2cfefc9c2214a2 (patch)
tree6086c271109f602fd15f31ce36e09ac944358a27 /recipes-devtools
parent111672f950caca731fe0545cef8cd9fe10924003 (diff)
downloadmeta-xilinx-cce366c95c313b01e7b61dc9fc2cfefc9c2214a2.tar.gz
qemu-devicetrees: Change the basename arguments
The basename '-s' argument is not universially supported on all platforms. Remove the argument to allow all platforms to build the device trees. Signed-off-by: Alistair Francis <alistair.francis@xilinx.com> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/qemu/qemu-devicetrees_2016.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/qemu/qemu-devicetrees_2016.4.bb b/recipes-devtools/qemu/qemu-devicetrees_2016.4.bb
index 485ae5dd..c51751eb 100644
--- a/recipes-devtools/qemu/qemu-devicetrees_2016.4.bb
+++ b/recipes-devtools/qemu/qemu-devicetrees_2016.4.bb
@@ -23,7 +23,7 @@ do_deploy() {
23 bbwarn "${DTS_FILE} is not available!" 23 bbwarn "${DTS_FILE} is not available!"
24 continue 24 continue
25 fi 25 fi
26 DTS_NAME=`basename -s .dtb ${DTS_FILE}` 26 DTS_NAME=`basename ${DTS_FILE} .dtb`
27 install -d ${DEPLOYDIR} 27 install -d ${DEPLOYDIR}
28 install -d ${DEPLOYDIR}/qemu-hw-devicetrees 28 install -d ${DEPLOYDIR}/qemu-hw-devicetrees
29 install -m 0644 ${S}/LATEST/SINGLE_ARCH/${DTS_NAME}.dtb ${DEPLOYDIR}/qemu-hw-devicetrees/${DTS_NAME}.dtb 29 install -m 0644 ${S}/LATEST/SINGLE_ARCH/${DTS_NAME}.dtb ${DEPLOYDIR}/qemu-hw-devicetrees/${DTS_NAME}.dtb