All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] linux-mainline: add 3.14 mainline recipe
@ 2014-03-07 18:00 Denys Dmytriyenko
  2014-03-07 21:03 ` Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2014-03-07 18:00 UTC (permalink / raw)
  To: meta-ti

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 recipes-kernel/linux/linux-mainline/defconfig |  1 +
 recipes-kernel/linux/linux-mainline_3.14.bb   | 41 +++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)
 create mode 100644 recipes-kernel/linux/linux-mainline/defconfig
 create mode 100644 recipes-kernel/linux/linux-mainline_3.14.bb

diff --git a/recipes-kernel/linux/linux-mainline/defconfig b/recipes-kernel/linux/linux-mainline/defconfig
new file mode 100644
index 0000000..926b35a
--- /dev/null
+++ b/recipes-kernel/linux/linux-mainline/defconfig
@@ -0,0 +1 @@
+use-kernel-config=omap2plus_defconfig
diff --git a/recipes-kernel/linux/linux-mainline_3.14.bb b/recipes-kernel/linux/linux-mainline_3.14.bb
new file mode 100644
index 0000000..ec7d7a7
--- /dev/null
+++ b/recipes-kernel/linux/linux-mainline_3.14.bb
@@ -0,0 +1,41 @@
+SECTION = "kernel"
+DESCRIPTION = "Mainline Linux kernel"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
+
+inherit kernel
+
+require recipes-kernel/linux/linux-dtb.inc
+require recipes-kernel/linux/setup-defconfig.inc
+
+# Pull in the devicetree files into the rootfs
+RDEPENDS_kernel-base += "kernel-devicetree"
+
+# Add a run-time dependency for the PM firmware to be installed
+# on the target file system.
+RDEPENDS_kernel-base_append_ti33x = " am33x-cm3"
+
+# Default is to package all dtb files for ti33x devices unless building
+# for the specific beaglebone machine.
+KERNEL_DEVICETREE_ti33x = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb"
+KERNEL_DEVICETREE_beaglebone = "am335x-bone.dtb am335x-boneblack.dtb"
+
+KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
+
+COMPATIBLE_MACHINE = "ti33x"
+
+S = "${WORKDIR}/git"
+
+BRANCH = "master"
+
+# Corresponds to tag v3.14-rc5
+SRCREV = "0414855fdc4a40da05221fc6062cccbc0c30f169"
+PV = "3.13+3.14rc5"
+
+# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
+MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}"
+PR = "${MACHINE_KERNEL_PR}"
+
+SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git;protocol=git;branch=${BRANCH} \
+           file://defconfig \
+          "
-- 
1.8.3.2



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] linux-mainline: add 3.14 mainline recipe
  2014-03-07 18:00 [PATCH] linux-mainline: add 3.14 mainline recipe Denys Dmytriyenko
@ 2014-03-07 21:03 ` Khem Raj
  2014-03-07 21:12   ` Denys Dmytriyenko
  0 siblings, 1 reply; 4+ messages in thread
From: Khem Raj @ 2014-03-07 21:03 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-ti@yoctoproject.org

On Fri, Mar 7, 2014 at 10:00 AM, Denys Dmytriyenko <denis@denix.org> wrote:
> +# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
> +MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}"
> +PR = "${MACHINE_KERNEL_PR}"


is it possible to get rid of MACHINE_KERNEL_PR


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] linux-mainline: add 3.14 mainline recipe
  2014-03-07 21:03 ` Khem Raj
@ 2014-03-07 21:12   ` Denys Dmytriyenko
  2014-03-07 21:15     ` Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2014-03-07 21:12 UTC (permalink / raw)
  To: Khem Raj; +Cc: meta-ti@yoctoproject.org

On Fri, Mar 07, 2014 at 01:03:23PM -0800, Khem Raj wrote:
> On Fri, Mar 7, 2014 at 10:00 AM, Denys Dmytriyenko <denis@denix.org> wrote:
> > +# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
> > +MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}"
> > +PR = "${MACHINE_KERNEL_PR}"
> 
> is it possible to get rid of MACHINE_KERNEL_PR

What's wrong with MACHINE_KERNEL_PR the way it's used above?

-- 
Denys


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] linux-mainline: add 3.14 mainline recipe
  2014-03-07 21:12   ` Denys Dmytriyenko
@ 2014-03-07 21:15     ` Khem Raj
  0 siblings, 0 replies; 4+ messages in thread
From: Khem Raj @ 2014-03-07 21:15 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-ti@yoctoproject.org

On Fri, Mar 7, 2014 at 1:12 PM, Denys Dmytriyenko <denys@ti.com> wrote:
> On Fri, Mar 07, 2014 at 01:03:23PM -0800, Khem Raj wrote:
>> On Fri, Mar 7, 2014 at 10:00 AM, Denys Dmytriyenko <denis@denix.org> wrote:
>> > +# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
>> > +MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}"
>> > +PR = "${MACHINE_KERNEL_PR}"
>>
>> is it possible to get rid of MACHINE_KERNEL_PR
>
> What's wrong with MACHINE_KERNEL_PR the way it's used above?


Nothing is wrong, but since you have a new recipe newer version may be
you want to get rid of
additional variables ?


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-03-07 21:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-07 18:00 [PATCH] linux-mainline: add 3.14 mainline recipe Denys Dmytriyenko
2014-03-07 21:03 ` Khem Raj
2014-03-07 21:12   ` Denys Dmytriyenko
2014-03-07 21:15     ` Khem Raj

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.