linaro-media-create dies whilst looking for ux500 based files. This amendment allows it to work with old and new hardware packs alike.
--- boards.py 2011-03-04 09:02:00.000000000 +0000 +++ boards.py~ 2011-02-01 16:51:45.000000000 +0000 @@ -264,7 +264,7 @@ class Ux500Config(BoardConfig): kernel_addr = '0x00100000' initrd_addr = '0x08000000' load_addr = '0x00008000' - kernel_suffix = 'u*500' + kernel_suffix = 'ux500' boot_script = 'flash.scr' extra_boot_args_options = ( 'earlyprintk rootdelay=1 fixrtc nocompcache '
Hi Lee,
On Fri, 2011-03-04 at 16:49 +0000, Lee Jones wrote:
linaro-media-create dies whilst looking for ux500 based files. This amendment allows it to work with old and new hardware packs alike.
Thanks for the patch, but can you propose a merge in Launchpad with this change, including an explanation of the hwpack change that caused this breakage?
--- boards.py 2011-03-04 09:02:00.000000000 +0000 +++ boards.py~ 2011-02-01 16:51:45.000000000 +0000 @@ -264,7 +264,7 @@ class Ux500Config(BoardConfig): kernel_addr = '0x00100000' initrd_addr = '0x08000000' load_addr = '0x00008000'
- kernel_suffix = 'u*500'
- kernel_suffix = 'ux500' boot_script = 'flash.scr' extra_boot_args_options = ( 'earlyprintk rootdelay=1 fixrtc nocompcache '
linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev
On Fri, 04 Mar 2011 14:30:03 -0300, Guilherme Salgado salgado@canonical.com wrote:
Hi Lee,
On Fri, 2011-03-04 at 16:49 +0000, Lee Jones wrote:
linaro-media-create dies whilst looking for ux500 based files. This amendment allows it to work with old and new hardware packs alike.
Thanks for the patch, but can you propose a merge in Launchpad with this change, including an explanation of the hwpack change that caused this breakage?
Hi,
It seems that this never happened, and as the kernel has been renamed in your hwpack no-one can now create a u8500 image.
Could you explain the rationale for this change? It even looks to me that this patch is reversed?
Thanks,
James
On Fri, 2011-03-04 at 16:49 +0000, Lee Jones wrote:
linaro-media-create dies whilst looking for ux500 based files. This amendment allows it to work with old and new hardware packs alike.
Thanks for the patch, but can you propose a merge in Launchpad with this change, including an explanation of the hwpack change that caused this breakage?
It seems that this never happened, and as the kernel has been renamed in your hwpack no-one can now create a u8500 image.
Nothing has changed. If you want to build the old BSP image you still can using exactly the same method as you did before. You can locate it here:
lp:~linaro-maintainers/linaro-images/hwpack.maverick.linaro.bsp-ux500
linaro-media-create has _never_ been able to build the Landing Team's hwpack. It requires the patch I sent, as the new hwpack is u8500 specific, it is named as such.
I pushed the change to my LaunchPad account, but failed to locate a merge link/button. I attempted to speak with salgado, but he was off - then it slipped my mind.
The changes you need are here:
http://bazaar.launchpad.net/~lag/+junk/linaro-media-create/revision/293
Could you explain the rationale for this change? It even looks to me that this patch is reversed?
The kernel we are working on is specifically the u8500 as is named so in the PPA. To allow kernels (old and new) to be built, linaro-media-create needs to allow all named variants to be built.
Enjoy!
Kind regards, Lee
On Fri, Mar 18, 2011 at 8:41 AM, Lee Jones lee.jones@linaro.org wrote:
On Fri, 2011-03-04 at 16:49 +0000, Lee Jones wrote:
linaro-media-create dies whilst looking for ux500 based files. This amendment allows it to work with old and new hardware packs alike.
Thanks for the patch, but can you propose a merge in Launchpad with this change, including an explanation of the hwpack change that caused this breakage?
It seems that this never happened, and as the kernel has been renamed in your hwpack no-one can now create a u8500 image.
Nothing has changed. If you want to build the old BSP image you still can using exactly the same method as you did before. You can locate it here:
lp:~linaro-maintainers/linaro-images/hwpack.maverick.linaro.bsp-ux500
linaro-media-create has _never_ been able to build the Landing Team's hwpack. It requires the patch I sent, as the new hwpack is u8500 specific, it is named as such.
I pushed the change to my LaunchPad account, but failed to locate a merge link/button. I attempted to speak with salgado, but he was off - then it slipped my mind.
The changes you need are here:
http://bazaar.launchpad.net/~lag/+junk/linaro-media-create/revision/293
for +junk branches launchpad probably doesn't offer a merge feature ... so just push to the proper project, like:
lp:~lag/linaro-image-tools/lt-ux500-support
for such branch you should be able to find a "request a merge" button.