git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef94fe7
)
set S correctly in epia kernel.oe - patch courtesy pb_.
author
Michael Lauer
<mickey@vanille-media.de>
Tue, 20 Apr 2004 11:38:34 +0000
(11:38 +0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Tue, 20 Apr 2004 11:38:34 +0000
(11:38 +0000)
BKrev: 40850bballaE19OoUOOVY51CSiUlvQ
linux/epia_2.6.5.oe
patch
|
blob
|
history
diff --git
a/linux/epia_2.6.5.oe
b/linux/epia_2.6.5.oe
index
c833f7a
..
57cd0fe
100644
(file)
--- 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
}