summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/raspberrypi/recipes-extended/xen/xen_git.bbappend
diff options
context:
space:
mode:
authorChristopher Clark <christopher.w.clark@gmail.com>2020-06-29 18:54:50 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-07-06 16:25:56 -0400
commitda1743e4b45d2e5d63d6fb68885a8eeaf3165f9c (patch)
treec65a90a366cd9571414f9eee9cd31f22b7fb25b3 /dynamic-layers/raspberrypi/recipes-extended/xen/xen_git.bbappend
parent90a01fcbd93d2efc94ca5d296e6a5d45fa9778ec (diff)
downloadmeta-virtualization-da1743e4b45d2e5d63d6fb68885a8eeaf3165f9c.tar.gz
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>
Diffstat (limited to 'dynamic-layers/raspberrypi/recipes-extended/xen/xen_git.bbappend')
-rw-r--r--dynamic-layers/raspberrypi/recipes-extended/xen/xen_git.bbappend11
1 files changed, 11 insertions, 0 deletions
diff --git a/dynamic-layers/raspberrypi/recipes-extended/xen/xen_git.bbappend b/dynamic-layers/raspberrypi/recipes-extended/xen/xen_git.bbappend
new file mode 100644
index 00000000..995dfd3f
--- /dev/null
+++ b/dynamic-layers/raspberrypi/recipes-extended/xen/xen_git.bbappend
@@ -0,0 +1,11 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
2
3SRC_URI_append_raspberrypi4-64 = " \
4 file://defconfig_raspberrypi4-64 \
5 "
6
7do_post_patch_append_raspberrypi4-64() {
8 if [ ! -e "${WORKDIR}/defconfig" ] ; then
9 cp "${WORKDIR}/defconfig_raspberrypi4-64" "${WORKDIR}/defconfig"
10 fi
11}