mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-19 12:49:03 +02:00
Making the BSP Layer compatible with the daisy release (v1.6).
Adding necessary changes in linux-rockchip-3.0.inc in order to make it work with last kernel.bbclass
This commit is contained in:
parent
034137530d
commit
aeb75814ba
|
@ -21,3 +21,11 @@ do_configure_prepend() {
|
||||||
# Fix arch QA issues ("Architecture did not match")
|
# Fix arch QA issues ("Architecture did not match")
|
||||||
rm -f ${S}/mkkrnlimg
|
rm -f ${S}/mkkrnlimg
|
||||||
}
|
}
|
||||||
|
|
||||||
|
do_install_prepend() {
|
||||||
|
# Dummy Makefile so the make target "clean _mrproper_scripts" from kernel.bbclass works.
|
||||||
|
# This is required since the release "daisy".
|
||||||
|
kerneldir=${D}${KERNEL_SRC_PATH}
|
||||||
|
install -d $kerneldir/arch/arm/plat-rk/rk_pm_tests
|
||||||
|
touch $kerneldir/arch/arm/plat-rk/rk_pm_tests/Makefile
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user