From cce366c95c313b01e7b61dc9fc2cfefc9c2214a2 Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Thu, 26 Jan 2017 13:23:47 -0800 Subject: 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 Signed-off-by: Manjukumar Matha Signed-off-by: Nathan Rossi --- recipes-devtools/qemu/qemu-devicetrees_2016.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { bbwarn "${DTS_FILE} is not available!" continue fi - DTS_NAME=`basename -s .dtb ${DTS_FILE}` + DTS_NAME=`basename ${DTS_FILE} .dtb` install -d ${DEPLOYDIR} install -d ${DEPLOYDIR}/qemu-hw-devicetrees install -m 0644 ${S}/LATEST/SINGLE_ARCH/${DTS_NAME}.dtb ${DEPLOYDIR}/qemu-hw-devicetrees/${DTS_NAME}.dtb -- cgit v1.2.3-54-g00ecf