mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-09-16 13:25:46 +00:00
linux-raspberrypi: Build dtbs with dtbs make target for all 64bit targets
We already do this for rpi3-64 and we will need it for rpi4-64 as well. See 6c4de0b5fe44b8e661f1391ee8540a7f04d75315 for more details. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
This commit is contained in:
parent
2b30e66f08
commit
a4a3f958f9
@ -122,9 +122,11 @@ do_configure_prepend() {
|
|||||||
rm -f ${B}/.config.patched
|
rm -f ${B}/.config.patched
|
||||||
}
|
}
|
||||||
|
|
||||||
do_compile_append_raspberrypi3-64() {
|
do_compile_append() {
|
||||||
cc_extra=$(get_cc_option)
|
if [ "${SITEINFO_BITS}" = "64" ]; then
|
||||||
oe_runmake dtbs CC="${KERNEL_CC} $cc_extra " LD="${KERNEL_LD}" ${KERNEL_EXTRA_ARGS}
|
cc_extra=$(get_cc_option)
|
||||||
|
oe_runmake dtbs CC="${KERNEL_CC} $cc_extra " LD="${KERNEL_LD}" ${KERNEL_EXTRA_ARGS}
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
do_deploy_append() {
|
do_deploy_append() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user