summaryrefslogtreecommitdiffstats
path: root/bsp/meta-freescale-3rdparty/recipes-kernel/linux/linux-denx.inc
diff options
context:
space:
mode:
authortakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
committertakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
commit1c7d6584a7811b7785ae5c1e378f14b5ba0971cf (patch)
treecd70a267a5ef105ba32f200aa088e281fbd85747 /bsp/meta-freescale-3rdparty/recipes-kernel/linux/linux-denx.inc
parent4204309872da5cb401cbb2729d9e2d4869a87f42 (diff)
recipes
Diffstat (limited to 'bsp/meta-freescale-3rdparty/recipes-kernel/linux/linux-denx.inc')
-rw-r--r--bsp/meta-freescale-3rdparty/recipes-kernel/linux/linux-denx.inc21
1 files changed, 0 insertions, 21 deletions
diff --git a/bsp/meta-freescale-3rdparty/recipes-kernel/linux/linux-denx.inc b/bsp/meta-freescale-3rdparty/recipes-kernel/linux/linux-denx.inc
deleted file mode 100644
index 8d135f01..00000000
--- a/bsp/meta-freescale-3rdparty/recipes-kernel/linux/linux-denx.inc
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright (C) 2013 Marek Vasut <marex@denx.de>
-# Released under the MIT license (see COPYING.MIT for the terms)
-
-SUMMARY = "DENX mainline based Linux kernel"
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
-DEPENDS += "lzop-native"
-PROVIDES = "virtual/kernel linux-mainline"
-
-inherit kernel
-
-require recipes-kernel/linux/linux-imx.inc
-
-# Avoid imx-test installation hacks
-IMX_TEST_SUPPORT = "n"
-
-SRCBRANCH ?= "master"
-SRC_URI = "git://git.denx.de/linux-denx.git;branch=${SRCBRANCH} \
- file://defconfig"
-
-LOCALVERSION = "-master"