* [PATCH v2] linux-keystone-rt: Add new recipe for build rt-kernel
@ 2014-02-05 23:25 Sam Nelson
2014-02-05 23:31 ` Denys Dmytriyenko
0 siblings, 1 reply; 3+ messages in thread
From: Sam Nelson @ 2014-02-05 23:25 UTC (permalink / raw)
To: meta-ti
- Builds kernel tree with RT patches
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
---
Changed from previous patch
* Added PV 3.10.10
* Renamed linux-keystone-rt-3.10/defconfig
-->linux-keystone-rt/defconfig
---
---
recipes-kernel/linux/linux-keystone-rt/defconfig | 1 +
...-keystone_3.10.bb => linux-keystone-rt_3.10.bb} | 8 ++++----
2 files changed, 5 insertions(+), 4 deletions(-)
create mode 100644 recipes-kernel/linux/linux-keystone-rt/defconfig
copy recipes-kernel/linux/{linux-keystone_3.10.bb => linux-keystone-rt_3.10.bb} (76%)
diff --git a/recipes-kernel/linux/linux-keystone-rt/defconfig b/recipes-kernel/linux/linux-keystone-rt/defconfig
new file mode 100644
index 0000000..731bb00
--- /dev/null
+++ b/recipes-kernel/linux/linux-keystone-rt/defconfig
@@ -0,0 +1 @@
+use-kernel-config=keystone2_fullrt_defconfig
diff --git a/recipes-kernel/linux/linux-keystone_3.10.bb b/recipes-kernel/linux/linux-keystone-rt_3.10.bb
similarity index 76%
copy from recipes-kernel/linux/linux-keystone_3.10.bb
copy to recipes-kernel/linux/linux-keystone-rt_3.10.bb
index 2384ede..9c2f904 100644
--- a/recipes-kernel/linux/linux-keystone_3.10.bb
+++ b/recipes-kernel/linux/linux-keystone-rt_3.10.bb
@@ -1,5 +1,5 @@
SECTION = "kernel"
-DESCRIPTION = "Linux kernel for TI Keystone devices"
+DESCRIPTION = "Linux RT kernel for TI Keystone devices"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
@@ -17,11 +17,11 @@ KERNEL_DEVICETREE_keystone-evm = "k2hk-evm.dtb"
KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
-#This commit corresponds to "K2_LINUX_03.10.10_13.12"
-SRCREV = "335d14b1c2ce23585835243126c6acba89067ecf"
+#This commit corresponds to "K2_RT_LINUX_03.10.10_13.12"
+SRCREV = "8fa9091d0f9c91a048a975ddebbf2f492e73bf61"
PV = "3.10.10"
-BRANCH = "master"
+BRANCH = "master-rt"
SRC_URI = "git://git.ti.com/keystone-linux/linux.git;protocol=git;branch=${BRANCH}\
file://defconfig\
"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH v2] linux-keystone-rt: Add new recipe for build rt-kernel
2014-02-05 23:25 [PATCH v2] linux-keystone-rt: Add new recipe for build rt-kernel Sam Nelson
@ 2014-02-05 23:31 ` Denys Dmytriyenko
2014-02-06 0:15 ` Nelson, Sam
0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2014-02-05 23:31 UTC (permalink / raw)
To: Sam Nelson; +Cc: meta-ti
On Wed, Feb 05, 2014 at 06:25:18PM -0500, Sam Nelson wrote:
> - Builds kernel tree with RT patches
>
> Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Ack.
Just to check in general for your kernels and SDKs - you don't want devicetree
files to be in the /boot directory of your rootfs, right?
> ---
> Changed from previous patch
> * Added PV 3.10.10
> * Renamed linux-keystone-rt-3.10/defconfig
> -->linux-keystone-rt/defconfig
> ---
> ---
> recipes-kernel/linux/linux-keystone-rt/defconfig | 1 +
> ...-keystone_3.10.bb => linux-keystone-rt_3.10.bb} | 8 ++++----
> 2 files changed, 5 insertions(+), 4 deletions(-)
> create mode 100644 recipes-kernel/linux/linux-keystone-rt/defconfig
> copy recipes-kernel/linux/{linux-keystone_3.10.bb => linux-keystone-rt_3.10.bb} (76%)
>
> diff --git a/recipes-kernel/linux/linux-keystone-rt/defconfig b/recipes-kernel/linux/linux-keystone-rt/defconfig
> new file mode 100644
> index 0000000..731bb00
> --- /dev/null
> +++ b/recipes-kernel/linux/linux-keystone-rt/defconfig
> @@ -0,0 +1 @@
> +use-kernel-config=keystone2_fullrt_defconfig
> diff --git a/recipes-kernel/linux/linux-keystone_3.10.bb b/recipes-kernel/linux/linux-keystone-rt_3.10.bb
> similarity index 76%
> copy from recipes-kernel/linux/linux-keystone_3.10.bb
> copy to recipes-kernel/linux/linux-keystone-rt_3.10.bb
> index 2384ede..9c2f904 100644
> --- a/recipes-kernel/linux/linux-keystone_3.10.bb
> +++ b/recipes-kernel/linux/linux-keystone-rt_3.10.bb
> @@ -1,5 +1,5 @@
> SECTION = "kernel"
> -DESCRIPTION = "Linux kernel for TI Keystone devices"
> +DESCRIPTION = "Linux RT kernel for TI Keystone devices"
> LICENSE = "GPLv2"
> LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
>
> @@ -17,11 +17,11 @@ KERNEL_DEVICETREE_keystone-evm = "k2hk-evm.dtb"
>
> KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
>
> -#This commit corresponds to "K2_LINUX_03.10.10_13.12"
> -SRCREV = "335d14b1c2ce23585835243126c6acba89067ecf"
> +#This commit corresponds to "K2_RT_LINUX_03.10.10_13.12"
> +SRCREV = "8fa9091d0f9c91a048a975ddebbf2f492e73bf61"
> PV = "3.10.10"
>
> -BRANCH = "master"
> +BRANCH = "master-rt"
> SRC_URI = "git://git.ti.com/keystone-linux/linux.git;protocol=git;branch=${BRANCH}\
> file://defconfig\
> "
> --
> 1.7.9.5
>
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2] linux-keystone-rt: Add new recipe for build rt-kernel
2014-02-05 23:31 ` Denys Dmytriyenko
@ 2014-02-06 0:15 ` Nelson, Sam
0 siblings, 0 replies; 3+ messages in thread
From: Nelson, Sam @ 2014-02-06 0:15 UTC (permalink / raw)
To: Dmytriyenko, Denys; +Cc: meta-ti@yoctoproject.org
> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Wednesday, February 05, 2014 6:32 PM
> To: Nelson, Sam
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [PATCH v2] linux-keystone-rt: Add new recipe for build
> rt-kernel
>
> On Wed, Feb 05, 2014 at 06:25:18PM -0500, Sam Nelson wrote:
> > - Builds kernel tree with RT patches
> >
> > Signed-off-by: Sam Nelson <sam.nelson@ti.com>
>
> Ack.
>
> Just to check in general for your kernels and SDKs - you don't want
> devicetree
> files to be in the /boot directory of your rootfs, right?
[Sam] In general my thinking is that, it is not required.
But I am not sure if there is some kernel recovery procedure which may require this.
>
>
> > ---
> > Changed from previous patch
> > * Added PV 3.10.10
> > * Renamed linux-keystone-rt-3.10/defconfig
> > -->linux-keystone-rt/defconfig
> > ---
> > ---
> > recipes-kernel/linux/linux-keystone-rt/defconfig | 1 +
> > ...-keystone_3.10.bb => linux-keystone-rt_3.10.bb} | 8 ++++----
> > 2 files changed, 5 insertions(+), 4 deletions(-)
> > create mode 100644 recipes-kernel/linux/linux-keystone-rt/defconfig
> > copy recipes-kernel/linux/{linux-keystone_3.10.bb => linux-keystone-
> rt_3.10.bb} (76%)
> >
> > diff --git a/recipes-kernel/linux/linux-keystone-rt/defconfig b/recipes-
> kernel/linux/linux-keystone-rt/defconfig
> > new file mode 100644
> > index 0000000..731bb00
> > --- /dev/null
> > +++ b/recipes-kernel/linux/linux-keystone-rt/defconfig
> > @@ -0,0 +1 @@
> > +use-kernel-config=keystone2_fullrt_defconfig
> > diff --git a/recipes-kernel/linux/linux-keystone_3.10.bb b/recipes-
> kernel/linux/linux-keystone-rt_3.10.bb
> > similarity index 76%
> > copy from recipes-kernel/linux/linux-keystone_3.10.bb
> > copy to recipes-kernel/linux/linux-keystone-rt_3.10.bb
> > index 2384ede..9c2f904 100644
> > --- a/recipes-kernel/linux/linux-keystone_3.10.bb
> > +++ b/recipes-kernel/linux/linux-keystone-rt_3.10.bb
> > @@ -1,5 +1,5 @@
> > SECTION = "kernel"
> > -DESCRIPTION = "Linux kernel for TI Keystone devices"
> > +DESCRIPTION = "Linux RT kernel for TI Keystone devices"
> > LICENSE = "GPLv2"
> > LIC_FILES_CHKSUM =
> "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
> >
> > @@ -17,11 +17,11 @@ KERNEL_DEVICETREE_keystone-evm = "k2hk-
> evm.dtb"
> >
> > KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
> >
> > -#This commit corresponds to "K2_LINUX_03.10.10_13.12"
> > -SRCREV = "335d14b1c2ce23585835243126c6acba89067ecf"
> > +#This commit corresponds to "K2_RT_LINUX_03.10.10_13.12"
> > +SRCREV = "8fa9091d0f9c91a048a975ddebbf2f492e73bf61"
> > PV = "3.10.10"
> >
> > -BRANCH = "master"
> > +BRANCH = "master-rt"
> > SRC_URI = "git://git.ti.com/keystone-
> linux/linux.git;protocol=git;branch=${BRANCH}\
> > file://defconfig\
> > "
> > --
> > 1.7.9.5
> >
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-02-06 0:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-05 23:25 [PATCH v2] linux-keystone-rt: Add new recipe for build rt-kernel Sam Nelson
2014-02-05 23:31 ` Denys Dmytriyenko
2014-02-06 0:15 ` Nelson, Sam
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.