]> git.kernelconcepts.de Git - meta-kc-bsp.git/blob - recipes-kernel/linux/linux-imx.inc
fix machine definition substitution
[meta-kc-bsp.git] / recipes-kernel / linux / linux-imx.inc
1 # Copyright (C) 2012, 2015 O.S. Systems Software LTDA.
2 # Released under the MIT license (see COPYING.MIT for the terms)
3
4 LICENSE = "GPLv2"
5 LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
6
7 inherit kernel fsl-kernel-localversion fsl-vivante-kernel-driver-handler
8
9 # Put a local version until we have a true SRCREV to point to
10 LOCALVERSION ?= ""
11 SCMVERSION ?= "y"
12 SRCBRANCH ?= ""
13
14 SRC_URI = "git://source.codeaurora.org/external/imx/linux-imx;protocol=https;branch=${SRCBRANCH} \
15            file://defconfig \
16 "
17
18 S = "${WORKDIR}/git"
19
20 # We need to pass it as param since kernel might support more then one
21 # machine, with different entry points
22 KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"