All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] linux-yocto: consolidated pull request
@ 2011-01-10 17:30 Bruce Ashfield
  2011-01-10 17:30 ` [PATCH 1/5] kernel-yocto: pass the build directory to configme Bruce Ashfield
                   ` (6 more replies)
  0 siblings, 7 replies; 19+ messages in thread
From: Bruce Ashfield @ 2011-01-10 17:30 UTC (permalink / raw)
  To: rpurdie; +Cc: yocto, poky, saul.wold

It looks like some of my last pull request didn't make it
to master, so I've repeated it here. Patches 4/5 have already
been sent:

  kernel-yocto: pass the build directory to configme
  routerstation: disable command line overrides

The remaining three changes are new and are:

 - A merge from Darren to update the default 2.6.37 configs
   to enable the debug/ftrace configs we need.

 - A change to make board descriptions generic. These are
   transparent to nearly everyone, but any new BSPs will be
   described with: KARCH, KMACHINE and KTYPE which are more
   generic variables and used internally during kernel
   configuration. They are differnet from yocto/poky variables
   on purpose, since the kernel tree can be cloned and used 
   distinctly from any build system.

 - And finally an update to 2.6.37 with a port of the alternate
   RPC ports patch which reinstates usermode NFS support to
   2.6.37.

Also out of interest, the routerstation pro and fsl-mpc8315e-rdb
have all been booted against 2.6.37 and will follow shortly. 
Next up are feature merges (lttng, etc) to match the -stable 
kernel functionality.

Cheers,

Bruce


Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: zedd/kernel
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel

Thanks,
    Bruce Ashfield <bruce.ashfield@windriver.com>
---


Bruce Ashfield (5):
  kernel-yocto: pass the build directory to configme
  routerstation: disable command line overrides
  linux-yocto: update SRCREV to pickup debug/ftrace config changes
  kern-tools: create generic variables for platform/board/kernel
  linux-yocto: update to 2.6.37

 meta/classes/kernel-yocto.bbclass                  |    2 +-
 .../conf/distro/include/poky-default-revisions.inc |   28 ++++++++++----------
 2 files changed, 15 insertions(+), 15 deletions(-)



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

* [PATCH 1/5] kernel-yocto: pass the build directory to configme
  2011-01-10 17:30 [PATCH 0/5] linux-yocto: consolidated pull request Bruce Ashfield
@ 2011-01-10 17:30 ` Bruce Ashfield
  2011-01-10 17:30 ` [PATCH 2/5] routerstation: disable command line overrides Bruce Ashfield
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 19+ messages in thread
From: Bruce Ashfield @ 2011-01-10 17:30 UTC (permalink / raw)
  To: rpurdie; +Cc: yocto, poky, saul.wold

configme used to be able to calculate the output/build directory
when branches were always <machine>-<kernel type>. Branch names
can now be widely different and to avoid embedding complexity
in the scripts it is easier to just pass ${B} from the build system
down to the scripts.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
 meta/classes/kernel-yocto.bbclass                  |    2 +-
 .../conf/distro/include/poky-default-revisions.inc |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass
