All of lore.kernel.org
 help / color / mirror / Atom feed
* [STABLE] Updates for BUG device
@ 2009-05-05 10:28 Marcin Juszkiewicz
  2009-05-05 10:28 ` [STABLE][PATCH 1/2] sane-srcrevs.inc: bump linux-bug to get Ethernet using MAC from U-boot Marcin Juszkiewicz
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Marcin Juszkiewicz @ 2009-05-05 10:28 UTC (permalink / raw)
  To: openembedded-devel

Here is few updates for BUG Labs BUG device which I need to have in stable/2009
branch:

- u-boot
- kernel which uses Ethernet MAC address from U-Boot environment
- fixed SVN branch for kernel






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

* [STABLE][PATCH 1/2] sane-srcrevs.inc: bump linux-bug to get Ethernet using MAC from U-boot
  2009-05-05 10:28 [STABLE] Updates for BUG device Marcin Juszkiewicz
@ 2009-05-05 10:28 ` Marcin Juszkiewicz
  2009-05-05 11:44   ` Philip Balister
  2009-05-05 10:28 ` [STABLE][PATCH 1/1] u-boot-bug: Added U-Boot for BUG (from BUG Labs SVN) Marcin Juszkiewicz
  2009-05-05 10:28 ` [STABLE][PATCH 2/2] linux-bug: switch to proper SVN branch Marcin Juszkiewicz
  2 siblings, 1 reply; 7+ messages in thread
From: Marcin Juszkiewicz @ 2009-05-05 10:28 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Marcin Juszkiewicz

From: Marcin Juszkiewicz <marcin@buglabs.net>


Signed-off-by: Marcin Juszkiewicz <marcin@buglabs.net>
---
 conf/distro/include/sane-srcrevs.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index 8962174..64781eb 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -111,7 +111,7 @@ SRCREV_pn-libowl ?= "277"
 SRCREV_pn-libxcalibrate ?= "209d83af61ed38a002c8096377deac292b3e396c"
 SRCREV_pn-libxosd ?= "627"
 SRCREV_pn-linux-bfin ?= "3758"
-SRCREV_pn-linux-bug ?= "8918"
+SRCREV_pn-linux-bug ?= "8996"
 SRCREV_pn-linux-hackndev-2.6 ?= "1308"
 SRCREV_pn-linux-ixp4xx ?= "1089"
 SRCREV_pn-linux-openmoko-2.6.24 ?= "fb42ce6724576fc173faf8abfb04aa2c36d213b7"
-- 
1.6.3.rc0






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

* [STABLE][PATCH 1/1] u-boot-bug: Added U-Boot for BUG (from BUG Labs SVN)
  2009-05-05 10:28 [STABLE] Updates for BUG device Marcin Juszkiewicz
  2009-05-05 10:28 ` [STABLE][PATCH 1/2] sane-srcrevs.inc: bump linux-bug to get Ethernet using MAC from U-boot Marcin Juszkiewicz
