mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-19 12:49:03 +02:00
linux-rockchip-3.0.inc: use consistent indentation with 4 spaces
cf. http://www.openembedded.org/wiki/Styleguide#Format_Guidelines
This commit is contained in:
parent
4bc308ea2f
commit
e99a212e4f
|
@ -17,18 +17,18 @@ SRCREV_pn-${PN} = "${AUTOREV}"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
do_configure_prepend() {
|
do_configure_prepend() {
|
||||||
oe_runmake -C "${S}" ${DEFCONFIG}
|
oe_runmake -C "${S}" ${DEFCONFIG}
|
||||||
|
|
||||||
# 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() {
|
do_install_prepend() {
|
||||||
# Dummy Makefile so the make target "clean _mrproper_scripts" from kernel.bbclass works.
|
# Dummy Makefile so the make target "clean _mrproper_scripts" from kernel.bbclass works.
|
||||||
# This is required since the release "daisy".
|
# This is required since the release "daisy".
|
||||||
kerneldir=${D}${KERNEL_SRC_PATH}
|
kerneldir=${D}${KERNEL_SRC_PATH}
|
||||||
install -d $kerneldir/arch/arm/plat-rk/rk_pm_tests
|
install -d $kerneldir/arch/arm/plat-rk/rk_pm_tests
|
||||||
touch $kerneldir/arch/arm/plat-rk/rk_pm_tests/Makefile
|
touch $kerneldir/arch/arm/plat-rk/rk_pm_tests/Makefile
|
||||||
}
|
}
|
||||||
|
|
||||||
do_deploy_append() {
|
do_deploy_append() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user