Re: [yocto] quilt-native do_populate_sysroot error [solved]

2014-05-01 Thread Neuer User
Am 02.05.2014 08:43, schrieb Khem Raj: > On Thu, May 1, 2014 at 11:06 PM, Neuer User wrote: >> Before I copied the whole conf dir back from a backup. This time I tried >> with a completely new conf dir. I did that and strangely got another >> error message by "sanity-check" saying that I am missin

Re: [yocto] quilt-native do_populate_sysroot error [solved]

2014-05-01 Thread Khem Raj
On Thu, May 1, 2014 at 11:06 PM, Neuer User wrote: > Before I copied the whole conf dir back from a backup. This time I tried > with a completely new conf dir. I did that and strangely got another > error message by "sanity-check" saying that I am missing two files > (makeinfo, chrpath). well, co

Re: [yocto] Blacklisting drivers in poky or in yocto project

2014-05-01 Thread Khem Raj
On Thu, May 1, 2014 at 9:47 PM, Bruce Ashfield wrote: >> >> The method I used: in the file /etc/modprobe.d/blacklist.conf, i added >> these following lines: >> blacklist ipv6 >> blacklist cfg80211 >> blacklist libertas >> blacklist libertas_sdio > > > I can't recall if yocto 1.4 had switched to km

Re: [yocto] quilt-native do_populate_sysroot error [solved]

2014-05-01 Thread Neuer User
This made me crazy, so after lots of tries I thought I should try to do it *without* my own conf files, although I couldn't imagine why my conf files produce such an error. Before I copied the whole conf dir back from a backup. This time I tried with a completely new conf dir. I did that and stran

Re: [yocto] Undefining a variable in a recipe?

2014-05-01 Thread Alex J Lennon
On 01/05/2014 18:54, Otavio Salvador wrote: > On Thu, May 1, 2014 at 2:34 PM, Alex J Lennon > wrote: >> On 01/05/2014 14:54, Paul Eggleton wrote: >>> Hi Alex, >>> >>> On Thursday 01 May 2014 10:42:51 Alex J Lennon wrote: I have an issue with the build of an old u-boot (2009.08) which is

Re: [yocto] Blacklisting drivers in poky or in yocto project

2014-05-01 Thread Bruce Ashfield
On 2014-05-01, 2:24 PM, Sudhangathan B S wrote: The Update: I blacklisted all related drivers, i.e., libertas, libertas_sdio, cfg80211 and ipv6, but still all these driver modules got autoloaded..!! The method I used: in the file /etc/modprobe.d/blacklist.conf, i added these following lines: bla

Re: [yocto] is anyone giving a yocto talk at linuxcon in chicago in august?

2014-05-01 Thread Khem Raj
On Thursday, May 1, 2014, Robert P. J. Day wrote: > On Thu, 1 May 2014, Rudolf Streif wrote: > > > > > i would think *someone* would be doing a yocto talk at linuxcon > in > > august. if not, i'll propose one since i need an excuse to go. if > one > > is already on the schedul

Re: [yocto] is anyone giving a yocto talk at linuxcon in chicago in august?

2014-05-01 Thread Jeff Osier-Mixon
+1 I'd be glad to help with any talks anyone submits to conferences, and if you do submit I'd love to know about it On Thu, May 1, 2014 at 5:34 PM, Robert P. J. Day wrote: > On Thu, 1 May 2014, Rudolf Streif wrote: > >> >> i would think *someone* would be doing a yocto talk at linuxcon i

Re: [yocto] is anyone giving a yocto talk at linuxcon in chicago in august?