index 7ebe5d6..df2a8a4 100644
--- a/meta/classes/kernel-yocto.bbclass
+++ b/meta/classes/kernel-yocto.bbclass
@@ -121,7 +121,7 @@ do_kernel_configme() {
 	echo "[INFO] doing kernel configme"
 
 	cd ${S}
-	configme --reconfig
+	configme --reconfig --output ${B}
 	if [ $? -ne 0 ]; then
 		echo "ERROR. Could not configure ${KMACHINE}-${LINUX_KERNEL_TYPE}"
 		exit 1
diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc
index c11faf9..c4b00a6 100644
--- a/meta/conf/distro/include/poky-default-revisions.inc
+++ b/meta/conf/distro/include/poky-default-revisions.inc
@@ -57,7 +57,7 @@ SRCREV_pn-gypsy ??= "147"
 SRCREV_pn-inputproto ??= "7203036522ba9d4b224d282d6afc2d0b947711ee"
 SRCREV_pn-inputproto-native ??= "7203036522ba9d4b224d282d6afc2d0b947711ee"
 SRCREV_pn-inputproto-nativesdk ??= "7203036522ba9d4b224d282d6afc2d0b947711ee"
-SRCREV_pn-kern-tools-native ??= "72683bf61fdb83a1c0b4110763f803ff3e39f8ca"
+SRCREV_pn-kern-tools-native ??= "a494ddaf1c9151af8af8050e8427c9958440ec4c"
 SRCREV_pn-libdrm ??= "3f3c5be6f908272199ccf53f108b1124bfe0a00e"
 SRCREV_pn-libfakekey ??= "2031"
 SRCREV_pn-libgdbus ??= "aeab6e3c0185b271ca343b439470491b99cc587f"
-- 
1.7.0.4



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

* [PATCH 2/5] routerstation: disable command line overrides
  2011-01-10 17:30 [PATCH 0/5] linux-yocto: consolidated pull request Bruce Ashfield
  2011-01-10 17:30 ` [PATCH 1/5] kernel-yocto: pass the build directory to configme Bruce Ashfield
@ 2011-01-10 17:30 ` Bruce Ashfield
  2011-01-10 17:30 ` [PATCH 3/5] linux-yocto: update SRCREV to pickup debug/ftrace config changes Bruce Ashfield
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 19+ messages in thread
From: Bruce Ashfield @ 2011-01-10 17:30 UTC (permalink / raw)
  To: rpurdie; +Cc: yocto, poky, saul.wold

Fixes [BUGID #581]

The initial routerstation pro BSP went out with with command line
overrides enabled. We'd need to be able to set the command line
from Redbot, so we should disable the forcing of the built in
variant.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
 .../conf/distro/include/poky-default-revisions.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc
index c4b00a6..536ee9b 100644
--- a/meta/conf/distro/include/poky-default-revisions.inc
+++ b/meta/conf/distro/include/poky-default-revisions.inc
@@ -93,7 +93,7 @@ SRCREV_machine_pn-linux-yocto-stable_atom-pc ?= "35521a5a70316785a67aca1de1d39a7
 SRCREV_machine_pn-linux-yocto-stable_routerstationpro ?= "b323ab98f055df012277f09d444951619fda24e3"
 SRCREV_machine_pn-linux-yocto-stable_mpc8315e-rdb ?= "0d19c4ab6185b2e093beb5f366ccff4746197166"
 SRCREV_machine_pn-linux-yocto-stable_beagleboard ?= "35521a5a70316785a67aca1de1d39a7b84c49ccf"
-SRCREV_meta_pn-linux-yocto-stable ?= "582a28e4bc966ea367cbc2dc1f0de89dd4e7c3d8"
+SRCREV_meta_pn-linux-yocto-stable ?= "ed446ecd29e8c0f81ab8630a2db652121eeb0b75"
 # development SRCREVs
 SRCREV_machine_pn-linux-yocto_qemuarm = "605b1b1e0c68e9f78a7fb33aa219327153a4a890"
 SRCREV_machine_pn-linux-yocto_qemumips = "0f05ab306ac79684a3352f28db91dfb903c67410"
@@ -105,7 +105,7 @@ SRCREV_machine_pn-linux-yocto_atom-pc = "6635864790ac23db856147fcbc4e8ebbfd30a0b
 SRCREV_machine_pn-linux-yocto_routerstationpro = "cc1d802228803e0ebf27f3d3772de3620159d195"
 SRCREV_machine_pn-linux-yocto_mpc8315e-rdb = "be26676bf67b0c4b5f36b57fe9e46f8bfd2a67c9"
 SRCREV_machine_pn-linux-yocto_beagleboard = "6635864790ac23db856147fcbc4e8ebbfd30a0ba"
-SRCREV_meta_pn-linux-yocto ?= "5955ebea1f0d2fbd67a66ed138ce2b3363adf72a"
+SRCREV_meta_pn-linux-yocto ?= "78e21cf094386a243ed43ae8252042ee0cc814c4"
 SRCREV_pn-linux-libc-headers-yocto ??= "6635864790ac23db856147fcbc4e8ebbfd30a0ba"
 SRCREV_pn-matchbox-config-gtk ??= "2081"
 SRCREV_pn-matchbox-desktop-sato ??= "76"
-- 
1.7.0.4



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

* [PATCH 3/5] linux-yocto: update SRCREV to pickup debug/ftrace config changes
  2011-01-10 17:30 [PATCH 0/5] linux-yocto: consolidated pull request Bruce Ashfield
  2011-01-10 17:30 ` [PATCH 1/5] kernel-yocto: pass the build directory to configme Bruce Ashfield
  2011-01-10 17:30 ` [PATCH 2/5] routerstation: disable command line overrides Bruce Ashfield
@ 2011-01-10 17:30 ` Bruce Ashfield
  2011-01-10 17:30 ` [PATCH 4/5] kern-tools: create generic variables for platform/board/kernel Bruce Ashfield
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 19+ messages in thread
From: Bruce Ashfield @ 2011-01-10 17:30 UTC (permalink / raw)
  To: rpurdie; +Cc: yocto, poky, saul.wold

Updating to reflect the changes from Darren Hart:

[
    linux-yocto-2.6.37: Add debugfs and ftrace features to standard ktype meta-data

    ftrace provides low impact tracing facilities and should be made
    available on the main kernel - as opposed to a debug or tracing
    kernel which often add enough overhead to mask subtle bugs.

    These features are available on the 2.6.34 yocto kernel.

    Boot and trace-cmd tested on qemux86-64.

    Signed-off-by: Darren Hart <darren@dvhart.com>
    CC: Bruce Ashfield <bruce.ashfield@windriver.com>
    CC: Tom Zanussi <tom.zanussi@intel.com>
]

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
 .../conf/distro/include/poky-default-revisions.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc
index 536ee9b..fc20ce4 100644
--- a/meta/conf/distro/include/poky-default-revisions.inc
+++ b/meta/conf/distro/include/poky-default-revisions.inc
@@ -105,7 +105,7 @@ SRCREV_machine_pn-linux-yocto_atom-pc = "6635864790ac23db856147fcbc4e8ebbfd30a0b
 SRCREV_machine_pn-linux-yocto_routerstationpro = "cc1d802228803e0ebf27f3d3772de3620159d195"
 SRCREV_machine_pn-linux-yocto_mpc8315e-rdb = "be26676bf67b0c4b5f36b57fe9e46f8bfd2a67c9"
 SRCREV_machine_pn-linux-yocto_beagleboard = "6635864790ac23db856147fcbc4e8ebbfd30a0ba"
-SRCREV_meta_pn-linux-yocto ?= "78e21cf094386a243ed43ae8252042ee0cc814c4"
+SRCREV_meta_pn-linux-yocto ?= "653fa2338c46a3f940eadf42e1f95019ef43f64a"
 SRCREV_pn-linux-libc-headers-yocto ??= "6635864790ac23db856147fcbc4e8ebbfd30a0ba"
 SRCREV_pn-matchbox-config-gtk ??= "2081"
 SRCREV_pn-matchbox-desktop-sato ??= "76"
-- 
1.7.0.4



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

* [PATCH 4/5] kern-tools: create generic variables for platform/board/kernel
  2011-01-10 17:30 [PATCH 0/5] linux-yocto: consolidated pull request Bruce Ashfield
                   ` (2 preceding siblings ...)
  2011-01-10 17:30 ` [PATCH 3/5] linux-yocto: update SRCREV to pickup debug/ftrace config changes Bruce Ashfield
@ 2011-01-10 17:30 ` Bruce Ashfield
  2011-01-11  2:01     ` Cui, Dexuan
  2011-01-10 17:30 ` [PATCH 5/5] linux-yocto: update to 2.6.37 Bruce Ashfield
                   ` (2 subsequent siblings)
  6 siblings, 1 reply; 19+ messages in thread
From: Bruce Ashfield @ 2011-01-10 17:30 UTC (permalink / raw)
  To: rpurdie; +Cc: yocto, poky, saul.wold

Update the SRCREV to pickup changes to update the use of
WRS_* to be K* to provide more generic names for the
platform/board/kernel configuration options.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
 .../conf/distro/include/poky-default-revisions.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc
index fc20ce4..65681cc 100644
--- a/meta/conf/distro/include/poky-default-revisions.inc
+++ b/meta/conf/distro/include/poky-default-revisions.inc
@@ -57,7 +57,7 @@ SRCREV_pn-gypsy ??= "147"
 SRCREV_pn-inputproto ??= "7203036522ba9d4b224d282d6afc2d0b947711ee"
 SRCREV_pn-inputproto-native ??= "7203036522ba9d4b224d282d6afc2d0b947711ee"
 SRCREV_pn-inputproto-nativesdk ??= "7203036522ba9d4b224d282d6afc2d0b947711ee"
-SRCREV_pn-kern-tools-native ??= "a494ddaf1c9151af8af8050e8427c9958440ec4c"
+SRCREV_pn-kern-tools-native ??= "f553af044615ba75c2b4b7ef1f382e6f75087213"
 SRCREV_pn-libdrm ??= "3f3c5be6f908272199ccf53f108b1124bfe0a00e"
 SRCREV_pn-libfakekey ??= "2031"
 SRCREV_pn-libgdbus ??= "aeab6e3c0185b271ca343b439470491b99cc587f"
@@ -105,7 +105,7 @@ SRCREV_machine_pn-linux-yocto_atom-pc = "6635864790ac23db856147fcbc4e8ebbfd30a0b
 SRCREV_machine_pn-linux-yocto_routerstationpro = "cc1d802228803e0ebf27f3d3772de3620159d195"
 SRCREV_machine_pn-linux-yocto_mpc8315e-rdb = "be26676bf67b0c4b5f36b57fe9e46f8bfd2a67c9"
 SRCREV_machine_pn-linux-yocto_beagleboard = "6635864790ac23db856147fcbc4e8ebbfd30a0ba"
-SRCREV_meta_pn-linux-yocto ?= "653fa2338c46a3f940eadf42e1f95019ef43f64a"
+SRCREV_meta_pn-linux-yocto ?= "7102097a25c7658e0f4d4dc71844e0ff6c446b25"
 SRCREV_pn-linux-libc-headers-yocto ??= "6635864790ac23db856147fcbc4e8ebbfd30a0ba"
 SRCREV_pn-matchbox-config-gtk ??= "2081"
 SRCREV_pn-matchbox-desktop-sato ??= "76"
-- 
1.7.0.4



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

* [PATCH 5/5] linux-yocto: update to 2.6.37
  2011-01-10 17:30 [PATCH 0/5] linux-yocto: consolidated pull request Bruce Ashfield
                   ` (3 preceding siblings ...)
  2011-01-10 17:30 ` [PATCH 4/5] kern-tools: create generic variables for platform/board/kernel Bruce Ashfield
@ 2011-01-10 17:30 ` Bruce Ashfield
  2011-01-10 21:05 ` [PATCH 0/5] linux-yocto: consolidated pull request Richard Purdie
  2011-01-13  6:01   ` Saul Wold
  6 siblings, 0 replies; 19+ messages in thread
From: Bruce Ashfield @ 2011-01-10 17:30 UTC (permalink / raw)
  To: rpurdie; +Cc: yocto, poky, saul.wold

Fixes [BUGID: 620]

Update the SRCREVs to include the full 2.6.37 release plus the
forward port of the alternate RPC port patch. With this fix,
we can complete usermode NFS booting of all the qemu* targets.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
 .../conf/distro/include/poky-default-revisions.inc |   22 ++++++++++----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc
index 65681cc..e094109 100644
--- a/meta/conf/distro/include/poky-default-revisions.inc
+++ b/meta/conf/distro/include/poky-default-revisions.inc
@@ -95,18 +95,18 @@ SRCREV_machine_pn-linux-yocto-stable_mpc8315e-rdb ?= "0d19c4ab6185b2e093beb5f366
 SRCREV_machine_pn-linux-yocto-stable_beagleboard ?= "35521a5a70316785a67aca1de1d39a7b84c49ccf"
 SRCREV_meta_pn-linux-yocto-stable ?= "ed446ecd29e8c0f81ab8630a2db652121eeb0b75"
 # development SRCREVs
-SRCREV_machine_pn-linux-yocto_qemuarm = "605b1b1e0c68e9f78a7fb33aa219327153a4a890"
-SRCREV_machine_pn-linux-yocto_qemumips = "0f05ab306ac79684a3352f28db91dfb903c67410"
-SRCREV_machine_pn-linux-yocto_qemuppc = "d7f2a74cf32e9d6e26e66699d1422096437d3d0e"
-SRCREV_machine_pn-linux-yocto_qemux86 = "6635864790ac23db856147fcbc4e8ebbfd30a0ba"
-SRCREV_machine_pn-linux-yocto_qemux86-64 = "6635864790ac23db856147fcbc4e8ebbfd30a0ba"
-SRCREV_machine_pn-linux-yocto_emenlow = "6635864790ac23db856147fcbc4e8ebbfd30a0ba"
-SRCREV_machine_pn-linux-yocto_atom-pc = "6635864790ac23db856147fcbc4e8ebbfd30a0ba"
-SRCREV_machine_pn-linux-yocto_routerstationpro = "cc1d802228803e0ebf27f3d3772de3620159d195"
-SRCREV_machine_pn-linux-yocto_mpc8315e-rdb = "be26676bf67b0c4b5f36b57fe9e46f8bfd2a67c9"
-SRCREV_machine_pn-linux-yocto_beagleboard = "6635864790ac23db856147fcbc4e8ebbfd30a0ba"
+SRCREV_machine_pn-linux-yocto_qemuarm ?= "4f86b5a0cb23faa4134cc004730d673f6640614b"
+SRCREV_machine_pn-linux-yocto_qemumips ?= "2b43d84250a582b61397ad5f59a6445ce1258615"
+SRCREV_machine_pn-linux-yocto_qemuppc ?= "20f182db27f3e6fc6bd55bfc9e24c8c023fbff7f"
+SRCREV_machine_pn-linux-yocto_qemux86 ?= "a9d833fda90e2f1257888a97e092135610b5f259"
+SRCREV_machine_pn-linux-yocto_qemux86-64 ?= "a9d833fda90e2f1257888a97e092135610b5f259"
+SRCREV_machine_pn-linux-yocto_emenlow ?= "a9d833fda90e2f1257888a97e092135610b5f259"
+SRCREV_machine_pn-linux-yocto_atom-pc ?= "a9d833fda90e2f1257888a97e092135610b5f259"
+SRCREV_machine_pn-linux-yocto_routerstationpro ?= "9d24b148fc23a2c8fab0a6add18500453b375d54"
+SRCREV_machine_pn-linux-yocto_mpc8315e-rdb ?= "3f01b98238c2ff7913ce9f68f9db5ae9538717bc"
+SRCREV_machine_pn-linux-yocto_beagleboard ?= "a9d833fda90e2f1257888a97e092135610b5f259"
 SRCREV_meta_pn-linux-yocto ?= "7102097a25c7658e0f4d4dc71844e0ff6c446b25"
-SRCREV_pn-linux-libc-headers-yocto ??= "6635864790ac23db856147fcbc4e8ebbfd30a0ba"
+SRCREV_pn-linux-libc-headers-yocto ??= "a9d833fda90e2f1257888a97e092135610b5f259"
 SRCREV_pn-matchbox-config-gtk ??= "2081"
 SRCREV_pn-matchbox-desktop-sato ??= "76"
 SRCREV_pn-matchbox-desktop ??= "2096"
-- 
1.7.0.4



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

* Re: [PATCH 0/5] linux-yocto: consolidated pull request
  2011-01-10 17:30 [PATCH 0/5] linux-yocto: consolidated pull request Bruce Ashfield
                   ` (4 preceding siblings ...)
  2011-01-10 17:30 ` [PATCH 5/5] linux-yocto: update to 2.6.37 Bruce Ashfield
@ 2011-01-10 21:05 ` Richard Purdie
  2011-01-13  6:01   ` Saul Wold
  6 siblings, 0 replies; 19+ messages in thread
From: Richard Purdie @ 2011-01-10 21:05 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: yocto, poky, saul.wold

On Mon, 2011-01-10 at 12:30 -0500, Bruce Ashfield wrote:
> It looks like some of my last pull request didn't make it
> to master, so I've repeated it here. Patches 4/5 have already
> been sent:
> 
>   kernel-yocto: pass the build directory to configme
>   routerstation: disable command line overrides
> 
> The remaining three changes are new and are:
> 
>  - A merge from Darren to update the default 2.6.37 configs
>    to enable the debug/ftrace configs we need.
> 
>  - A change to make board descriptions generic. These are
>    transparent to nearly everyone, but any new BSPs will be
>    described with: KARCH, KMACHINE and KTYPE which are more
>    generic variables and used internally during kernel
>    configuration. They are differnet from yocto/poky variables
>    on purpose, since the kernel tree can be cloned and used 
>    distinctly from any build system.
> 
>  - And finally an update to 2.6.37 with a port of the alternate
>    RPC ports patch which reinstates usermode NFS support to
>    2.6.37.
> 
> Also out of interest, the routerstation pro and fsl-mpc8315e-rdb
> have all been booted against 2.6.37 and will follow shortly. 
> Next up are feature merges (lttng, etc) to match the -stable 
> kernel functionality.

Merged into master, thanks!

Richard



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

* Re: [poky] [PATCH 4/5] kern-tools: create generic variables for platform/board/kernel
  2011-01-10 17:30 ` [PATCH 4/5] kern-tools: create generic variables for platform/board/kernel Bruce Ashfield
@ 2011-01-11  2:01     ` Cui, Dexuan
  0 siblings, 0 replies; 19+ messages in thread
From: Cui, Dexuan @ 2011-01-11  2:01 UTC (permalink / raw)
  To: 'Bruce Ashfield', rpurdie; +Cc: yocto, poky, Wold, Saul

hmmm, looks this commit was not tested? 

With poky.git's latest 4b055ed, "bitbake  kern-tools-native -c fetch" fails because in http://git.pokylinux.org/cgit/cgit.cgi/wr-kernel-tools/, the latest commit is still a494ddaf1c9151af8af8050e8427c9958440ec4c.

Thanks,
-- Dexuan

-----Original Message-----
From: poky-bounces@yoctoproject.org [mailto:poky-bounces@yoctoproject.org] On Behalf Of Bruce Ashfield
Sent: 2011年1月11日 1:31
To: rpurdie@linux.intel.com
Cc: yocto@yoctoproject.org; poky@yoctoproject.org; Wold, Saul
Subject: [poky] [PATCH 4/5] kern-tools: create generic variables for platform/board/kernel

Update the SRCREV to pickup changes to update the use of
WRS_* to be K* to provide more generic names for the
platform/board/kernel configuration options.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
 .../conf/distro/include/poky-default-revisions.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc
index fc20ce4..65681cc 100644
--- a/meta/conf/distro/include/poky-default-revisions.inc
+++ b/meta/conf/distro/include/poky-default-revisions.inc
@@ -57,7 +57,7 @@ SRCREV_pn-gypsy ??= "147"
 SRCREV_pn-inputproto ??= "7203036522ba9d4b224d282d6afc2d0b947711ee"
 SRCREV_pn-inputproto-native ??= "7203036522ba9d4b224d282d6afc2d0b947711ee"
 SRCREV_pn-inputproto-nativesdk ??= "7203036522ba9d4b224d282d6afc2d0b947711ee"
-SRCREV_pn-kern-tools-native ??= "a494ddaf1c9151af8af8050e8427c9958440ec4c"
+SRCREV_pn-kern-tools-native ??= "f553af044615ba75c2b4b7ef1f382e6f75087213"
 SRCREV_pn-libdrm ??= "3f3c5be6f908272199ccf53f108b1124bfe0a00e"
 SRCREV_pn-libfakekey ??= "2031"
 SRCREV_pn-libgdbus ??= "aeab6e3c0185b271ca343b439470491b99cc587f"
@@ -105,7 +105,7 @@ SRCREV_machine_pn-linux-yocto_atom-pc = "6635864790ac23db856147fcbc4e8ebbfd30a0b
 SRCREV_machine_pn-linux-yocto_routerstationpro = "cc1d802228803e0ebf27f3d3772de3620159d195"
 SRCREV_machine_pn-linux-yocto_mpc8315e-rdb = "be26676bf67b0c4b5f36b57fe9e46f8bfd2a67c9"
 SRCREV_machine_pn-linux-yocto_beagleboard = "6635864790ac23db856147fcbc4e8ebbfd30a0ba"
-SRCREV_meta_pn-linux-yocto ?= "653fa2338c46a3f940eadf42e1f95019ef43f64a"
+SRCREV_meta_pn-linux-yocto ?= "7102097a25c7658e0f4d4dc71844e0ff6c446b25"
 SRCREV_pn-linux-libc-headers-yocto ??= "6635864790ac23db856147fcbc4e8ebbfd30a0ba"
 SRCREV_pn-matchbox-config-gtk ??= "2081"
 SRCREV_pn-matchbox-desktop-sato ??= "76"
-- 
1.7.0.4

_______________________________________________
poky mailing list
poky@yoctoproject.org
https://lists.yoctoproject.org/listinfo/poky

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

* Re: [PATCH 4/5] kern-tools: create generic variables for platform/board/kernel
@ 2011-01-11  2:01     ` Cui, Dexuan
  0 siblings, 0 replies; 19+ messages in thread
From: Cui, Dexuan @ 2011-01-11  2:01 UTC (permalink / raw)
  To: 'Bruce Ashfield', rpurdie; +Cc: yocto, poky, Wold, Saul

hmmm, looks this commit was not tested? 

With poky.git's latest 4b055ed, "bitbake  kern-tools-native -c fetch" fails because in http://git.pokylinux.org/cgit/cgit.cgi/wr-kernel-tools/, the latest commit is still a494ddaf1c9151af8af8050e8427c9958440ec4c.

Thanks,
-- Dexuan

-----Original Message-----
From: poky-bounces@yoctoproject.org [mailto:poky-bounces@yoctoproject.org] On Behalf Of Bruce Ashfield
Sent: 2011年1月11日 1:31
To: rpurdie@linux.intel.com
Cc: yocto@yoctoproject.org; poky@yoctoproject.org; Wold, Saul
Subject: [poky] [PATCH 4/5] kern-tools: create generic variables for platform/board/kernel

Update the SRCREV to pickup changes to update the use of
WRS_* to be K* to provide more generic names for the
platform/board/kernel configuration options.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
 .../conf/distro/include/poky-default-revisions.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc
index fc20ce4..65681cc 100644
--- a/meta/conf/distro/include/poky-default-revisions.inc
+++ b/meta/conf/distro/include/poky-default-revisions.inc
@@ -57,7 +57,7 @@ SRCREV_pn-gypsy ??= "147"
 SRCREV_pn-inputproto ??= "7203036522ba9d4b224d282d6afc2d0b947711ee"
 SRCREV_pn-inputproto-native ??= "7203036522ba9d4b224d282d6afc2d0b947711ee"
 SRCREV_pn-inputproto-nativesdk ??= "7203036522ba9d4b224d282d6afc2d0b947711ee"
-SRCREV_pn-kern-tools-native ??= "a494ddaf1c9151af8af8050e8427c9958440ec4c"
+SRCREV_pn-kern-tools-native ??= "f553af044615ba75c2b4b7ef1f382e6f75087213"
 SRCREV_pn-libdrm ??= "3f3c5be6f908272199ccf53f108b1124bfe0a00e"
 SRCREV_pn-libfakekey ??= "2031"
 SRCREV_pn-libgdbus ??= "aeab6e3c0185b271ca343b439470491b99cc587f"
@@ -105,7 +105,7 @@ SRCREV_machine_pn-linux-yocto_atom-pc = "6635864790ac23db856147fcbc4e8ebbfd30a0b
 SRCREV_machine_pn-linux-yocto_routerstationpro = "cc1d802228803e0ebf27f3d3772de3620159d195"
 SRCREV_machine_pn-linux-yocto_mpc8315e-rdb = "be26676bf67b0c4b5f36b57fe9e46f8bfd2a67c9"
 SRCREV_machine_pn-linux-yocto_beagleboard = "6635864790ac23db856147fcbc4e8ebbfd30a0ba"
-SRCREV_meta_pn-linux-yocto ?= "653fa2338c46a3f940eadf42e1f95019ef43f64a"
+SRCREV_meta_pn-linux-yocto ?= "7102097a25c7658e0f4d4dc71844e0ff6c446b25"
 SRCREV_pn-linux-libc-headers-yocto ??= "6635864790ac23db856147fcbc4e8ebbfd30a0ba"
 SRCREV_pn-matchbox-config-gtk ??= "2081"
 SRCREV_pn-matchbox-desktop-sato ??= "76"
-- 
1.7.0.4

_______________________________________________
poky mailing list
poky@yoctoproject.org
https://lists.yoctoproject.org/listinfo/poky

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

* Re: [poky] [PATCH 4/5] kern-tools: create generic variables for platform/board/kernel
  2011-01-11  2:01     ` Cui, Dexuan
@ 2011-01-11  4:54       ` Bruce Ashfield
  -1 siblings, 0 replies; 19+ messages in thread
From: Bruce Ashfield @ 2011-01-11  4:54 UTC (permalink / raw)
  To: Cui, Dexuan; +Cc: yocto, poky, Wold, Saul

2011/1/10 Cui, Dexuan <dexuan.cui@intel.com>:
> hmmm, looks this commit was not tested?

It was definitely tested. Built for every board. Feel free to revert as
required.

Bruce

>
> With poky.git's latest 4b055ed, "bitbake  kern-tools-native -c fetch" fails because in http://git.pokylinux.org/cgit/cgit.cgi/wr-kernel-tools/, the latest commit is still a494ddaf1c9151af8af8050e8427c9958440ec4c.
>
> Thanks,
> -- Dexuan
>
> -----Original Message-----
> From: poky-bounces@yoctoproject.org [mailto:poky-bounces@yoctoproject.org] On Behalf Of Bruce Ashfield
> Sent: 2011年1月11日 1:31
> To: rpurdie@linux.intel.com
> Cc: yocto@yoctoproject.org; poky@yoctoproject.org; Wold, Saul
> Subject: [poky] [PATCH 4/5] kern-tools: create generic variables for platform/board/kernel
>
> Update the SRCREV to pickup changes to update the use of
> WRS_* to be K* to provide more generic names for the
> platform/board/kernel configuration options.
>
> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
> ---
>  .../conf/distro/include/poky-default-revisions.inc |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc
> index fc20ce4..65681cc 100644
> --- a/meta/conf/distro/include/poky-default-revisions.inc
> +++ b/meta/conf/distro/include/poky-default-revisions.inc
> @@ -57,7 +57,7 @@ SRCREV_pn-gypsy ??= "147"
>  SRCREV_pn-inputproto ??= "7203036522ba9d4b224d282d6afc2d0b947711ee"
>  SRCREV_pn-inputproto-native ??= "7203036522ba9d4b224d282d6afc2d0b947711ee"
>  SRCREV_pn-inputproto-nativesdk ??= "7203036522ba9d4b224d282d6afc2d0b947711ee"
> -SRCREV_pn-kern-tools-native ??= "a494ddaf1c9151af8af8050e8427c9958440ec4c"
> +SRCREV_pn-kern-tools-native ??= "f553af044615ba75c2b4b7ef1f382e6f75087213"
>  SRCREV_pn-libdrm ??= "3f3c5be6f908272199ccf53f108b1124bfe0a00e"
>  SRCREV_pn-libfakekey ??= "2031"
>  SRCREV_pn-libgdbus ??= "aeab6e3c0185b271ca343b439470491b99cc587f"
> @@ -105,7 +105,7 @@ SRCREV_machine_pn-linux-yocto_atom-pc = "6635864790ac23db856147fcbc4e8ebbfd30a0b
>  SRCREV_machine_pn-linux-yocto_routerstationpro = "cc1d802228803e0ebf27f3d3772de3620159d195"
>  SRCREV_machine_pn-linux-yocto_mpc8315e-rdb = "be26676bf67b0c4b5f36b57fe9e46f8bfd2a67c9"
>  SRCREV_machine_pn-linux-yocto_beagleboard = "6635864790ac23db856147fcbc4e8ebbfd30a0ba"
> -SRCREV_meta_pn-linux-yocto ?= "653fa2338c46a3f940eadf42e1f95019ef43f64a"
> +SRCREV_meta_pn-linux-yocto ?= "7102097a25c7658e0f4d4dc71844e0ff6c446b25"
>  SRCREV_pn-linux-libc-headers-yocto ??= "6635864790ac23db856147fcbc4e8ebbfd30a0ba"
>  SRCREV_pn-matchbox-config-gtk ??= "2081"
>  SRCREV_pn-matchbox-desktop-sato ??= "76"
> --
> 1.7.0.4
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"


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

* Re: [PATCH 4/5] kern-tools: create generic variables for platform/board/kernel
@ 2011-01-11  4:54       ` Bruce Ashfield
  0 siblings, 0 replies; 19+ messages in thread
From: Bruce Ashfield @ 2011-01-11  4:54 UTC (permalink / raw)
  To: Cui, Dexuan; +Cc: yocto, poky, Wold, Saul

2011/1/10 Cui, Dexuan <dexuan.cui@intel.com>:
> hmmm, looks this commit was not tested?

It was definitely tested. Built for every board. Feel free to revert as
required.

Bruce

>
> With poky.git's latest 4b055ed, "bitbake  kern-tools-native -c fetch" fails because in http://git.pokylinux.org/cgit/cgit.cgi/wr-kernel-tools/, the latest commit is still a494ddaf1c9151af8af8050e8427c9958440ec4c.
>
> Thanks,
> -- Dexuan
>
> -----Original Message-----
> From: poky-bounces@yoctoproject.org [mailto:poky-bounces@yoctoproject.org] On Behalf Of Bruce Ashfield
> Sent: 2011年1月11日 1:31
> To: rpurdie@linux.intel.com
> Cc: yocto@yoctoproject.org; poky@yoctoproject.org; Wold, Saul
> Subject: [poky] [PATCH 4/5] kern-tools: create generic variables for platform/board/kernel
>
> Update the SRCREV to pickup changes to update the use of
> WRS_* to be K* to provide more generic names for the
> platform/board/kernel configuration options.
>
> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
> ---
>  .../conf/distro/include/poky-default-revisions.inc |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc
> index fc20ce4..65681cc 100644
> --- a/meta/conf/distro/include/poky-default-revisions.inc
> +++ b/meta/conf/distro/include/poky-default-revisions.inc
> @@ -57,7 +57,7 @@ SRCREV_pn-gypsy ??= "147"
>  SRCREV_pn-inputproto ??= "7203036522ba9d4b224d282d6afc2d0b947711ee"
>  SRCREV_pn-inputproto-native ??= "7203036522ba9d4b224d282d6afc2d0b947711ee"
>  SRCREV_pn-inputproto-nativesdk ??= "7203036522ba9d4b224d282d6afc2d0b947711ee"
> -SRCREV_pn-kern-tools-native ??= "a494ddaf1c9151af8af8050e8427c9958440ec4c"
> +SRCREV_pn-kern-tools-native ??= "f553af044615ba75c2b4b7ef1f382e6f75087213"
>  SRCREV_pn-libdrm ??= "3f3c5be6f908272199ccf53f108b1124bfe0a00e"
>  SRCREV_pn-libfakekey ??= "2031"
>  SRCREV_pn-libgdbus ??= "aeab6e3c0185b271ca343b439470491b99cc587f"
> @@ -105,7 +105,7 @@ SRCREV_machine_pn-linux-yocto_atom-pc = "6635864790ac23db856147fcbc4e8ebbfd30a0b
>  SRCREV_machine_pn-linux-yocto_routerstationpro = "cc1d802228803e0ebf27f3d3772de3620159d195"
>  SRCREV_machine_pn-linux-yocto_mpc8315e-rdb = "be26676bf67b0c4b5f36b57fe9e46f8bfd2a67c9"
>  SRCREV_machine_pn-linux-yocto_beagleboard = "6635864790ac23db856147fcbc4e8ebbfd30a0ba"
> -SRCREV_meta_pn-linux-yocto ?= "653fa2338c46a3f940eadf42e1f95019ef43f64a"
> +SRCREV_meta_pn-linux-yocto ?= "7102097a25c7658e0f4d4dc71844e0ff6c446b25"
>  SRCREV_pn-linux-libc-headers-yocto ??= "6635864790ac23db856147fcbc4e8ebbfd30a0ba"
>  SRCREV_pn-matchbox-config-gtk ??= "2081"
>  SRCREV_pn-matchbox-desktop-sato ??= "76"
> --
> 1.7.0.4
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"


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

* Re: [poky] [PATCH 4/5] kern-tools: create generic variables for platform/board/kernel
  2011-01-11  4:54       ` Bruce Ashfield
@ 2011-01-11  6:10         ` Cui, Dexuan
  -1 siblings, 0 replies; 19+ messages in thread
From: Cui, Dexuan @ 2011-01-11  6:10 UTC (permalink / raw)
  To: 'Bruce Ashfield'; +Cc: yocto, poky, Wold, Saul

Bruce Ashfield wrote:
> 2011/1/10 Cui, Dexuan <dexuan.cui@intel.com>:
>> hmmm, looks this commit was not tested?
> 
> It was definitely tested. Built for every board. Feel free to revert
> as required.
Hi Bruce,
I'm building poky-image-minimal on today's latest poky master 4b055ed and got the following failure.

>> With poky.git's latest 4b055ed, "bitbake  kern-tools-native -c
>> fetch" fails because in
>> http://git.pokylinux.org/cgit/cgit.cgi/wr-kernel-tools/, the latest
>> commit is still a494ddaf1c9151af8af8050e8427c9958440ec4c.   
The commit "kern-tools: create generic variables for platform/board/kernel" upgraded SRCREV_pn-kern-tools-native to f553af04, but the wr-kernel-tools tree doesn't have such a commit number, so I got the build failure. Can you please check that? Maybe you forgot to push your internal commits into the public tree? :-)

Thanks,
-- Dexuan


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

* Re: [PATCH 4/5] kern-tools: create generic variables for platform/board/kernel
@ 2011-01-11  6:10         ` Cui, Dexuan
  0 siblings, 0 replies; 19+ messages in thread
From: Cui, Dexuan @ 2011-01-11  6:10 UTC (permalink / raw)
  To: 'Bruce Ashfield'; +Cc: yocto, poky, Wold, Saul

Bruce Ashfield wrote:
> 2011/1/10 Cui, Dexuan <dexuan.cui@intel.com>:
>> hmmm, looks this commit was not tested?
> 
> It was definitely tested. Built for every board. Feel free to revert
> as required.
Hi Bruce,
I'm building poky-image-minimal on today's latest poky master 4b055ed and got the following failure.

>> With poky.git's latest 4b055ed, "bitbake  kern-tools-native -c
>> fetch" fails because in
>> http://git.pokylinux.org/cgit/cgit.cgi/wr-kernel-tools/, the latest
>> commit is still a494ddaf1c9151af8af8050e8427c9958440ec4c.   
The commit "kern-tools: create generic variables for platform/board/kernel" upgraded SRCREV_pn-kern-tools-native to f553af04, but the wr-kernel-tools tree doesn't have such a commit number, so I got the build failure. Can you please check that? Maybe you forgot to push your internal commits into the public tree? :-)

Thanks,
-- Dexuan


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

* Re: [poky] [PATCH 4/5] kern-tools: create generic variables for platform/board/kernel
  2011-01-11  6:10         ` Cui, Dexuan
@ 2011-01-11 10:00           ` Richard Purdie
  -1 siblings, 0 replies; 19+ messages in thread
From: Richard Purdie @ 2011-01-11 10:00 UTC (permalink / raw)
  To: Cui, Dexuan; +Cc: yocto, poky, 'Bruce Ashfield', Wold, Saul

On Tue, 2011-01-11 at 14:10 +0800, Cui, Dexuan wrote:
> Bruce Ashfield wrote:
> > 2011/1/10 Cui, Dexuan <dexuan.cui@intel.com>:
> >> hmmm, looks this commit was not tested?
> > 
> > It was definitely tested. Built for every board. Feel free to revert
> > as required.
> Hi Bruce,
> I'm building poky-image-minimal on today's latest poky master 4b055ed and got the following failure.
> 
> >> With poky.git's latest 4b055ed, "bitbake  kern-tools-native -c
> >> fetch" fails because in
> >> http://git.pokylinux.org/cgit/cgit.cgi/wr-kernel-tools/, the latest
> >> commit is still a494ddaf1c9151af8af8050e8427c9958440ec4c.   
> The commit "kern-tools: create generic variables for
> platform/board/kernel" upgraded SRCREV_pn-kern-tools-native to
> f553af04, but the wr-kernel-tools tree doesn't have such a commit
> number, so I got the build failure. Can you please check that? Maybe
> you forgot to push your internal commits into the public tree? :-)

I've just looked now and I don't know if anything has changed but the
head revision is:

http://git.pokylinux.org/cgit/cgit.cgi/wr-kernel-tools/commit/?id=f553af044615ba75c2b4b7ef1f382e6f75087213

which matches. A local build also succeeded.

Cheers,

Richard







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

* Re: [PATCH 4/5] kern-tools: create generic variables for platform/board/kernel
@ 2011-01-11 10:00           ` Richard Purdie
  0 siblings, 0 replies; 19+ messages in thread
From: Richard Purdie @ 2011-01-11 10:00 UTC (permalink / raw)
  To: Cui, Dexuan; +Cc: yocto, poky, Wold, Saul

On Tue, 2011-01-11 at 14:10 +0800, Cui, Dexuan wrote:
> Bruce Ashfield wrote:
> > 2011/1/10 Cui, Dexuan <dexuan.cui@intel.com>:
> >> hmmm, looks this commit was not tested?
> > 
> > It was definitely tested. Built for every board. Feel free to revert
> > as required.
> Hi Bruce,
> I'm building poky-image-minimal on today's latest poky master 4b055ed and got the following failure.
> 
> >> With poky.git's latest 4b055ed, "bitbake  kern-tools-native -c
> >> fetch" fails because in
> >> http://git.pokylinux.org/cgit/cgit.cgi/wr-kernel-tools/, the latest
> >> commit is still a494ddaf1c9151af8af8050e8427c9958440ec4c.   
> The commit "kern-tools: create generic variables for
> platform/board/kernel" upgraded SRCREV_pn-kern-tools-native to
> f553af04, but the wr-kernel-tools tree doesn't have such a commit
> number, so I got the build failure. Can you please check that? Maybe
> you forgot to push your internal commits into the public tree? :-)

