summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex_git.bb
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
commit2484ea18ed9a1dd2553f5ba2a42cfa6dd5cf4e87 (patch)
treee0fa88c3e980761ce330f2fcd80cedbce2f2c299 /recipes-kernel/linux/linux-toradex_git.bb
parentc0e9fce766758ac93412ae0055541fd9d057cce7 (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/linux/linux-toradex_git.bb')
-rw-r--r--recipes-kernel/linux/linux-toradex_git.bb2
1 files changed, 1 insertions, 1 deletions
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"