summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2013-04-30 17:20:50 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2013-04-30 17:20:50 +1000
commit41fe4b09dfdfefd90c8945f1f02da6f45085fd2a (patch)
tree6bc950b1c6ef29193e4ac1b91a48ccf3501390d2 /recipes-kernel
parenta60eaf64ebcfc3edc39222e733ae893c1f044d76 (diff)
downloadmeta-xilinx-41fe4b09dfdfefd90c8945f1f02da6f45085fd2a.tar.gz
linux-xlnx: Remove forced IMAGETYPE setting
* This should not be set in the kernel recipe, instead it should be in any associated machine configuration. Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-xlnx.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-xlnx.inc b/recipes-kernel/linux/linux-xlnx.inc
index f7797d8f..d42be28f 100644
--- a/recipes-kernel/linux/linux-xlnx.inc
+++ b/recipes-kernel/linux/linux-xlnx.inc
@@ -41,8 +41,6 @@ SRC_URI = "git://github.com/Xilinx/linux-xlnx;protocol=git;nocheckout=1"
41# Consolidate defconfig and use fragments? 41# Consolidate defconfig and use fragments?
42#SRC_URI += "file://defconfig" 42#SRC_URI += "file://defconfig"
43 43
44KERNEL_IMAGETYPE = "uImage"
45
46PR = "r1" 44PR = "r1"
47PV = "${LINUX_VERSION}${LINUX_VERSION_EXTENSION}+git${SRCPV}" 45PV = "${LINUX_VERSION}${LINUX_VERSION_EXTENSION}+git${SRCPV}"
48 46