From ac7135e9c90c73e8c3fab13b7209b8e2f64910e7 Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Wed, 30 Aug 2006 21:52:52 +0000 Subject: Update openomap distro and omap5912osk machine file with fixes to allow the OSK to boot. Includes changes to the kernel config to add TMPFS to the kernel config. The deployed fstab may need some tweaking still. --- packages/linux/linux-omap1_2.6.x+git.bb | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'packages/linux/linux-omap1_2.6.x+git.bb') diff --git a/packages/linux/linux-omap1_2.6.x+git.bb b/packages/linux/linux-omap1_2.6.x+git.bb index 7a5ff66af2..9bc1b7c0a9 100644 --- a/packages/linux/linux-omap1_2.6.x+git.bb +++ b/packages/linux/linux-omap1_2.6.x+git.bb @@ -3,7 +3,8 @@ SECTION = "kernel" DESCRIPTION = "Linux kernel for OMAP processors" LICENSE = "GPL" -SRC_URI = "git://source.mvista.com/git/linux-omap-2.6.git;protocol=git" +SRC_URI = "git://source.mvista.com/git/linux-omap-2.6.git;protocol=git \ + file://defconfig" S = "${WORKDIR}/git" @@ -17,10 +18,11 @@ inherit kernel COMPATIBLE_HOST = 'arm.*-linux' do_configure_prepend() { - if [ "${MACHINE}" == "omap5912osk" ] ; then - oe_runmake omap_osk_5912_defconfig - fi - +# if [ "${MACHINE}" == "omap5912osk" ] ; then +# oe_runmake omap_osk_5912_defconfig +# fi + install -m 0644 ${WORKDIR}/defconfig ${S}/.config + make oldconfig } do_deploy() { -- cgit v1.2.3