From patchwork Fri Jul 15 13:17:17 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/3] kernel.bbclass: minor whitespace fixes Date: Fri, 15 Jul 2011 13:17:17 -0000 From: Paul Eggleton X-Patchwork-Id: 7643 Message-Id: <5c32df11d0da47373425d9928bf3dad6fe6a21db.1310735644.git.paul.eggleton@linux.intel.com> To: openembedded-core@lists.openembedded.org Signed-off-by: Paul Eggleton --- meta/classes/kernel.bbclass | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index d1f6480..2e36e86 100644 --- a/meta/classes/kernel.bbclass +++ b/meta/classes/kernel.bbclass @@ -19,7 +19,7 @@ python __anonymous () { image = bb.data.getVar('INITRAMFS_IMAGE', d, True) if image: - bb.data.setVar('INITRAMFS_TASK', '${INITRAMFS_IMAGE}:do_rootfs', d) + bb.data.setVar('INITRAMFS_TASK', '${INITRAMFS_IMAGE}:do_rootfs', d) } inherit kernel-arch deploy @@ -184,7 +184,7 @@ kernel_do_configure() { if [ -f "${WORKDIR}/defconfig" ] && [ ! -f "${S}/.config" ]; then cp "${WORKDIR}/defconfig" "${S}/.config" fi - yes '' | oe_runmake oldconfig + yes '' | oe_runmake oldconfig if [ ! -z "${INITRAMFS_IMAGE}" ]; then for img in cpio.gz cpio.lzo cpio.lzma cpio.xz; do