[meta-xilinx] [PATCH 3/4] qemu-devicetrees: Update to the 2017.1 development
Alistair Francis
alistair.francis at xilinx.com
Thu Jan 26 13:23:49 PST 2017
Signed-off-by: Alistair Francis <alistair.francis at xilinx.com>
---
recipes-devtools/qemu/qemu-devicetrees_2016.4.bb | 33 ------------------------
recipes-devtools/qemu/qemu-devicetrees_2017.1.bb | 33 ++++++++++++++++++++++++
2 files changed, 33 insertions(+), 33 deletions(-)
delete mode 100644 recipes-devtools/qemu/qemu-devicetrees_2016.4.bb
create mode 100644 recipes-devtools/qemu/qemu-devicetrees_2017.1.bb
diff --git a/recipes-devtools/qemu/qemu-devicetrees_2016.4.bb b/recipes-devtools/qemu/qemu-devicetrees_2016.4.bb
deleted file mode 100644
index c51751e..0000000
--- a/recipes-devtools/qemu/qemu-devicetrees_2016.4.bb
+++ /dev/null
@@ -1,33 +0,0 @@
-SUMMARY = "Xilinx's hardware device trees required for QEMU"
-HOMEPAGE = "https://github.com/xilinx/qemu-devicetrees/"
-LICENSE = "BSD"
-DEPENDS += "dtc-native"
-
-inherit deploy
-
-LIC_FILES_CHKSUM = "file://Makefile;beginline=1;endline=27;md5=7348b6cbcae69912cb1dee68d6c68d99"
-
-SRCREV = "1085e32a9ddc232963512923332094a58a05d1af"
-SRC_URI = "git://github.com/Xilinx/qemu-devicetrees.git;protocol=https;nobranch=1"
-
-S = "${WORKDIR}/git"
-
-# Don't need to do anything
-do_install() {
- :
-}
-
-do_deploy() {
- for DTS_FILE in ${S}/LATEST/SINGLE_ARCH/*.dtb; do
- if [ ! -f ${DTS_FILE} ]; then
- bbwarn "${DTS_FILE} is not available!"
- continue
- fi
- 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
- done
-}
-
-addtask deploy after do_install
diff --git a/recipes-devtools/qemu/qemu-devicetrees_2017.1.bb b/recipes-devtools/qemu/qemu-devicetrees_2017.1.bb
new file mode 100644
index 0000000..c51751e
--- /dev/null
+++ b/recipes-devtools/qemu/qemu-devicetrees_2017.1.bb
@@ -0,0 +1,33 @@
+SUMMARY = "Xilinx's hardware device trees required for QEMU"
+HOMEPAGE = "https://github.com/xilinx/qemu-devicetrees/"
+LICENSE = "BSD"
+DEPENDS += "dtc-native"
+
+inherit deploy
+
+LIC_FILES_CHKSUM = "file://Makefile;beginline=1;endline=27;md5=7348b6cbcae69912cb1dee68d6c68d99"
+
+SRCREV = "1085e32a9ddc232963512923332094a58a05d1af"
+SRC_URI = "git://github.com/Xilinx/qemu-devicetrees.git;protocol=https;nobranch=1"
+
+S = "${WORKDIR}/git"
+
+# Don't need to do anything
+do_install() {
+ :
+}
+
+do_deploy() {
+ for DTS_FILE in ${S}/LATEST/SINGLE_ARCH/*.dtb; do
+ if [ ! -f ${DTS_FILE} ]; then
+ bbwarn "${DTS_FILE} is not available!"
+ continue
+ fi
+ 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
+ done
+}
+
+addtask deploy after do_install
--
2.7.4
More information about the meta-xilinx
mailing list