]> code.ossystems Code Review - meta-freescale.git/commitdiff
linux-fslc.inc: Avoid duplication on assignments
authorOtavio Salvador <otavio@ossystems.com.br>
Fri, 6 Feb 2015 14:23:19 +0000 (12:23 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 9 Feb 2015 13:05:34 +0000 (11:05 -0200)
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>
meta-fsl-arm/recipes-kernel/linux/linux-fslc.inc
meta-fsl-arm/recipes-kernel/linux/linux-imx.inc

index dc560b93a0281b9f3e7d29acf4c481b8aabd5623..416956e7076a381898dccac1d1ae222c8c4d511f 100644 (file)
@@ -1,17 +1,10 @@
-# 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"
index 1f12cb8f88a266e0507920529dd97b56d4b79a88..d79022724095db7e20aa7348f81a7457e2bc6859 100644 (file)
@@ -1,4 +1,4 @@
-# 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"
@@ -9,6 +9,7 @@ inherit kernel fsl-kernel-localversion
 # 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 \