I've just looked now and I don't know if anything has changed but the
head revision is:

http://git.pokylinux.org/cgit/cgit.cgi/wr-kernel-tools/commit/?id=f553af044615ba75c2b4b7ef1f382e6f75087213

which matches. A local build also succeeded.

Cheers,

Richard







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

* Re: [poky] [PATCH 4/5] kern-tools: create generic variables for platform/board/kernel
  2011-01-11  6:10         ` Cui, Dexuan
@ 2011-01-11 14:19           ` Bruce Ashfield
  -1 siblings, 0 replies; 19+ messages in thread
From: Bruce Ashfield @ 2011-01-11 14:19 UTC (permalink / raw)
  To: Cui, Dexuan; +Cc: yocto, poky, Wold, Saul

On Tue, Jan 11, 2011 at 1:10 AM, Cui, Dexuan <dexuan.cui@intel.com> wrote:
> Bruce Ashfield wrote:
>> 2011/1/10 Cui, Dexuan <dexuan.cui@intel.com>:
>>> hmmm, looks this commit was not tested?
>>
>> It was definitely tested. Built for every board. Feel free to revert
>> as required.
> Hi Bruce,
> I'm building poky-image-minimal on today's latest poky master 4b055ed and got the following failure.
>
>>> With poky.git's latest 4b055ed, "bitbake  kern-tools-native -c
>>> fetch" fails because in
>>> http://git.pokylinux.org/cgit/cgit.cgi/wr-kernel-tools/, the latest
>>> commit is still a494ddaf1c9151af8af8050e8427c9958440ec4c.
> The commit "kern-tools: create generic variables for platform/board/kernel" upgraded SRCREV_pn-kern-tools-native to f553af04, but the wr-kernel-tools tree doesn't have such a commit number, so I got the build failure. Can you please check that? Maybe you forgot to push your internal commits into the public tree? :-)

