summaryrefslogtreecommitdiffstats
path: root/meta-crystalforest/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-crystalforest/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend')
-rw-r--r--meta-crystalforest/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend10
1 files changed, 6 insertions, 4 deletions
diff --git a/meta-crystalforest/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend b/meta-crystalforest/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
index 2e327d2c..e98d03f6 100644
--- a/meta-crystalforest/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
+++ b/meta-crystalforest/recipes-kernel/linux/linux-yocto-rt_3.4.bbappend
@@ -4,14 +4,16 @@ COMPATIBLE_MACHINE_crystalforest-gladden = "crystalforest-gladen"
4KMACHINE_crystalforest-gladden = "crystalforest" 4KMACHINE_crystalforest-gladden = "crystalforest"
5KBRANCH_crystalforest-gladden = "standard/preempt-rt/base" 5KBRANCH_crystalforest-gladden = "standard/preempt-rt/base"
6 6
7SRCREV_machine_pn-linux-yocto-rt_crystalforest-gladden ?= "${AUTOREV}" 7SRCREV_machine_pn-linux-yocto-rt_crystalforest-gladden ?= "3d56b103cd7072d520c395194e620aba2f6e52e3"
8SRCREV_meta_pn-linux-yocto-rt_crystalforest-gladden ?= "${AUTOREV}" 8SRCREV_meta_pn-linux-yocto-rt_crystalforest-gladden ?= "f697e099bc76d5df3a307a5bc0cc25021dd6dfe0"
9 9
10COMPATIBLE_MACHINE_crystalforest-server = "crystalforest-server" 10COMPATIBLE_MACHINE_crystalforest-server = "crystalforest-server"
11KMACHINE_crystalforest-server = "crystalforest" 11KMACHINE_crystalforest-server = "crystalforest"
12KBRANCH_crystalforest-server = "standard/preempt-rt/base" 12KBRANCH_crystalforest-server = "standard/preempt-rt/base"
13 13
14SRCREV_machine_pn-linux-yocto-rt_crystalforest-server ?= "${AUTOREV}" 14SRCREV_machine_pn-linux-yocto-rt_crystalforest-server ?= "3d56b103cd7072d520c395194e620aba2f6e52e3"
15SRCREV_meta_pn-linux-yocto-rt_crystalforest-server ?= "${AUTOREV}" 15SRCREV_meta_pn-linux-yocto-rt_crystalforest-server ?= "f697e099bc76d5df3a307a5bc0cc25021dd6dfe0"
16 16
17module_autoload_uio = "uio" 17module_autoload_uio = "uio"
18
19LINUX_VERSION = "3.4.28"