diff options
| author | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-04-30 17:20:50 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-04-30 17:20:50 +1000 |
| commit | 41fe4b09dfdfefd90c8945f1f02da6f45085fd2a (patch) | |
| tree | 6bc950b1c6ef29193e4ac1b91a48ccf3501390d2 /recipes-kernel | |
| parent | a60eaf64ebcfc3edc39222e733ae893c1f044d76 (diff) | |
| download | meta-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.inc | 2 |
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 | ||
| 44 | KERNEL_IMAGETYPE = "uImage" | ||
| 45 | |||
| 46 | PR = "r1" | 44 | PR = "r1" |
| 47 | PV = "${LINUX_VERSION}${LINUX_VERSION_EXTENSION}+git${SRCPV}" | 45 | PV = "${LINUX_VERSION}${LINUX_VERSION_EXTENSION}+git${SRCPV}" |
| 48 | 46 | ||
