Re: [OE-core] [for dylan][PATCH 3/3] linux-dtb.inc: Fix dtb generation for kernels newer than 3.8

2013-08-20 Thread Cooper Jr., Franklin
> -Original Message- > From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] > Sent: Tuesday, August 20, 2013 1:24 PM > To: Otavio Salvador > Cc: Cooper Jr., Franklin; Patches and discussions about the oe-core layer > Subject: Re: [for dylan][PATCH 3/3] linu

Re: [OE-core] [PATCH] linux-dtb.inc: Run dts through the preprocessor

2013-08-14 Thread Cooper Jr., Franklin
> -Original Message- > From: Bruce Ashfield [mailto:bruce.ashfi...@gmail.com] > Sent: Wednesday, August 14, 2013 10:25 AM > To: Cooper Jr., Franklin > Cc: Patches and discussions about the oe-core layer; Otavio Salvador > Subject: Re: [OE-core] [PATCH] linux-dtb.inc: R

[OE-core] SSTATE issue for a single machine.

2013-06-17 Thread Cooper Jr., Franklin
I have an issue with a particular custom recipe that attempts to rebuild itself even though it was previously built. This recipe is a part of a file system image that is built without an issue the first time. But building that image a second time results in a build error with this particular rec

Re: [OE-core] Multiple MACHINE building is broken in OE-core?

2013-02-07 Thread Cooper Jr., Franklin
because a change in task dependencies since some machines TARGET_ARCH depended on TUNE_ARCH while others didn't. Thanks for your help Martin. > -Original Message- > From: Martin Jansa [mailto:martin.ja...@gmail.com] > Sent: Wednesday, February 06, 2013 2:57 AM > To

Re: [OE-core] Multiple MACHINE building is broken in OE-core?

2013-02-06 Thread Cooper Jr., Franklin
Hi Everyone, While performing denzil to danny work I ran into this same issue that Mike mentioned. I have 4 machines that are armv7a based and previously in denzil only very specific recipes that I deliberately made machine specific were being rebuilt. Now a significant amount of recipes are be

Re: [OE-core] [oe-core][PATCH] u-boot: Use fw_env.config if available.

2012-09-06 Thread Cooper Jr., Franklin
[mailto:s...@linux.intel.com] Sent: Thursday, September 06, 2012 6:40 PM To: Cooper Jr., Franklin Cc: Franklin S. Cooper Jr; openembedded-core@lists.openembedded.org; Franklin S. Cooper Jr Subject: Re: [OE-core] [oe-core][PATCH] u-boot: Use fw_env.config if available. On 09/06/2012 04:35 PM,

Re: [OE-core] [oe-core][PATCH] u-boot: Use fw_env.config if available.

2012-09-06 Thread Cooper Jr., Franklin
@lists.openembedded.org; Cooper Jr., Franklin; Franklin S. Cooper Jr Subject: Re: [OE-core] [oe-core][PATCH] u-boot: Use fw_env.config if available. On 09/04/2012 02:35 PM, Franklin S. Cooper Jr wrote: > * Add support for board specific fw_env.config file if available. > > Signed-off-by: Franklin S.

[OE-core] [oe-core][denzil] Pull in patch from commit "package.bbclass: fix TypeError in runstrip"

2012-08-31 Thread Cooper Jr., Franklin
I ran into the "TypeError: unsupported operand type(s) for &: 'NoneType' and 'int'" error during do_package while testing out a new recipe that I created. I pulled in the patch "package.bbclass: fix TypeError in runstrip" (https://github.com/openembedded/oe-core/commit/a834ab8a6d53cae504fa112a89

[OE-core] [oe-core] [denzil branch] Update to the latest version of psplash

2012-08-06 Thread Cooper Jr., Franklin
In the latest version of psplash (http://git.yoctoproject.org/cgit/cgit.cgi/psplash/) there are two patches that are not in the version of psplash used in the oe-core denzil branch. The first patch called Make it easier to customise colours

Re: [OE-core] [PATCH] busybox: Add inetd related files

2012-07-27 Thread Cooper Jr., Franklin
] Sent: Friday, July 27, 2012 3:43 PM To: Cooper Jr., Franklin Cc: Patches and discussions about the oe-core layer Subject: Re: [OE-core] [PATCH] busybox: Add inetd related files On Fri, 2012-07-27 at 20:26 +, Cooper Jr., Franklin wrote: > The section you mentioned is within the file inetd wh

Re: [OE-core] [PATCH] busybox: Add inetd related files

2012-07-27 Thread Cooper Jr., Franklin
s and discussions about the oe-core layer Cc: Cooper Jr., Franklin Subject: Re: [OE-core] [PATCH] busybox: Add inetd related files On Fri, 2012-07-27 at 14:52 -0500, Franklin S Cooper Jr wrote: > +if ! [ -x /usr/sbin/inetd ]; then >+ exit 0 >+fi That should be