diff options
author | Denys Dmytriyenko <denys@ti.com> | 2015-11-09 04:43:52 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-11-09 14:32:28 -0500 |
commit | a32043d538f796071fdfa4dba2c98db627a4a4a0 (patch) | |
tree | 59bb03dcfc12b3448f8f6281f3e07bb3a880b406 /recipes-kernel | |
parent | 0c900b8df37eaf9b237ecaf5b77a4cf5819ce6af (diff) | |
download | meta-ti-a32043d538f796071fdfa4dba2c98db627a4a4a0.tar.gz |
linux-ti-staging-rt: introduce RT version of staging kernel
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-kernel')
5 files changed, 9 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-ti-staging-rt-4.1/configs/systest b/recipes-kernel/linux/linux-ti-staging-rt-4.1/configs/systest new file mode 100644 index 00000000..28b995e7 --- /dev/null +++ b/recipes-kernel/linux/linux-ti-staging-rt-4.1/configs/systest | |||
@@ -0,0 +1 @@ | |||
use-combined-config=ti_config_fragments/rt_system_test_defconfig_fragment | |||
diff --git a/recipes-kernel/linux/linux-ti-staging-rt-4.1/defconfig b/recipes-kernel/linux/linux-ti-staging-rt-4.1/defconfig new file mode 100644 index 00000000..2091fca5 --- /dev/null +++ b/recipes-kernel/linux/linux-ti-staging-rt-4.1/defconfig | |||
@@ -0,0 +1 @@ | |||
use-combined-config=ti_config_fragments/rt_defconfig_fragment | |||
diff --git a/recipes-kernel/linux/linux-ti-staging-rt-4.1/keystone/configs/systest b/recipes-kernel/linux/linux-ti-staging-rt-4.1/keystone/configs/systest new file mode 100644 index 00000000..68cfc252 --- /dev/null +++ b/recipes-kernel/linux/linux-ti-staging-rt-4.1/keystone/configs/systest | |||
@@ -0,0 +1 @@ | |||
use-combined-config=ti_config_fragments/multi_core_system_test_defconfig_fragment | |||
diff --git a/recipes-kernel/linux/linux-ti-staging-rt-4.1/keystone/defconfig b/recipes-kernel/linux/linux-ti-staging-rt-4.1/keystone/defconfig new file mode 100644 index 00000000..470cf114 --- /dev/null +++ b/recipes-kernel/linux/linux-ti-staging-rt-4.1/keystone/defconfig | |||
@@ -0,0 +1 @@ | |||
use-combined-config=ti_config_fragments/multi_core_defconfig_fragment | |||
diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.1.bb b/recipes-kernel/linux/linux-ti-staging-rt_4.1.bb new file mode 100644 index 00000000..82e3bc7e --- /dev/null +++ b/recipes-kernel/linux/linux-ti-staging-rt_4.1.bb | |||
@@ -0,0 +1,5 @@ | |||
1 | require linux-ti-staging_4.1.bb | ||
2 | |||
3 | BRANCH = "ti-rt-linux-4.1.y" | ||
4 | |||
5 | SRCREV = "c6d2ee60de8003e5491ab131307570581529029f" | ||