diff options
| author | Christopher Clark <christopher.w.clark@gmail.com> | 2020-06-29 18:54:50 -0700 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-07-06 16:25:56 -0400 |
| commit | da1743e4b45d2e5d63d6fb68885a8eeaf3165f9c (patch) | |
| tree | c65a90a366cd9571414f9eee9cd31f22b7fb25b3 /dynamic-layers/raspberrypi/recipes-extended/xen/xen_git.bbappend | |
| parent | 90a01fcbd93d2efc94ca5d296e6a5d45fa9778ec (diff) | |
| download | meta-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.bbappend | 11 |
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 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" | ||
| 2 | |||
| 3 | SRC_URI_append_raspberrypi4-64 = " \ | ||
| 4 | file://defconfig_raspberrypi4-64 \ | ||
| 5 | " | ||
| 6 | |||
| 7 | do_post_patch_append_raspberrypi4-64() { | ||
| 8 | if [ ! -e "${WORKDIR}/defconfig" ] ; then | ||
| 9 | cp "${WORKDIR}/defconfig_raspberrypi4-64" "${WORKDIR}/defconfig" | ||
| 10 | fi | ||
| 11 | } | ||
