summaryrefslogtreecommitdiff
path: root/recipes-kernel
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2014-05-07 18:47:15 +0200
committerStefan Agner <stefan.agner@toradex.com>2014-05-07 18:47:15 +0200
commit9f30ae939a45d612ca5e37bd06f805c0bf8b0c11 (patch)
tree50ac12285ef02ba3d593895e7be9b53e8f24266e /recipes-kernel
parentb4981185188d42ef2948a054efd82d3b055a561d (diff)
linux-toradex: rename linux.inc to avoid layer order dependency
The include files (such as linux.inc) are not resolved by priority but on layer order instead. This can lead to build errors in case the layers in BBLAYERS are ordered differently.
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-toradex.inc (renamed from recipes-kernel/linux/linux.inc)0
-rw-r--r--recipes-kernel/linux/linux-toradex_git.bb2
2 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux.inc b/recipes-kernel/linux/linux-toradex.inc
index f62b3ca..f62b3ca 100644
--- a/recipes-kernel/linux/linux.inc
+++ b/recipes-kernel/linux/linux-toradex.inc
diff --git a/recipes-kernel/linux/linux-toradex_git.bb b/recipes-kernel/linux/linux-toradex_git.bb
index 45f5148..0dac875 100644
--- a/recipes-kernel/linux/linux-toradex_git.bb
+++ b/recipes-kernel/linux/linux-toradex_git.bb
@@ -1,5 +1,5 @@
inherit kernel
-require recipes-kernel/linux/linux.inc
+require recipes-kernel/linux/linux-toradex.inc
LINUX_VERSION ?= "3.1.10"