meta-virtualization/dynamic-layers/raspberrypi/recipes-extended/xen/xen_git.bbappend
Christopher Clark da1743e4b4 xen, raspberry pi 4: provide a default defconfig for raspberrypi4
Signed-off-by: Christopher Clark <christopher.w.clark@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-07-06 16:25:56 -04:00

12 lines
300 B
Plaintext

FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
SRC_URI_append_raspberrypi4-64 = " \
file://defconfig_raspberrypi4-64 \
"
do_post_patch_append_raspberrypi4-64() {
if [ ! -e "${WORKDIR}/defconfig" ] ; then
cp "${WORKDIR}/defconfig_raspberrypi4-64" "${WORKDIR}/defconfig"
fi
}