@ 2009-05-05 10:28 ` Marcin Juszkiewicz
  2009-05-05 11:25   ` Philip Balister
  2009-05-05 10:28 ` [STABLE][PATCH 2/2] linux-bug: switch to proper SVN branch Marcin Juszkiewicz
  2 siblings, 1 reply; 7+ messages in thread
From: Marcin Juszkiewicz @ 2009-05-05 10:28 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Marcin Juszkiewicz

From: Marcin Juszkiewicz <marcin@buglabs.net>


Signed-off-by: Marcin Juszkiewicz <marcin@buglabs.net>
---
 conf/distro/include/sane-srcrevs.inc |    1 +
 recipes/u-boot/u-boot-bug_svn.bb     |   37 ++++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+), 0 deletions(-)
 create mode 100644 recipes/u-boot/u-boot-bug_svn.bb

diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index 64781eb..d924070 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -239,6 +239,7 @@ SRCREV_pn-table ?= "2191"
 SRCREV_pn-tichy ?= "ab68d849502009cf3214df48ffa8075a10cc2177"
 SRCREV_pn-tmut ?= "60"
 SRCREV_pn-toscoterm ?= "f02add76f365a2fecd2dbefc230ceaab20244f96"
+SRCREV_pn-u-boot-bug ?= "8674"
 SRCREV_pn-u-boot-openmoko ?= "650149a53dbdd48bf6dfef90930c8ab182adb512"
 SRCREV_pn-u-boot-openmoko-devel ?= "ba029a1426bfca169572bf80d50a8b190a6b0e19"
 SRCREV_pn-uclibc ?= "25712"
diff --git a/recipes/u-boot/u-boot-bug_svn.bb b/recipes/u-boot/u-boot-bug_svn.bb
new file mode 100644
index 0000000..c1930f4
--- /dev/null
+++ b/recipes/u-boot/u-boot-bug_svn.bb
@@ -0,0 +1,37 @@
+DESCRIPTION = "U-boot bootloader w/ BUG support"
+LICENSE = "GPL"
+SECTION = "bootloader"
+PRIORITY = "optional"
+PV = "1.3.2+svnr${SRCREV}"
+SRCREV = "${AUTOREV}"
+PR = "r6"
+
+SRC_URI = "\
+  svn://svn.buglabs.net/bug/branches/R1.4/qa;module=u-boot;proto=svn \
+"
+S = "${WORKDIR}/u-boot"
+
+COMPATIBLE_MACHINE = "bug"
+PACKAGE_ARCH = "${MACHINE}"
+
+EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}"
+TARGET_LDFLAGS = ""
+
+do_compile () {
+    oe_runmake mx31_bug2_config
+    oe_runmake clean
+    oe_runmake all
+}
+
+do_deploy () {
+    install -d ${DEPLOY_DIR_IMAGE}
+    install -m 0644 ${S}/u-boot.bin ${DEPLOY_DIR_IMAGE}/u-boot-${PV}-${PR}.bin
+    ln -sf ${DEPLOY_DIR_IMAGE}/u-boot-${PV}-${PR}.bin ${DEPLOY_DIR_IMAGE}/uboot-latest.bin
+}
+
+do_stage() {
+    install -m 0755 tools/mkimage ${STAGING_BINDIR_NATIVE}/mkimage
+}
+
+do_deploy[dirs] = "${S}"
+addtask deploy before do_package after do_install
-- 
1.6.3.rc0






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

* [STABLE][PATCH 2/2] linux-bug: switch to proper SVN branch
  2009-05-05 10:28 [STABLE] Updates for BUG device Marcin Juszkiewicz
  2009-05-05 10:28 ` [STABLE][PATCH 1/2] sane-srcrevs.inc: bump linux-bug to get Ethernet using MAC from U-boot Marcin Juszkiewicz
  2009-05-05 10:28 ` [STABLE][PATCH 1/1] u-boot-bug: Added U-Boot for BUG (from BUG Labs SVN) Marcin Juszkiewicz
@ 2009-05-05 10:28 ` Marcin Juszkiewicz
  2009-05-05 12:19   ` Philip Balister
  2 siblings, 1 reply; 7+ messages in thread
From: Marcin Juszkiewicz @ 2009-05-05 10:28 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Marcin Juszkiewicz

From: Marcin Juszkiewicz <marcin@buglabs.net>


Signed-off-by: Marcin Juszkiewicz <marcin@buglabs.net>
---
 recipes/linux/linux-bug_2.6.27.2.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/linux/linux-bug_2.6.27.2.bb b/recipes/linux/linux-bug_2.6.27.2.bb
index db49e63..655defa 100644
--- a/recipes/linux/linux-bug_2.6.27.2.bb
+++ b/recipes/linux/linux-bug_2.6.27.2.bb
@@ -2,13 +2,13 @@ DESCRIPTION = "Linux kernel for bug"
 
 PV_append = "+svnr${SRCREV}"
 KV = "2.6.27.2"
-PR = "r26"
+PR = "r27"
 
 COMPATIBLE_MACHINE = "bug"
 
 SVN_PRJ = "bug-linux-${KV}"
 
-SRC_URI = "svn://svn.buglabs.net/bug/trunk;module=${SVN_PRJ};proto=svn \
+SRC_URI = "svn://svn.buglabs.net/bug/branches/R1.4/qa;module=${SVN_PRJ};proto=svn \
            file://defconfig \
            "
 
-- 
1.6.3.rc0






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

* Re: [STABLE][PATCH 1/1] u-boot-bug: Added U-Boot for BUG (from BUG Labs SVN)
  2009-05-05 10:28 ` [STABLE][PATCH 1/1] u-boot-bug: Added U-Boot for BUG (from BUG Labs SVN) Marcin Juszkiewicz
