All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] add the openmoko git kernel stable branch to fso/milestone5
@ 2009-02-24 18:55 Angus Ainslie
  2009-02-24 19:56 ` Koen Kooi
  0 siblings, 1 reply; 8+ messages in thread
From: Angus Ainslie @ 2009-02-24 18:55 UTC (permalink / raw)
  To: openembedded-devel

Add a recipe for the openmoko git stable kernel branch         

---
 conf/distro/include/sane-srcrevs.inc        |    1 +
 packages/linux/linux-openmoko-stable_git.bb |   33 +++++++++++++++++++++++++++
 2 files changed, 34 insertions(+), 0 deletions(-)                             
 create mode 100644 packages/linux/linux-openmoko-stable_git.bb                

diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index 4f87639..4c056a8 100644                                                           
--- a/conf/distro/include/sane-srcrevs.inc                                              
+++ b/conf/distro/include/sane-srcrevs.inc                                              
@@ -103,6 +103,7 @@ SRCREV_pn-linux-ixp4xx ?= "1085"                                    
 SRCREV_pn-linux-openmoko-2.6.24 ?= "fb42ce6724576fc173faf8abfb04aa2c36d213b7"          
 SRCREV_pn-linux-openmoko-2.6.28 ?= "34240a1c06ae36180dee695aa25bbae869b2aa26"          
 SRCREV_pn-linux-openmoko-devel ?= "498d0953423a504cd24d11a0307e0ec01b81b68d"           
+SRCREV_pn-linux-openmoko-stable ?= "0e5fe639e234cdeb11d8441f19c5b3109a8b6a17"          
 SRCREV_pn-linux-eten ?= "ab2d414f4f13816af0ec0401b608133ca946624a"                     
 SRCREV_pn-llvm-gcc4 ?= "374"                                                           
 SRCREV_pn-llvm-gcc4-cross ?= "374"                                                     
diff --git a/packages/linux/linux-openmoko-stable_git.bb b/packages/linux/linux-openmoko-stable_git.bb
new file mode 100644                                                                                  
index 0000000..e5fb71f                                                                                
--- /dev/null                                                                                         
+++ b/packages/linux/linux-openmoko-stable_git.bb
@@ -0,0 +1,33 @@
+require linux.inc
+require linux-openmoko.inc
+
+DESCRIPTION_${PN} = "Linux ${KERNEL_RELEASE} kernel for the Openmoko Neo GSM Smartphones"
+
+DEFAULT_PREFERENCE = "-1"
+
+KERNEL_RELEASE = "2.6.29-rc3"
+KERNEL_VERSION = "${KERNEL_RELEASE}"
+
+OMV = "stable"
+PV = "${KERNEL_RELEASE}-${OMV}+gitr${SRCREV}"
+PR = "r2"
+
+SRC_URI = "\
+  git://git.openmoko.org/git/kernel.git;protocol=git;branch=stable \
+#  file://defconfig-oe.patch \
+"
+S = "${WORKDIR}/git"
+
+do_configure_prepend() {
+       if [ ${MACHINE} = "om-gta01" ] ; then
+               install -m 644 ./arch/arm/configs/gta01_moredrivers_defconfig ${WORKDIR}/defconfig-oe
+       fi
+       if [ ${MACHINE} = "om-gta02" ] ; then
+               install -m 644 ./arch/arm/configs/gta02_packaging_defconfig ${WORKDIR}/defconfig-oe
+       fi
+       if [ ${MACHINE} = "om-gta03" ] ; then
+               install -m 644 ./arch/arm/configs/gta03_defconfig ${WORKDIR}/defconfig-oe
+       fi
+#      cat ${WORKDIR}/defconfig-oe.patch | patch -p0 -d ${WORKDIR}
+}
+
--
1.5.6.5





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

* Re: [PATCH] add the openmoko git kernel stable branch to fso/milestone5
  2009-02-24 18:55 [PATCH] add the openmoko git kernel stable branch to fso/milestone5 Angus Ainslie
@ 2009-02-24 19:56 ` Koen Kooi
  2009-02-24 20:27   ` Michael 'Mickey' Lauer
  2009-02-24 20:28   ` Angus Ainslie
  0 siblings, 2 replies; 8+ messages in thread
