summaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-10-29 15:46:58 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-11-03 09:48:00 -0400
commitffe9c1c11254274cb787c919c11b128a34ee3363 (patch)
treef033eae7037a7936428b9b2dd7c3f737417773de /classes
parent369367c0206b009f01d917ac38881c05e1aaf8f4 (diff)
downloadmeta-virtualization-ffe9c1c11254274cb787c919c11b128a34ee3363.tar.gz
xen: update to setuptools based lopper
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'classes')
-rw-r--r--classes/qemuboot-xen-dtb.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/qemuboot-xen-dtb.bbclass b/classes/qemuboot-xen-dtb.bbclass
index 2d37e913..6fe31642 100644
--- a/classes/qemuboot-xen-dtb.bbclass
+++ b/classes/qemuboot-xen-dtb.bbclass
@@ -154,7 +154,7 @@ generate_xen_qemuboot_dtb() {
154 QEMUBOOT_DTB="${IMGDEPLOYDIR}/${QB_DTB}" 154 QEMUBOOT_DTB="${IMGDEPLOYDIR}/${QB_DTB}"
155 QEMUBOOT_DTB_LINK="${IMGDEPLOYDIR}/${QB_DTB_LINK}" 155 QEMUBOOT_DTB_LINK="${IMGDEPLOYDIR}/${QB_DTB_LINK}"
156 156
157 lopper.py --werror --verbose \ 157 lopper --werror --verbose \
158 -i "${B}/lop-insert-xen-section.dts" \ 158 -i "${B}/lop-insert-xen-section.dts" \
159 -i "${B}/lop-xen-cmdline.dts" \ 159 -i "${B}/lop-xen-cmdline.dts" \
160 ${LOP_MODULE_ARGS} \ 160 ${LOP_MODULE_ARGS} \