I recalled giving it a push before sending the pull, but I was also battling
some issues with both infrastructure and poky-extras at the time. Regardless,
it seems to be resolved now and shout if you see this again and I'll loop
back and have another look.

Cheers,

Bruce

>
> Thanks,
> -- Dexuan
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"


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

* Re: [PATCH 4/5] kern-tools: create generic variables for platform/board/kernel
@ 2011-01-11 14:19           ` Bruce Ashfield
  0 siblings, 0 replies; 19+ messages in thread
From: Bruce Ashfield @ 2011-01-11 14:19 UTC (permalink / raw)
  To: Cui, Dexuan; +Cc: yocto, poky, Wold, Saul

On Tue, Jan 11, 2011 at 1:10 AM, Cui, Dexuan <dexuan.cui@intel.com> wrote:
> Bruce Ashfield wrote:
>> 2011/1/10 Cui, Dexuan <dexuan.cui@intel.com>:
>>> hmmm, looks this commit was not tested?
>>
>> It was definitely tested. Built for every board. Feel free to revert
>> as required.
> Hi Bruce,
> I'm building poky-image-minimal on today's latest poky master 4b055ed and got the following failure.
>
>>> With poky.git's latest 4b055ed, "bitbake  kern-tools-native -c
>>> fetch" fails because in
>>> http://git.pokylinux.org/cgit/cgit.cgi/wr-kernel-tools/, the latest
>>> commit is still a494ddaf1c9151af8af8050e8427c9958440ec4c.
> The commit "kern-tools: create generic variables for platform/board/kernel" upgraded SRCREV_pn-kern-tools-native to f553af04, but the wr-kernel-tools tree doesn't have such a commit number, so I got the build failure. Can you please check that? Maybe you forgot to push your internal commits into the public tree? :-)

I recalled giving it a push before sending the pull, but I was also battling
some issues with both infrastructure and poky-extras at the time. Regardless,
it seems to be resolved now and shout if you see this again and I'll loop
back and have another look.

Cheers,

Bruce

>
> Thanks,
> -- Dexuan
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"


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

* Re: [poky] [PATCH 0/5] linux-yocto: consolidated pull request
  2011-01-10 17:30 [PATCH 0/5] linux-yocto: consolidated pull request Bruce Ashfield
@ 2011-01-13  6:01   ` Saul Wold
  2011-01-10 17:30 ` [PATCH 2/5] routerstation: disable command line overrides Bruce Ashfield
                     ` (5 subsequent siblings)
  6 siblings, 0 replies; 19+ messages in thread
