From e99a212e4fc5acc8169381fba8ba279f5ad2e22e Mon Sep 17 00:00:00 2001 From: Julien Chauveau Date: Mon, 5 May 2014 00:01:38 +0200 Subject: [PATCH] linux-rockchip-3.0.inc: use consistent indentation with 4 spaces cf. http://www.openembedded.org/wiki/Styleguide#Format_Guidelines --- recipes-kernel/linux/linux-rockchip-3.0.inc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/recipes-kernel/linux/linux-rockchip-3.0.inc b/recipes-kernel/linux/linux-rockchip-3.0.inc index 29e4a03..1fd51ea 100644 --- a/recipes-kernel/linux/linux-rockchip-3.0.inc +++ b/recipes-kernel/linux/linux-rockchip-3.0.inc @@ -17,18 +17,18 @@ SRCREV_pn-${PN} = "${AUTOREV}" S = "${WORKDIR}/git" do_configure_prepend() { - oe_runmake -C "${S}" ${DEFCONFIG} + oe_runmake -C "${S}" ${DEFCONFIG} - # Fix arch QA issues ("Architecture did not match") - rm -f ${S}/mkkrnlimg + # Fix arch QA issues ("Architecture did not match") + 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 + # 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 } do_deploy_append() {