From: Koen Kooi @ 2009-02-24 19:56 UTC (permalink / raw)
  To: openembedded-devel

On 24-02-09 19:55, Angus Ainslie wrote:

> +KERNEL_RELEASE = "2.6.29-rc3"
> +KERNEL_VERSION = "${KERNEL_RELEASE}"
> +
> +OMV = "stable"
> +PV = "${KERNEL_RELEASE}-${OMV}+gitr${SRCREV}"

NACK. This violates OEs versioning policy since 2.6.29-rc3 will sort 
higher than 2.6.29 final.

regards,

Koen




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

* Re: [PATCH] add the openmoko git kernel stable branch to fso/milestone5
  2009-02-24 19:56 ` Koen Kooi
@ 2009-02-24 20:27   ` Michael 'Mickey' Lauer
  2009-02-24 20:48     ` Angus Ainslie
  2009-02-24 20:28   ` Angus Ainslie
  1 sibling, 1 reply; 8+ messages in thread
From: Michael 'Mickey' Lauer @ 2009-02-24 20:27 UTC (permalink / raw)
  To: openembedded-devel

Am Dienstag, den 24.02.2009, 20:56 +0100 schrieb Koen Kooi:
> On 24-02-09 19:55, Angus Ainslie wrote:
> 
> > +KERNEL_RELEASE = "2.6.29-rc3"
> > +KERNEL_VERSION = "${KERNEL_RELEASE}"
> > +
> > +OMV = "stable"
> > +PV = "${KERNEL_RELEASE}-${OMV}+gitr${SRCREV}"
> 
> NACK. This violates OEs versioning policy since 2.6.29-rc3 will sort 
> higher than 2.6.29 final.

Right.

Angus, I'd just keep 2.6.28+whatever. I don't think it's that relevant
which rc is the baseline of this version.

If you disagree, just go with 2.6.28+2.6.29rc3.

In general, the format is <stable>+<devel> until <devel> has become
final. This (and all the other policies) should be in the Wiki. If not,
please alert us and we'll add them.

Cheers,

-- 
:M:




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

* Re: [PATCH] add the openmoko git kernel stable branch to fso/milestone5
  2009-02-24 19:56 ` Koen Kooi
  2009-02-24 20:27   ` Michael 'Mickey' Lauer
@ 2009-02-24 20:28   ` Angus Ainslie
  2009-02-24 20:41     ` Angus Ainslie
  1 sibling, 1 reply; 8+ messages in thread
From: Angus Ainslie @ 2009-02-24 20:28 UTC (permalink / raw)
  To: openembedded-devel

On Tue, 2009-02-24 at 20:56 +0100, Koen Kooi wrote:
> NACK. This violates OEs versioning policy since 2.6.29-rc3 will sort 
> higher than 2.6.29 final.
> 
> regards,
> 
> Koen
> 


Is this better ?

Thanks
Angus

---
 conf/distro/include/sane-srcrevs.inc        |    1 +
 packages/linux/linux-openmoko-stable_git.bb |   33 +++++++++++++++++++++++++++
 2 files changed, 35 insertions(+), 1 deletions(-)                             
 create mode 100644 packages/linux/linux-openmoko-stable_git.bb                

diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index 2f4e913..328e612 100644                                                           
--- a/conf/distro/include/sane-srcrevs.inc                                              
+++ b/conf/distro/include/sane-srcrevs.inc                                              
@@ -97,6 +97,7 @@ SRCREV_pn-linux-ixp4xx ?= "1085"                                      
 SRCREV_pn-linux-openmoko-2.6.24 ?= "fb42ce6724576fc173faf8abfb04aa2c36d213b7"          
 SRCREV_pn-linux-openmoko-2.6.28 ?= "34240a1c06ae36180dee695aa25bbae869b2aa26"          
 SRCREV_pn-linux-openmoko-devel ?= "34240a1c06ae36180dee695aa25bbae869b2aa26"           
+SRCREV_pn-linux-openmoko-stable ?= "0e5fe639e234cdeb11d8441f19c5b3109a8b6a17"          
 SRCREV_pn-linux-eten ?= "ab2d414f4f13816af0ec0401b608133ca946624a"                     
 SRCREV_pn-llvm-gcc4 ?= "374"                                                           
 SRCREV_pn-llvm-gcc4-cross ?= "374"                                                     
