The linux-imx.inc already handles the base settings, this drops the
assignments which were duplicate in linux-fslc.inc file.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-# Copyright (C) 2012-2014 O.S. Systems Software LTDA.
+# Copyright (C) 2012-2015 O.S. Systems Software LTDA.
# Released under the MIT license (see COPYING.MIT for the terms)
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
-DEPENDS += "lzop-native bc-native"
-PROVIDES = "virtual/kernel linux-mainline"
-
-inherit kernel
-
require recipes-kernel/linux/linux-imx.inc
require recipes-kernel/linux/linux-dtb.inc
-SRCBRANCH ?= ""
+DEPENDS += "lzop-native bc-native"
SRC_URI = "git://github.com/Freescale/linux-mainline.git;branch=${SRCBRANCH} \
file://defconfig"
-# Copyright (C) 2012, 2014 O.S. Systems Software LTDA.
+# Copyright (C) 2012, 2015 O.S. Systems Software LTDA.
# Released under the MIT license (see COPYING.MIT for the terms)
LICENSE = "GPLv2"
# Put a local version until we have a true SRCREV to point to
LOCALVERSION ?= ""
SCMVERSION ?= "y"
+SRCBRANCH ?= ""
SRC_URI = "git://git.freescale.com/imx/linux-2.6-imx.git;branch=${SRCBRANCH} \
file://defconfig \