[yocto] building OS X toolchain with meta-darwin

2013-12-20 Thread Woodyatt, James
Everyone‹ I¹m not sure where is the best place to take this question. Please excuse me, I¹m new. I¹m struggling to build an OS X toolchain reliably and repeatably. I¹ve checked out the current top of the Œdylan¹ branch of Poky, meta-darwin, meta-intel and (for reasons I¹m not sure I understand)

[yocto] error in cmake.bbclass exposed when meta-darwin included

2013-12-31 Thread Woodyatt, James
Everyone‹ Please review the following patch for Poky, which I believe is necessary for properly supporting builds where meta-darwin (also probably meta-mingw) is included in the Bitbake layer path list. Explanation: the meta-darwin layer overrides the value of the SDK_OS variable with the value o

Re: [yocto] error in cmake.bbclass exposed when meta-darwin included

2013-12-31 Thread Woodyatt, James
0644 --- a/meta/classes/cmake.bbclass +++ b/meta/classes/cmake.bbclass @@ -35,7 +35,7 @@ cmake_do_generate_toolchain_file() { cat > ${WORKDIR}/toolchain.cmake < Software Architect, New Devices Group On 12/31/13, 12:50, "Woodyatt, James" wrote: >Everyone‹ > >Pl

Re: [yocto] Yocto cross-compile for Galileo

2014-04-01 Thread Woodyatt, James
Mr. Beiser— I don’t think the specifics you want have been written down. We haven’t investigated using Eclipse for cross-development with Galileo, but it seems reasonable to expect that you should be able to follow the instructions in the Quark Board Support Package Guide to build a toolchain.

[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

[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 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] [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

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

2014-05-05 Thread Woodyatt, James
Nice. I will resend, along with the one I just discovered for the meta-mingw layer, which needs a similar fix for kconfig-frontends-native. — james woodyatt Software Architect, New Devices Group On May 2, 2014, at 12:09, Richard Purdie wrote: > On Thu, 2014-05-01 at 23:02 +0000, Woody

[yocto] [PATCH 1/1] dylan: fix kconfig-frontends for ncurses --with-libterm

2014-05-05 Thread Woodyatt, James
commit 939c9feca3c26d4603b573d887324d6220e93819 Author: james woodyatt Date: Mon May 5 15:54:29 2014 -0700 kconfig-frontends-native: add support for --with-libterm. This is a cherry-pick of cefcd4b655c2b7efdc6313740f3c8af89dd8f670 from the kconfig-frontends project authoritativ

[yocto] [PATCH 0/1] dylan: fix kconfig-frontends for ncurses --with-libterm

2014-05-05 Thread Woodyatt, James
Everyone— Another change required for building the meta-toolchain target (this time for MingW) on host configurations where ncurses is configured with —with-libterm. I cherry-picked this change to kconfig-frontends from its authoritative repository [change cefcd4b6] and added it to the oecore.

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

2014-05-05 Thread Woodyatt, James
efix_native}/${TARGET_SYS}/bin \ --with-sysroot=${SDKPATH}/sysroots/${TUNE_PKGARCH}${TARGET_VENDOR}-${TARGET_OS} \ --with-build-sysroot=${STAGING_DIR_TARGET}" — james woodyatt Software Architect, New Devices Group On May 1, 2014, at 16:02

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

2014-05-06 Thread Woodyatt, James
Everyone— It looks like this one needs to be applied to the OpenEmbedded core on the ‘dylan’ branch to make the Linux meta-toolchain build work. — james woodyatt Software Architect, New Devices Group On May 1, 2014, at 12:03, Woodyatt, James wrote: > com

[yocto] my recent change to the dylan branch of meta-darwin

2014-05-14 Thread Woodyatt, James
Richard— I think I broke the meta-darwin layer with this commit. > commit f4122e22257c784e9eb1b564e8ef16cd2e83cd03 > Author: Woodyatt, James > Date: Thu May 1 19:03:41 2014 + > > odcctools2: Remove use of "new typename" constructors > > Th

Re: [yocto] my recent change to the dylan branch of meta-darwin

2014-05-19 Thread Woodyatt, James
, Woodyatt, James wrote: > Richard— > > I think I broke the meta-darwin layer with this commit. > >> commit f4122e22257c784e9eb1b564e8ef16cd2e83cd03 >> Author: Woodyatt, James >> Date: Thu May 1 19:03:41 2014 + >> >>odcctools2: Remove use of "