From: Saul Wold @ 2011-01-13  6:01 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: yocto, poky

On 01/10/2011 09:30 AM, Bruce Ashfield wrote:
> It looks like some of my last pull request didn't make it
> to master, so I've repeated it here. Patches 4/5 have already
> been sent:
>
>    kernel-yocto: pass the build directory to configme
>    routerstation: disable command line overrides
>
> The remaining three changes are new and are:
>
>   - A merge from Darren to update the default 2.6.37 configs
>     to enable the debug/ftrace configs we need.
>
>   - A change to make board descriptions generic. These are
>     transparent to nearly everyone, but any new BSPs will be
>     described with: KARCH, KMACHINE and KTYPE which are more
>     generic variables and used internally during kernel
>     configuration. They are differnet from yocto/poky variables
>     on purpose, since the kernel tree can be cloned and used
>     distinctly from any build system.
>
>   - And finally an update to 2.6.37 with a port of the alternate
>     RPC ports patch which reinstates usermode NFS support to
>     2.6.37.
>
> Also out of interest, the routerstation pro and fsl-mpc8315e-rdb
> have all been booted against 2.6.37 and will follow shortly.
> Next up are feature merges (lttng, etc) to match the -stable
> kernel functionality.
>
> Cheers,
>
> Bruce
>
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
>    Branch: zedd/kernel
>    Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel
>
> Thanks,
>      Bruce Ashfield<bruce.ashfield@windriver.com>
> ---
>
>
> Bruce Ashfield (5):
>    kernel-yocto: pass the build directory to configme
>    routerstation: disable command line overrides
>    linux-yocto: update SRCREV to pickup debug/ftrace config changes
>    kern-tools: create generic variables for platform/board/kernel
>    linux-yocto: update to 2.6.37
>
>   meta/classes/kernel-yocto.bbclass                  |    2 +-
>   .../conf/distro/include/poky-default-revisions.inc |   28 ++++++++++----------
>   2 files changed, 15 insertions(+), 15 deletions(-)
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
Everything got pulled this time

