diff options
Diffstat (limited to 'dynamic-layers/xilinx/recipes-extended/xen/xen-xilinx.inc')
-rw-r--r-- | dynamic-layers/xilinx/recipes-extended/xen/xen-xilinx.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dynamic-layers/xilinx/recipes-extended/xen/xen-xilinx.inc b/dynamic-layers/xilinx/recipes-extended/xen/xen-xilinx.inc index d27362a3..18215572 100644 --- a/dynamic-layers/xilinx/recipes-extended/xen/xen-xilinx.inc +++ b/dynamic-layers/xilinx/recipes-extended/xen/xen-xilinx.inc | |||
@@ -1,10 +1,10 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" | 1 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" |
2 | 2 | ||
3 | DEPENDS += "u-boot-mkimage-native" | 3 | DEPENDS += "u-boot-mkimage-native" |
4 | DEPENDS += "dtc-native" | 4 | DEPENDS += "dtc-native" |
5 | 5 | ||
6 | XENIMAGE_KERNEL_LOADADDRESS ?= "0x6000000" | 6 | XENIMAGE_KERNEL_LOADADDRESS ?= "0x6000000" |
7 | do_deploy_append() { | 7 | do_deploy:append() { |
8 | if [ -f ${DEPLOYDIR}/xen-${MACHINE} ]; then | 8 | if [ -f ${DEPLOYDIR}/xen-${MACHINE} ]; then |
9 | uboot-mkimage -A arm64 -T kernel -a ${XENIMAGE_KERNEL_LOADADDRESS} -e ${XENIMAGE_KERNEL_LOADADDRESS} -C none -d ${DEPLOYDIR}/xen-${MACHINE} ${DEPLOYDIR}/xen.ub | 9 | uboot-mkimage -A arm64 -T kernel -a ${XENIMAGE_KERNEL_LOADADDRESS} -e ${XENIMAGE_KERNEL_LOADADDRESS} -C none -d ${DEPLOYDIR}/xen-${MACHINE} ${DEPLOYDIR}/xen.ub |
10 | fi | 10 | fi |