Re: [ptxdist] [PATCH] microblaze: add u-boot tools dependency for kernel build target

2012-04-18 Thread Michael Olbrich
On Tue, Apr 17, 2012 at 09:01:05PM +0200, Stephan Linz wrote: Sadly the Microblaze architecture does not support an explicit uImage build target. The uImage is an implicit rule of simple image target. That's why we need an separate preselection for HOST_U_BOOT_TOOLS in the special case of

Re: [ptxdist] Using PTXdist on Mac OS

2012-04-18 Thread Michael Olbrich
On Tue, Apr 17, 2012 at 01:45:04PM +0200, Bernhard Walle wrote: Hi, * Michael Olbrich m.olbr...@pengutronix.de [2012-04-17 13:24]: On Tue, Apr 17, 2012 at 01:08:12PM +0200, Daniel Kriesten wrote: [...] So, following your your document I end up with a working tool-chain, a working

Re: [ptxdist] Using PTXdist on Mac OS

2012-04-18 Thread Daniel Kriesten
Hi, Am 18.04.2012 um 10:29 schrieb Michael Olbrich: [...] [...] An other thing is xargs ... without the gnu version make distclean fails. The solution is to symlink in .../lib/ptxdist-2012.04.0/bin/, too. It's make clean actually and that will remove the relevant symlink. Would this work:

[ptxdist] Creating hardlinks withing ptxdist?

2012-04-18 Thread Alexander Stein
Hello, is it possible to create hardlinks within ptxdist? Our current problem is that the kernel image is located in /boot/bzImage, as usually. But we need the also the file under /efi/boot/bootia32.efi to be bootable from EFI. A symlink doesn't work from EFI side and I don't want to maintain

Re: [ptxdist] Using PTXdist on Mac OS

2012-04-18 Thread Michael Olbrich
Hi, On Wed, Apr 18, 2012 at 01:25:07PM +0200, Daniel Kriesten wrote: Am 18.04.2012 um 10:29 schrieb Michael Olbrich: [...] [...] An other thing is xargs ... without the gnu version make distclean fails. The solution is to symlink in .../lib/ptxdist-2012.04.0/bin/, too. It's make

Re: [ptxdist] Creating hardlinks withing ptxdist?

2012-04-18 Thread Michael Olbrich
Hi, On Wed, Apr 18, 2012 at 02:08:10PM +0200, Alexander Stein wrote: is it possible to create hardlinks within ptxdist? Our current problem is that the kernel image is located in /boot/bzImage, as usually. But we need the also the file under /efi/boot/bootia32.efi to be bootable from

Re: [ptxdist] [PATCH] microblaze: add u-boot tools dependency for kernel build target

2012-04-18 Thread Stephan Linz
Am Mittwoch, den 18.04.2012, 10:11 +0200 schrieb Michael Olbrich: On Tue, Apr 17, 2012 at 09:01:05PM +0200, Stephan Linz wrote: Sadly the Microblaze architecture does not support an explicit uImage build target. The uImage is an implicit rule of simple image target. That's why we need an

[ptxdist] [PATCH] microblaze: add u-boot tools dependency for kernel build target

2012-04-18 Thread Stephan Linz
Sadly the Microblaze architecture does not support an explicit uImage build target. The uImage is an implicit rule of simple image target. That's why we need an separate preselection for HOST_U_BOOT_TOOLS in the special case of KERNEL_IMAGE_SIMPLE and ARCH_MICROBLAZE are set. Signed-off-by:

[ptxdist] [PATCH] microblaze: add u-boot tools dependency for kernel build target

2012-04-18 Thread Stephan Linz
Sadly the Microblaze architecture does not support an explicit uImage build target. The uImage is an implicit rule of simple image target. That's why we need an separate preselection for HOST_U_BOOT_TOOLS in the special case of KERNEL_IMAGE_SIMPLE and ARCH_MICROBLAZE are set. Signed-off-by:

Re: [ptxdist] [PATCH] microblaze: add u-boot tools dependency for kernel build target

2012-04-18 Thread Stephan Linz
... please ignore this e-mail -- was the wrong git command line, grrr. br, Stephan Am Mittwoch, den 18.04.2012, 20:28 +0200 schrieb Stephan Linz: Sadly the Microblaze architecture does not support an explicit uImage build target. The uImage is an implicit rule of simple image target. That's