In Master now

Thanks
	Sau!



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

* Re: [PATCH 0/5] linux-yocto: consolidated pull request
@ 2011-01-13  6:01   ` Saul Wold
  0 siblings, 0 replies; 19+ messages in thread
From: Saul Wold @ 2011-01-13  6:01 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: yocto, poky

On 01/10/2011 09:30 AM, Bruce Ashfield wrote:
> It looks like some of my last pull request didn't make it
> to master, so I've repeated it here. Patches 4/5 have already
> been sent:
>
>    kernel-yocto: pass the build directory to configme
>    routerstation: disable command line overrides
>
> The remaining three changes are new and are:
>
>   - A merge from Darren to update the default 2.6.37 configs
>     to enable the debug/ftrace configs we need.
>
>   - A change to make board descriptions generic. These are
>     transparent to nearly everyone, but any new BSPs will be
>     described with: KARCH, KMACHINE and KTYPE which are more
>     generic variables and used internally during kernel
>     configuration. They are differnet from yocto/poky variables
>     on purpose, since the kernel tree can be cloned and used
>     distinctly from any build system.
>
>   - And finally an update to 2.6.37 with a port of the alternate
>     RPC ports patch which reinstates usermode NFS support to
>     2.6.37.
>
> Also out of interest, the routerstation pro and fsl-mpc8315e-rdb
> have all been booted against 2.6.37 and will follow shortly.
> Next up are feature merges (lttng, etc) to match the -stable
> kernel functionality.
>
> Cheers,
>
> Bruce
>
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
>    Branch: zedd/kernel
>    Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel
>
> Thanks,
>      Bruce Ashfield<bruce.ashfield@windriver.com>
> ---
>
>
> Bruce Ashfield (5):
>    kernel-yocto: pass the build directory to configme
>    routerstation: disable command line overrides
>    linux-yocto: update SRCREV to pickup debug/ftrace config changes
>    kern-tools: create generic variables for platform/board/kernel
>    linux-yocto: update to 2.6.37
>
>   meta/classes/kernel-yocto.bbclass                  |    2 +-
>   .../conf/distro/include/poky-default-revisions.inc |   28 ++++++++++----------
>   2 files changed, 15 insertions(+), 15 deletions(-)
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
Everything got pulled this time

In Master now

Thanks
	Sau!



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

end of thread, other threads:[~2011-01-13  6:01 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-10 17:30 [PATCH 0/5] linux-yocto: consolidated pull request Bruce Ashfield
2011-01-10 17:30 ` [PATCH 1/5] kernel-yocto: pass the build directory to configme Bruce Ashfield
2011-01-10 17:30 ` [PATCH 2/5] routerstation: disable command line overrides Bruce Ashfield
2011-01-10 17:30 ` [PATCH 3/5] linux-yocto: update SRCREV to pickup debug/ftrace config changes Bruce Ashfield
2011-01-10 17:30 ` [PATCH 4/5] kern-tools: create generic variables for platform/board/kernel Bruce Ashfield
2011-01-11  2:01   ` [poky] " Cui, Dexuan
2011-01-11  2:01     ` Cui, Dexuan
2011-01-11  4:54     ` [poky] " Bruce Ashfield
2011-01-11  4:54       ` Bruce Ashfield
2011-01-11  6:10       ` [poky] " Cui, Dexuan
2011-01-11  6:10         ` Cui, Dexuan
2011-01-11 10:00         ` [poky] " Richard Purdie
2011-01-11 10:00           ` Richard Purdie
2011-01-11 14:19         ` [poky] " Bruce Ashfield
2011-01-11 14:19           ` Bruce Ashfield
2011-01-10 17:30 ` [PATCH 5/5] linux-yocto: update to 2.6.37 Bruce Ashfield
2011-01-10 21:05 ` [PATCH 0/5] linux-yocto: consolidated pull request Richard Purdie
2011-01-13  6:01 ` [poky] " Saul Wold
2011-01-13  6:01   ` Saul Wold

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.