diff --git a/packages/linux/linux-openmoko-stable_git.bb b/packages/linux/linux-openmoko-stable_git.bb
new file mode 100644                                                                                  
index 0000000..a7b74b8                                                                                
--- /dev/null                                                                                         
+++ b/packages/linux/linux-openmoko-stable_git.bb
@@ -0,0 +1,33 @@
+require linux.inc
+require linux-openmoko.inc
+
+DESCRIPTION_${PN} = "Linux ${KERNEL_RELEASE} kernel for the Openmoko Neo GSM Smartphones"
+
+DEFAULT_PREFERENCE = "-1"
+
+KERNEL_RELEASE = "2.6.29"
+KERNEL_VERSION = "${KERNEL_RELEASE}"
+
+OMV = "stable"
+PV = "${KERNEL_RELEASE}-${OMV}+gitr${SRCREV}"
+PR = "r2"
+
+SRC_URI = "\
+  git://git.openmoko.org/git/kernel.git;protocol=git;branch=stable \
+#  file://defconfig-oe.patch \
+"
+S = "${WORKDIR}/git"
+
+do_configure_prepend() {
+       if [ ${MACHINE} = "om-gta01" ] ; then
+               install -m 644 ./arch/arm/configs/gta01_moredrivers_defconfig ${WORKDIR}/defconfig-oe
+       fi
+       if [ ${MACHINE} = "om-gta02" ] ; then
+               install -m 644 ./arch/arm/configs/gta02_packaging_defconfig ${WORKDIR}/defconfig-oe
+       fi
+       if [ ${MACHINE} = "om-gta03" ] ; then
+               install -m 644 ./arch/arm/configs/gta03_defconfig ${WORKDIR}/defconfig-oe
+       fi
+#      cat ${WORKDIR}/defconfig-oe.patch | patch -p0 -d ${WORKDIR}
+}
+
--
1.5.6.5





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

* Re: [PATCH] add the openmoko git kernel stable branch to fso/milestone5
  2009-02-24 20:28   ` Angus Ainslie
@ 2009-02-24 20:41     ` Angus Ainslie
  2009-02-26 20:09       ` Angus Ainslie
  0 siblings, 1 reply; 8+ messages in thread
From: Angus Ainslie @ 2009-02-24 20:41 UTC (permalink / raw)
  To: openembedded-devel

Round 3 per Mickey's and Koen's sugestions

Angus


---
 conf/distro/include/sane-srcrevs.inc        |    1 +
 packages/linux/linux-openmoko-stable_git.bb |   33 +++++++++++++++++++++++++++
 2 files changed, 35 insertions(+), 1 deletions(-)                             
 create mode 100644 packages/linux/linux-openmoko-stable_git.bb                

diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index 2f4e913..328e612 100644                                                           
--- a/conf/distro/include/sane-srcrevs.inc                                              
+++ b/conf/distro/include/sane-srcrevs.inc                                              
@@ -97,6 +97,7 @@ SRCREV_pn-linux-ixp4xx ?= "1085"                                      
 SRCREV_pn-linux-openmoko-2.6.24 ?= "fb42ce6724576fc173faf8abfb04aa2c36d213b7"          
 SRCREV_pn-linux-openmoko-2.6.28 ?= "34240a1c06ae36180dee695aa25bbae869b2aa26"          
 SRCREV_pn-linux-openmoko-devel ?= "34240a1c06ae36180dee695aa25bbae869b2aa26"           
+SRCREV_pn-linux-openmoko-stable ?= "0e5fe639e234cdeb11d8441f19c5b3109a8b6a17"          
 SRCREV_pn-linux-eten ?= "ab2d414f4f13816af0ec0401b608133ca946624a"                     
 SRCREV_pn-llvm-gcc4 ?= "374"                                                           
 SRCREV_pn-llvm-gcc4-cross ?= "374"                                                     
diff --git a/packages/linux/linux-openmoko-stable_git.bb b/packages/linux/linux-openmoko-stable_git.bb
new file mode 100644                                                                                  
index 0000000..a7b74b8                                                                                
--- /dev/null                                                                                         
+++ b/packages/linux/linux-openmoko-stable_git.bb
@@ -0,0 +1,33 @@
+require linux.inc
+require linux-openmoko.inc
+
+DESCRIPTION_${PN} = "Linux ${KERNEL_RELEASE} kernel for the Openmoko Neo GSM Smartphones"
+
+DEFAULT_PREFERENCE = "-1"
+
+KERNEL_RELEASE = "2.6.28"
+KERNEL_VERSION = "${KERNEL_RELEASE}"
+
+OMV = "stable"
+PV = "${KERNEL_RELEASE}-${OMV}+gitr${SRCREV}"
+PR = "r2"
+
+SRC_URI = "\
+  git://git.openmoko.org/git/kernel.git;protocol=git;branch=stable \
+#  file://defconfig-oe.patch \
+"
+S = "${WORKDIR}/git"
+
+do_configure_prepend() {
+       if [ ${MACHINE} = "om-gta01" ] ; then
+               install -m 644 ./arch/arm/configs/gta01_moredrivers_defconfig ${WORKDIR}/defconfig-oe
+       fi
+       if [ ${MACHINE} = "om-gta02" ] ; then
+               install -m 644 ./arch/arm/configs/gta02_packaging_defconfig ${WORKDIR}/defconfig-oe
+       fi
+       if [ ${MACHINE} = "om-gta03" ] ; then
+               install -m 644 ./arch/arm/configs/gta03_defconfig ${WORKDIR}/defconfig-oe
+       fi
+#      cat ${WORKDIR}/defconfig-oe.patch | patch -p0 -d ${WORKDIR}
+}
+
--
1.5.6.5




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

* Re: [PATCH] add the openmoko git kernel stable branch to fso/milestone5
  2009-02-24 20:27   ` Michael 'Mickey' Lauer