@ 2009-05-05 11:25   ` Philip Balister
  0 siblings, 0 replies; 7+ messages in thread
From: Philip Balister @ 2009-05-05 11:25 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2340 bytes --]

Acked-by: Philip Balister <philip@balister.org>

Marcin Juszkiewicz wrote:
> From: Marcin Juszkiewicz <marcin@buglabs.net>
> 
> 
> Signed-off-by: Marcin Juszkiewicz <marcin@buglabs.net>
> ---
>  conf/distro/include/sane-srcrevs.inc |    1 +
>  recipes/u-boot/u-boot-bug_svn.bb     |   37 ++++++++++++++++++++++++++++++++++
>  2 files changed, 38 insertions(+), 0 deletions(-)
>  create mode 100644 recipes/u-boot/u-boot-bug_svn.bb
> 
> diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
> index 64781eb..d924070 100644
> --- a/conf/distro/include/sane-srcrevs.inc
> +++ b/conf/distro/include/sane-srcrevs.inc
> @@ -239,6 +239,7 @@ SRCREV_pn-table ?= "2191"
>  SRCREV_pn-tichy ?= "ab68d849502009cf3214df48ffa8075a10cc2177"
>  SRCREV_pn-tmut ?= "60"
>  SRCREV_pn-toscoterm ?= "f02add76f365a2fecd2dbefc230ceaab20244f96"
> +SRCREV_pn-u-boot-bug ?= "8674"
>  SRCREV_pn-u-boot-openmoko ?= "650149a53dbdd48bf6dfef90930c8ab182adb512"
>  SRCREV_pn-u-boot-openmoko-devel ?= "ba029a1426bfca169572bf80d50a8b190a6b0e19"
>  SRCREV_pn-uclibc ?= "25712"
> diff --git a/recipes/u-boot/u-boot-bug_svn.bb b/recipes/u-boot/u-boot-bug_svn.bb
> new file mode 100644
> index 0000000..c1930f4
> --- /dev/null
> +++ b/recipes/u-boot/u-boot-bug_svn.bb
> @@ -0,0 +1,37 @@
> +DESCRIPTION = "U-boot bootloader w/ BUG support"
> +LICENSE = "GPL"
> +SECTION = "bootloader"
> +PRIORITY = "optional"
> +PV = "1.3.2+svnr${SRCREV}"
> +SRCREV = "${AUTOREV}"
> +PR = "r6"
> +
> +SRC_URI = "\
> +  svn://svn.buglabs.net/bug/branches/R1.4/qa;module=u-boot;proto=svn \
> +"
> +S = "${WORKDIR}/u-boot"
> +
> +COMPATIBLE_MACHINE = "bug"
> +PACKAGE_ARCH = "${MACHINE}"
> +
> +EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}"
> +TARGET_LDFLAGS = ""
> +
> +do_compile () {
> +    oe_runmake mx31_bug2_config
> +    oe_runmake clean
> +    oe_runmake all
> +}
> +
> +do_deploy () {
> +    install -d ${DEPLOY_DIR_IMAGE}
> +    install -m 0644 ${S}/u-boot.bin ${DEPLOY_DIR_IMAGE}/u-boot-${PV}-${PR}.bin
> +    ln -sf ${DEPLOY_DIR_IMAGE}/u-boot-${PV}-${PR}.bin ${DEPLOY_DIR_IMAGE}/uboot-latest.bin
> +}
> +
> +do_stage() {
> +    install -m 0755 tools/mkimage ${STAGING_BINDIR_NATIVE}/mkimage
> +}
> +
> +do_deploy[dirs] = "${S}"
> +addtask deploy before do_package after do_install

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3303 bytes --]

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

* Re: [STABLE][PATCH 1/2] sane-srcrevs.inc: bump linux-bug to get Ethernet using MAC from U-boot
  2009-05-05 10:28 ` [STABLE][PATCH 1/2] sane-srcrevs.inc: bump linux-bug to get Ethernet using MAC from U-boot Marcin Juszkiewicz
