[yocto] [PATCH 0/2] Fix Makefiles

2011-12-28 Thread Wang, Shane
Hi, Here are two patches to send to omxil upstream in order to fix Makefiles in libomxil 0.9.3 release. - makefile-docdir-fix.patch: to fix the wrong directory for $docdir. - parallel-make.patch: to enable make -jN in parallel. Please review, thanks. -- Shane http://www.yoctoproject.org/

[yocto] [PATCH 1/2] Fix Makefiles

2011-12-28 Thread Wang, Shane
This patch is to remove DESTDIR in docdir. Otherwise, when users install by running `make install DESTDIR=/alternate/directory' specified in the file INSTALL, the doc will go into /alternate/directory/alternate/directory, which is not expected. Signed-off-by: Shane Wang shane.w...@intel.com

[yocto] [PATCH 0/2] Fix Makefiles

2011-12-28 Thread Wang, Shane
Hi, Here are two patches to send to omxil upstream in order to fix Makefiles in libomxil 0.9.3 release. - makefile-docdir-fix.patch: to fix the wrong directory for $docdir. - parallel-make.patch: to enable make -jN in parallel. Please review, thanks. -- Shane http://www.yoctoproject.org/

Re: [yocto] [PATCH] clutter-1.6: make build for armv4t

2011-12-28 Thread Wolfgang Denk
Dear Matthew, In message caesovnc9jv5ro3yilgl19q-veyq-h-e5sy-huvfyxu3pmav...@mail.gmail.com you wrote: On Thu, Dec 22, 2011 at 3:21 AM, Wolfgang Denk w...@denx.de wrote: GCC will define __ARM_ARCH_4T__ when building with -march=3Darmv4t so we can check this to turn off the use of 'clz'

Re: [yocto] How to require image recipe from another layer?

2011-12-28 Thread autif khan
Thats right. Accounting for the relative, path, the following recipe seems to works. require ../../../meta/recipes-sato/images/core-image-sato.bb IMAGE_FEATURES += helloworld Thanks for the help Autif On Wed, Dec 28, 2011 at 3:12 PM, Chris Larson clar...@kergoth.com wrote: On Wed, Dec 28,

Re: [yocto] How to require image recipe from another layer?

2011-12-28 Thread Chris Larson
On Wed, Dec 28, 2011 at 1:22 PM, autif khan autif.ml...@gmail.com wrote: Thats right. Accounting for the relative, path, the following recipe seems to works. require ../../../meta/recipes-sato/images/core-image-sato.bb IMAGE_FEATURES += helloworld That's not what I was referring to. You

Re: [yocto] How to require image recipe from another layer?

2011-12-28 Thread autif khan
Must be the hangover from the holidays! I typed the path as you suggested (I did replace recipes-core with recipes-sato), but I must have had a type somewhere and it did not work and gave the same error. I then tried the relative path - which I copied and pasted - instead of typing and it worked.

[yocto] [Announcement] Cedartrail BSP available.

2011-12-28 Thread Flanagan, Elizabeth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, We are pleased to announce the release of Intel-based board support packages built from Yocto 1.1 Edison for the Intel® Atom™ Processor N2000 and D2000 Series-based Platform (CEDAR TRAIL). This BSP are available for download at:

[yocto] [PATCH 1/3] distro: Add POKY_DEFAULT_EXTRA_R* variables

2011-12-28 Thread Darren Hart
Allow the reuse of poky.conf by distro definitions wanting to remove content by introducting POKY_DEFAULT_EXTRA_R*. These are appended to the corresponding DISTRO_EXTRA_R* variables and can be overriden by distro configs that require poky.conf. Signed-off-by: Darren Hart dvh...@linux.intel.com

[yocto] [PATCH V3 0/3] New distribution definition for poky-tiny

2011-12-28 Thread Darren Hart
V3: o Rebase on master o Dependent on oe-core series Fixes for tiny distros and linux-yocto-tiny RFC V2: o Use VIRTUAL-RUNTIME_keymaps as suggested by Martin Jansa o Drop poky-common abstraction as suggested by Richard Purdie in favor of POKY_DEFAULT_EXTRA_R* variables.

[yocto] [PATCH 2/3] distro: Add poky-tiny distro definition

2011-12-28 Thread Darren Hart
Poky-tiny is intended for building very small OS images. The distro definition sets the providers for the kernel and the runtime services. It also reduces the eglibc component list and other DISTRO_FEATURE elements. Signed-off-by: Darren Hart dvh...@linux.intel.com ---

[yocto] [PATCH 3/3] image_types: Ensure /init exists for cpio rootfs archives

2011-12-28 Thread Darren Hart
In order for the kernel to accept an initramfs as a rootfs, it must have /init - even if it is an empty file. Touch /init to ensure it exists for cpio and cpio.gz image types. When used with initrd and rootfs=/dev/ram0, this allows the cpio and cpio.gz images to be used as the rootfs.

Re: [yocto] [PATCH 3/3] image_types: Ensure /init exists for cpio rootfs archives

2011-12-28 Thread Darren Hart
Apologies, this should have gone to oe-core :/ I will forward there. On 12/28/2011 03:45 PM, Darren Hart wrote: In order for the kernel to accept an initramfs as a rootfs, it must have /init - even if it is an empty file. Touch /init to ensure it exists for cpio and cpio.gz image types.

Re: [yocto] [PATCH V3 0/3] New distribution definition for poky-tiny

2011-12-28 Thread Leon Woestenberg
Hello Darren, On Thu, Dec 29, 2011 at 12:45 AM, Darren Hart dvh...@linux.intel.comwrote: V3: o Rebase on master o Dependent on oe-core series Fixes for tiny distros and linux-yocto-tiny RFC V2: o Use VIRTUAL-RUNTIME_keymaps as suggested by Martin Jansa o Drop poky-common

Re: [yocto] [PATCH V3 0/3] New distribution definition for poky-tiny

2011-12-28 Thread Darren Hart
On 12/28/2011 05:07 PM, Leon Woestenberg wrote: Hello Darren, On Thu, Dec 29, 2011 at 12:45 AM, Darren Hart dvh...@linux.intel.com mailto:dvh...@linux.intel.com wrote: V3: o Rebase on master o Dependent on oe-core series Fixes for tiny distros and