aboutsummaryrefslogtreecommitdiffstats
path: root/dynamic-layers/raspberrypi/recipes-extended/xen/xen_git.bbappend
blob: 995dfd3f248e1df26f41441c40038737e5eb5eab (plain)
1
2
3
4
5
6
7
8
9
10
11
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
}