@ 2009-05-05 11:44   ` Philip Balister
  0 siblings, 0 replies; 7+ messages in thread
From: Philip Balister @ 2009-05-05 11:44 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 944 bytes --]

Acked-by: Philip Balister <philip@balister.org>

Marcin Juszkiewicz wrote:
> From: Marcin Juszkiewicz <marcin@buglabs.net>
> 
> 
> Signed-off-by: Marcin Juszkiewicz <marcin@buglabs.net>
> ---
>  conf/distro/include/sane-srcrevs.inc |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
> index 8962174..64781eb 100644
> --- a/conf/distro/include/sane-srcrevs.inc
> +++ b/conf/distro/include/sane-srcrevs.inc
> @@ -111,7 +111,7 @@ SRCREV_pn-libowl ?= "277"
>  SRCREV_pn-libxcalibrate ?= "209d83af61ed38a002c8096377deac292b3e396c"
>  SRCREV_pn-libxosd ?= "627"
>  SRCREV_pn-linux-bfin ?= "3758"
> -SRCREV_pn-linux-bug ?= "8918"
> +SRCREV_pn-linux-bug ?= "8996"
>  SRCREV_pn-linux-hackndev-2.6 ?= "1308"
>  SRCREV_pn-linux-ixp4xx ?= "1089"
>  SRCREV_pn-linux-openmoko-2.6.24 ?= "fb42ce6724576fc173faf8abfb04aa2c36d213b7"

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3303 bytes --]

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

* Re: [STABLE][PATCH 2/2] linux-bug: switch to proper SVN branch
  2009-05-05 10:28 ` [STABLE][PATCH 2/2] linux-bug: switch to proper SVN branch Marcin Juszkiewicz
@ 2009-05-05 12:19   ` Philip Balister
  0 siblings, 0 replies; 7+ messages in thread
From: Philip Balister @ 2009-05-05 12:19 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 967 bytes --]

Acked-by: Philip Balister <philip@balister.org>

Marcin Juszkiewicz wrote:
> From: Marcin Juszkiewicz <marcin@buglabs.net>
> 
> 
> Signed-off-by: Marcin Juszkiewicz <marcin@buglabs.net>
> ---
>  recipes/linux/linux-bug_2.6.27.2.bb |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/recipes/linux/linux-bug_2.6.27.2.bb b/recipes/linux/linux-bug_2.6.27.2.bb
> index db49e63..655defa 100644
> --- a/recipes/linux/linux-bug_2.6.27.2.bb
> +++ b/recipes/linux/linux-bug_2.6.27.2.bb
> @@ -2,13 +2,13 @@ DESCRIPTION = "Linux kernel for bug"
>  
>  PV_append = "+svnr${SRCREV}"
>  KV = "2.6.27.2"
> -PR = "r26"
> +PR = "r27"
>  
>  COMPATIBLE_MACHINE = "bug"
>  
>  SVN_PRJ = "bug-linux-${KV}"
>  
> -SRC_URI = "svn://svn.buglabs.net/bug/trunk;module=${SVN_PRJ};proto=svn \
> +SRC_URI = "svn://svn.buglabs.net/bug/branches/R1.4/qa;module=${SVN_PRJ};proto=svn \
>             file://defconfig \
>             "
>  

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3303 bytes --]

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

end of thread, other threads:[~2009-05-05 12:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-05 10:28 [STABLE] Updates for BUG device Marcin Juszkiewicz
2009-05-05 10:28 ` [STABLE][PATCH 1/2] sane-srcrevs.inc: bump linux-bug to get Ethernet using MAC from U-boot Marcin Juszkiewicz
2009-05-05 11:44   ` Philip Balister
2009-05-05 10:28 ` [STABLE][PATCH 1/1] u-boot-bug: Added U-Boot for BUG (from BUG Labs SVN) Marcin Juszkiewicz
2009-05-05 11:25   ` Philip Balister
2009-05-05 10:28 ` [STABLE][PATCH 2/2] linux-bug: switch to proper SVN branch Marcin Juszkiewicz
2009-05-05 12:19   ` Philip Balister

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.