2014-05-01 Thread Robert P. J. Day
On Thu, 1 May 2014, Rudolf Streif wrote: > >   i would think *someone* would be doing a yocto talk at linuxcon in > august. if not, i'll propose one since i need an excuse to go. if one > is already on the schedule, i'll propose something else. > > The typical target for YP (and

Re: [yocto] is anyone giving a yocto talk at linuxcon in chicago in august?

2014-05-01 Thread Rudolf Streif
> > > i would think *someone* would be doing a yocto talk at linuxcon in > august. if not, i'll propose one since i need an excuse to go. if one > is already on the schedule, i'll propose something else. > > The typical target for YP (and the YP Dev Day) were the Embedded Linux Conferences not th

[yocto] [PATCH 0/1] dylan: fix C++ standard library headers on OS X

2014-05-01 Thread Woodyatt, James
Everyone— Another issue discovered on the dylan branch. The GCC configuration applies the wrong path to the —with-gxx-include-dir option. The follow-up comprises the patch. — james woodyatt Software Architect, New Devices Group -- ___ yocto mail

[yocto] [PATCH 1/1] dylan: fix C++ standard library headers on OS X

2014-05-01 Thread Woodyatt, James
commit 562fa987cea60d61c256195adce7e83bf1c1a8c9 Author: james woodyatt Date: Thu May 1 14:44:39 2014 -0700 Fix C++ standard library header directory configuration. Remove the 4.2.1 directory from the --with-gxx-include-dir path provided to the configure script for GCC 4.7 in th

[yocto] is anyone giving a yocto talk at linuxcon in chicago in august?

2014-05-01 Thread Robert P. J. Day
i would think *someone* would be doing a yocto talk at linuxcon in august. if not, i'll propose one since i need an excuse to go. if one is already on the schedule, i'll propose something else. rday -- Robert P. J. Day

[yocto] [PATCH 1/2] meta-darwin on dylan branch

2014-05-01 Thread Woodyatt, James
commit 980fb673e887f321d6b417b3aecbb380fa2561d3 Author: james woodyatt Date: Thu May 1 11:57:05 2014 -0700 Properly configure util-linux when ncurses is configured —with-libterm=tinfo. Amend oecore.patch to modify the util-linux recipe so that it applies a patch to the fdisk/

[yocto] [PATCH 2/2] meta-darwin on dylan branch

2014-05-01 Thread Woodyatt, James
commit 4c50f7bd62a675dd1f034bc6730f833c6dca0c19 Author: james woodyatt Date: Thu May 1 11:57:41 2014 -0700 Remove usage of ‘new typename’ constructors in ld64 part of odcctools2 package. diff --git a/recipes-devtools/odcctools/files/ld64-typename.patch b/recipes-devtools/odcctools/files/

[yocto] [PATCH 0/2] meta-darwin on dylan branch

2014-05-01 Thread Woodyatt, James
Everyone— I’ve discovered some errors in the meta-darwin layer on the dylan branch that currently prevent the meta-toolchain target from building the components included in the OS X variant of the Arduino for Intel Galileo IDE. Follow-ups to comprise the two patches that solve the problem. Th

Re: [yocto] Undefining a variable in a recipe?

2014-05-01 Thread Alex J Lennon
On 01/05/2014 18:54, Otavio Salvador wrote: > On Thu, May 1, 2014 at 2:34 PM, Alex J Lennon > wrote: >> On 01/05/2014 14:54, Paul Eggleton wrote: >>> Hi Alex, >>> >>> On Thursday 01 May 2014 10:42:51 Alex J Lennon wrote: I have an issue with the build of an old u-boot (2009.08) which is

Re: [yocto] Blacklisting drivers in poky or in yocto project

2014-05-01 Thread Sudhangathan B S
The Update: I blacklisted all related drivers, i.e., libertas, libertas_sdio, cfg80211 and ipv6, but still all these driver modules got autoloaded..!! The method I used: in the file /etc/modprobe.d/blacklist.conf, i added these following lines: blacklist ipv6 blacklist cfg80211 blacklist libertas

Re: [yocto] Undefining a variable in a recipe?

2014-05-01 Thread Otavio Salvador
On Thu, May 1, 2014 at 2:34 PM, Alex J Lennon wrote: > > On 01/05/2014 14:54, Paul Eggleton wrote: >> Hi Alex, >> >> On Thursday 01 May 2014 10:42:51 Alex J Lennon wrote: >>> I have an issue with the build of an old u-boot (2009.08) which is >>> failing a check in poky as both UBOOT_CONFIG and UBO

Re: [yocto] Undefining a variable in a recipe?

2014-05-01 Thread Alex J Lennon
On 01/05/2014 14:54, Paul Eggleton wrote: > Hi Alex, > > On Thursday 01 May 2014 10:42:51 Alex J Lennon wrote: >> I have an issue with the build of an old u-boot (2009.08) which is >> failing a check in poky as both UBOOT_CONFIG and UBOOT_MACHINE are being >> defined for some reason. >> >> poky/me

Re: [yocto] Kernel config fragments are not applied

2014-05-01 Thread Bruce Ashfield
On 14-05-01 02:32 AM, Neuer User wrote: Hi Bruce Here is the error messega, I get after a "bitbake linux-cubox-i -c cleansstate; bitbake linux-cubox-i" using the recipe you posted: Aha. This is what I was seeing as well, and there's some issues and assumptions that are built into those kerne

[yocto] Build problem with current master

2014-05-01 Thread Gary Thomas
I'm trying to build using the latest master (). For historical (hysterical? customers), I'm maintaining some old versions of GCC in my own layers. Recent changes are causing these recipes to throw errors: NOTE: Error during finalise of /home/local/poky-cutting-edge/meta-amltd/recipes-devtools/

Re: [yocto] Undefining a variable in a recipe?

2014-05-01 Thread Paul Eggleton
Hi Alex, On Thursday 01 May 2014 10:42:51 Alex J Lennon wrote: > I have an issue with the build of an old u-boot (2009.08) which is > failing a check in poky as both UBOOT_CONFIG and UBOOT_MACHINE are being > defined for some reason. > > poky/meta/classes/uboot-config.bbclass > > ubootmachine =

[yocto] quilt-native do_populate_sysroot error

2014-05-01 Thread Neuer User
Hi I needed to re-setup my yocto directory due to a fs error (was using btrfs). Before I used master-next. Now I checked out daisy. When I start bitbaking, I already get an error ["File not found"] when building quilt-native. The error is in the step do_populate_sysroot. The problem is pretty cle

[yocto] Undefining a variable in a recipe?

2014-05-01 Thread Alex J Lennon
Hi, I have an issue with the build of an old u-boot (2009.08) which is failing a check in poky as both UBOOT_CONFIG and UBOOT_MACHINE are being defined for some reason. poky/meta/classes/uboot-config.bbclass ubootmachine = d.getVar("UBOOT_MACHINE", True) ubootconfigflags = d.getVarFlags('UBOOT