summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/device-tree/device-tree.bb
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2015-09-24 16:57:51 +1000
committerNathan Rossi <nathan@nathanrossi.com>2015-09-24 17:33:17 +1000
commit88f9267aa26d546e657fcea72880b55a4fd9aa5d (patch)
tree32d49505814b82ea0a4c01399bbad721b519e68e /recipes-bsp/device-tree/device-tree.bb
parentd9b25aa3bb7fe60a9f8577c64aa7e21fc0b513cc (diff)
downloadmeta-xilinx-88f9267aa26d546e657fcea72880b55a4fd9aa5d.tar.gz
qemumicroblaze: Remove device-tree usage
* Remove the qemumicroblaze device-tree as instead of using a in layer device tree the device tree that is provided as part of QEMU is used * Update device-tree recipe removing the need for the runqemu compatiblity for qemumicroblaze Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Diffstat (limited to 'recipes-bsp/device-tree/device-tree.bb')
-rw-r--r--recipes-bsp/device-tree/device-tree.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-bsp/device-tree/device-tree.bb b/recipes-bsp/device-tree/device-tree.bb
index aea5200c..3cd6b266 100644
--- a/recipes-bsp/device-tree/device-tree.bb
+++ b/recipes-bsp/device-tree/device-tree.bb
@@ -58,7 +58,6 @@ do_deploy() {
58 58
59# Deploy ${KERNEL_IMAGETYPE}-${DTS_NAME}.dtb for compatibility with runqemu 59# Deploy ${KERNEL_IMAGETYPE}-${DTS_NAME}.dtb for compatibility with runqemu
60DEPLOY_KERNEL_DTB_qemuzynq = "1" 60DEPLOY_KERNEL_DTB_qemuzynq = "1"
61DEPLOY_KERNEL_DTB_qemumicroblaze = "1"
62do_deploy_append() { 61do_deploy_append() {
63 if [ ! -z "${DEPLOY_KERNEL_DTB}" -a ! -z "${KERNEL_IMAGETYPE}" ]; then 62 if [ ! -z "${DEPLOY_KERNEL_DTB}" -a ! -z "${KERNEL_IMAGETYPE}" ]; then
64 for DTS_FILE in ${DEVICETREE}; do 63 for DTS_FILE in ${DEVICETREE}; do