Re: [yocto] Problems with postinstall

2014-06-06 Thread Jacob Kroon
On Fri, Jun 6, 2014 at 1:08 PM, Neuer User wrote: > Am 06.06.2014 12:54, schrieb Paul Barker: > > I usually leave things more than a day before sending a ping email, > > people can be busy but usually you'll get replies within a couple of > > days on this list. > > > > Sorry, I guess these 18h we

[yocto] Error building meta-toolchain with SDKMACHINE=x86_64-mingw32 on daisy

2014-06-10 Thread Jacob Kroon
Hi, I've added meta-mingw layer, and am using daisy branches. When I do: SDKMACHINE=x86_64-mingw32 bitbake meta-toolchain I get the following errors: <...> | # @multilib_dir@ is not really necessary, but sometimes it has | # more uses than just a directory name. | /bin/sh /home/jkroon/Projects/

Re: [yocto] Error building meta-toolchain with SDKMACHINE=x86_64-mingw32 on daisy

2014-06-14 Thread Jacob Kroon
On Tue, Jun 10, 2014 at 11:56 PM, Jacob Kroon wrote: > Hi, > > I've added meta-mingw layer, and am using daisy branches. When I do: > > SDKMACHINE=x86_64-mingw32 bitbake meta-toolchain > > I get the following errors: > > <...> > | # @multilib_dir@ is n

Re: [yocto] Error building meta-toolchain with SDKMACHINE=x86_64-mingw32 on daisy

2014-06-15 Thread Jacob Kroon
Hi Richard, Khem, On Sat, Jun 14, 2014 at 12:30 PM, Jacob Kroon wrote: > On Tue, Jun 10, 2014 at 11:56 PM, Jacob Kroon > wrote: > >> Hi, >> >> I've added meta-mingw layer, and am using daisy branches. When I do: >> >> SDKMACHINE=x86_64-mingw32 bitb

Re: [yocto] Error building meta-toolchain with SDKMACHINE=x86_64-mingw32 on daisy

2014-06-15 Thread Jacob Kroon
On Sun, Jun 15, 2014 at 11:05 PM, Jacob Kroon wrote: > (I've stripped all paths in the mail from the OE build directory) > > Running > > > sysroots/x86_64-linux/usr/bin/x86_64-oesdk-mingw32.gcc-crosssdk-initial/x86_64-oesdk-mingw32-gcc > -print-search-dirs > &

Re: [yocto] MinGW support for qemux86-64

2014-07-16 Thread Jacob Kroon
On Wed, Jul 16, 2014 at 10:42 AM, atulkumar singh wrote: > Hi Khem Raj, > > Thanks for your suggestion. > But still i am not able to build Windows compatible toolchaing using MinGW > support by adding bblayer.conf file with meta-mingw adder as a layer file > in source directory. > Also as per you

[yocto] [meta-mingw][PATCH] *-mingw32: Do not set binutils-crosssdk preferred provider

2014-07-24 Thread Jacob Kroon
-crosssdk (binutils-crosssdk-${SDK_ARCH}). Signed-off-by: Jacob Kroon --- conf/machine-sdk/i686-mingw32.conf | 1 - conf/machine-sdk/x86_64-mingw32.conf | 1 - 2 files changed, 2 deletions(-) diff --git a/conf/machine-sdk/i686-mingw32.conf b/conf/machine-sdk/i686-mingw32.conf index 2567e26

Re: [yocto] [meta-mingw][PATCH] *-mingw32: Do not set binutils-crosssdk preferred provider

2014-07-31 Thread Jacob Kroon
ping On Thu, Jul 24, 2014 at 9:42 AM, Jacob Kroon wrote: > Nowadays this is already set in OE-Core, in tcmode-default.inc. > > Fixes: > > WARNING: Variable key > PREFERRED_PROVIDER_virtual/${SDK_PREFIX}binutils-crosssdk > (binutils-crosssdk-${SDK_ARCH})

Re: [yocto] Kernel configuration

2015-01-02 Thread Jacob Kroon
Hi Chris, On Fri, Jan 2, 2015 at 3:52 PM, Chris Tapp wrote: > I thought I knew how to do this, but... ;-) > > I'm trying to add configuration items to the valleyisland BSP. I've got > the following bbappend: > > File: linux-yocto_3.10.bbappend > --- > FILESEXTRAPATHS_prepend := "${THISDIR}/$

Re: [yocto] Want to add native-gcc in SDK tar ball

2015-01-07 Thread Jacob Kroon
On Wed, Jan 7, 2015 at 7:36 PM, Khem Raj wrote: > > On Jan 7, 2015, at 6:57 AM, Gaurang Shastri wrote: > > Hi, > > Has anyone try to add native-gcc as part of SDK tarball ? Is it possible ? > > My aim is to have "gcc" (along with cross-gcc) as part of SDK. > > > you can add tools-dk to EXTRA_IMA

[yocto] kernel menuconfig/ncurses patch in linux-yocto

2016-07-20 Thread Jacob Kroon
Hi, I'm trying to get the SDK to be able to run the kernel's "make menuconfig" target using nativesdk-ncurses from the SDK. Looking at http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-4.4/commit/scripts/kconfig/lxdialog/check-lxdialog.sh?h=standard/beaglebone&id=badf6fedf455958fe0ff3c060c8e39

Re: [yocto] kernel menuconfig/ncurses patch in linux-yocto

2016-07-20 Thread Jacob Kroon
On Thu, Jul 21, 2016 at 5:22 AM, Bruce Ashfield wrote: > On 2016-07-20 4:19 PM, Jacob Kroon wrote: >> >> Hi, >> I'm trying to get the SDK to be able to run the kernel's "make >> menuconfig" target >> using nativesdk-ncurses from the SDK.

Re: [yocto] kernel menuconfig/ncurses patch in linux-yocto

2016-07-21 Thread Jacob Kroon
On Thu, Jul 21, 2016 at 3:06 PM, Bruce Ashfield wrote: > On 2016-07-21 08:58 AM, Bruce Ashfield wrote: >> >> On 2016-07-21 02:35 AM, Jacob Kroon wrote: >>> >>> On Thu, Jul 21, 2016 at 5:22 AM, Bruce Ashfield >>> wrote: >>>> >>>&

[yocto] kernel-devsrc and .kernel-meta

2016-07-26 Thread Jacob Kroon
Hi, I've added kernel-devsrc to TOOLCHAIN_TARGET_TASK for the SDK. After installing the SDK, /usr/src/kernel/ contains a .kernel-meta/ directory of size ~18MB. After some rebuilds, and new SDK generation/installation, that directory has grown to 512MB. Should this directory be dropped from the