summaryrefslogtreecommitdiff
path: root/meta-bsp/common/recipes/linux/linux-vuplus_3.1.1.bb
diff options
context:
space:
mode:
authorkos <kos@dev3>2013-01-17 10:18:06 (GMT)
committerkos <kos@dev3>2013-01-17 10:18:06 (GMT)
commit03715cb475f48f932913f188de32fe4095f8979f (patch)
tree183c23b7e50aff38eb3aa5ccdeb972d744f0aac7 /meta-bsp/common/recipes/linux/linux-vuplus_3.1.1.bb
parente0a5e46b1f37c907fc584f9a503aa04c53d79594 (diff)
fixed install path to the vmlinux.
Diffstat (limited to 'meta-bsp/common/recipes/linux/linux-vuplus_3.1.1.bb')
-rw-r--r--meta-bsp/common/recipes/linux/linux-vuplus_3.1.1.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-bsp/common/recipes/linux/linux-vuplus_3.1.1.bb b/meta-bsp/common/recipes/linux/linux-vuplus_3.1.1.bb
index f63da3e..b7560d5 100644
--- a/meta-bsp/common/recipes/linux/linux-vuplus_3.1.1.bb
+++ b/meta-bsp/common/recipes/linux/linux-vuplus_3.1.1.bb
@@ -3,6 +3,7 @@ SECTION = "kernel"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
+PR = "r1"
KV = "3.1.1"
SRCREV = "r2"
@@ -21,14 +22,14 @@ S = "${WORKDIR}/linux-${KV}"
inherit kernel
-FILES_kernel-vmlinux = "/boot/vmlinux-3.1.1"
-FILES_kernel-image = "/boot/vmlinux.gz"
-
export OS = "Linux"
KERNEL_IMAGETYPE = "vmlinux"
KERNEL_OUTPUT = "vmlinux"
KERNEL_OBJECT_SUFFIX = "ko"
+KERNEL_IMAGEDEST = "tmp"
+FILES_kernel-image = "/${KERNEL_IMAGEDEST}/vmlinux.gz"
+FILES_kernel-vmlinux = "/${KERNEL_IMAGEDEST}/vmlinux-3.1.1"
do_configure_prepend() {
oe_machinstall -m 0644 ${WORKDIR}/${MACHINE}_defconfig ${S}/.config