mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00

Signed-off-by: Christopher Clark <christopher.w.clark@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
12 lines
300 B
Plaintext
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
|
|
}
|