@ 2009-02-24 20:48     ` Angus Ainslie
  2009-02-25  5:54       ` Rolf Leggewie
  0 siblings, 1 reply; 8+ messages in thread
From: Angus Ainslie @ 2009-02-24 20:48 UTC (permalink / raw)
  To: openembedded-devel

On Tue, 2009-02-24 at 21:27 +0100, Michael 'Mickey' Lauer wrote:
> 
> In general, the format is <stable>+<devel> until <devel> has become
> final. This (and all the other policies) should be in the Wiki. If not,
> please alert us and we'll add them.
> 
> Cheers,
> 

I found the policy section and am reading it now. The commit policy
still has references to monotone.

http://wiki.openembedded.net/index.php/Commit_Policy

Angus




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

* Re: [PATCH] add the openmoko git kernel stable branch to fso/milestone5
  2009-02-24 20:48     ` Angus Ainslie
@ 2009-02-25  5:54       ` Rolf Leggewie
  0 siblings, 0 replies; 8+ messages in thread
From: Rolf Leggewie @ 2009-02-25  5:54 UTC (permalink / raw)
  To: openembedded-devel

Angus Ainslie wrote:
> I found the policy section and am reading it now. The commit policy
> still has references to monotone.
> 
> http://wiki.openembedded.net/index.php/Commit_Policy

Fixed, thanks for pointing out.




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

* Re: [PATCH] add the openmoko git kernel stable branch to fso/milestone5
  2009-02-24 20:41     ` Angus Ainslie
@ 2009-02-26 20:09       ` Angus Ainslie
  0 siblings, 0 replies; 8+ messages in thread
From: Angus Ainslie @ 2009-02-26 20:09 UTC (permalink / raw)
  To: openembedded-devel

On Tue, 2009-02-24 at 13:41 -0700, Angus Ainslie wrote:
> Round 3 per Mickey's and Koen's sugestions
> 
> Angus
> 
> 

How long should I wait before I assume that patches have been silently
reviewed ?

Thanks
Angus





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

end of thread, other threads:[~2009-02-26 20:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-24 18:55 [PATCH] add the openmoko git kernel stable branch to fso/milestone5 Angus Ainslie
2009-02-24 19:56 ` Koen Kooi
2009-02-24 20:27   ` Michael 'Mickey' Lauer
2009-02-24 20:48     ` Angus Ainslie
2009-02-25  5:54       ` Rolf Leggewie
2009-02-24 20:28   ` Angus Ainslie
2009-02-24 20:41     ` Angus Ainslie
2009-02-26 20:09       ` Angus Ainslie

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.