aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-jlime-ben-nanonote_2.6.36.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/linux/linux-jlime-ben-nanonote_2.6.36.bb')
-rw-r--r--recipes/linux/linux-jlime-ben-nanonote_2.6.36.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes/linux/linux-jlime-ben-nanonote_2.6.36.bb b/recipes/linux/linux-jlime-ben-nanonote_2.6.36.bb
index ad59e5154d..3df3f63350 100644
--- a/recipes/linux/linux-jlime-ben-nanonote_2.6.36.bb
+++ b/recipes/linux/linux-jlime-ben-nanonote_2.6.36.bb
@@ -13,7 +13,9 @@ KERNEL_IMAGETYPE = "vmlinux.bin"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git;protocol=git;branch=v2.6.36-hpc \
file://logo_linux_clut224.tar.gz \
- file://modifier-keys.patch"
+ file://modifier-keys.patch \
+ file://config-ben-nanonote \
+ file://jz4740-udc.patch"
S = "${WORKDIR}/git"
@@ -22,7 +24,7 @@ inherit kernel
FILES_kernel-image = "/boot/uImage*"
do_configure_prepend() {
- install -m 0644 ${S}/config-ben-nanonote ${S}/.config
+ install -m 0644 ${WORKDIR}/config-ben-nanonote ${S}/.config
mv -f ${WORKDIR}/logo_linux_clut224.ppm ${S}/drivers/video/logo
}