diff options
Diffstat (limited to 'linux/epia_2.6.5.oe')
-rw-r--r-- | linux/epia_2.6.5.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/epia_2.6.5.oe b/linux/epia_2.6.5.oe index c833f7a16c..57cd0fe46d 100644 --- a/linux/epia_2.6.5.oe +++ b/linux/epia_2.6.5.oe @@ -2,6 +2,7 @@ DESCRIPTION = "Linux kernel for VIA EPiA" LICENSE = "GPL" SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2" +S = "${WORKDIR}/linux-${PV}" inherit kernel @@ -10,5 +11,5 @@ KERNEL_IMAGETYPE = "bzImage" do_configure_prepend() { cp ${FILESDIR}/epia_defconfig ${S}/.config - (echo N; echo m; echo N) | oe_runmake oldconfig + oe_runmake oldconfig } |