[yocto] Badly formatted subpath for git SRC_URI deletes portions of hard drive.

2015-04-16 Thread John Ernberg
way to recover this time was re-installing the machine. I was keeping bitbake in my home-dir both of these times. The poky version I am using is Daisy. Best regards // John Ernberg -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yocto

[yocto] Removing rootfs from SDK

2015-06-04 Thread John Ernberg
ky daisy 11 and Yocto 1.6.1. Thank you in advance. Best regards // John Ernberg -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Removing rootfs from SDK

2015-06-14 Thread John Ernberg
at this time, we're currently on 1.6.1. So the PACKAGE_EXCLUDE_COMPLEMENTARY variable is not available to us. Best regards // John Ernberg On 2015-06-12 14:43, Paul Eggleton wrote: > Hi John, > > On Thursday 04 June 2015 09:30:49 John Ernberg wrote: >> We're tryin

Re: [yocto] Removing rootfs from SDK

2015-06-16 Thread John Ernberg
On 2015-06-15 10:59, Paul Eggleton wrote: > On Monday 15 June 2015 05:39:24 John Ernberg wrote: >> On 2015-06-12 14:43, Paul Eggleton wrote: >>> On Thursday 04 June 2015 09:30:49 John Ernberg wrote: >>>> We're trying to optimize the SDK generated by bitbake -c

Re: [yocto] Removing rootfs from SDK

2015-06-16 Thread John Ernberg
On 2015-06-16 16:11, Paul Eggleton wrote: > On Tuesday 16 June 2015 14:05:15 John Ernberg wrote: >> On 2015-06-15 10:59, Paul Eggleton wrote: >>> On Monday 15 June 2015 05:39:24 John Ernberg wrote: >>>> On 2015-06-12 14:43, Paul Eggleton wrote: >>>&g

[yocto] Deploying 2 machines, u-boot does not include with both.

2015-06-24 Thread John Ernberg
using the Daisy branch of Yocto. Thank you in advance. Best regards // John Ernberg -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Can't add glib-2.0 and zlib into nativesdk

2015-01-22 Thread John Ernberg
Hi, We have an embedded system that we're building our own distribution for. In order to fit the distribution on the flash we build our images with NO_RRECOMMENDS = "1". This causes our nativesdk to not include anything except the packages we specify explicitly in the TOOLCHAIN_HOST_TASK variab

[yocto] Replacing eglibc with glibc in Yocto 1.6.1?

2016-03-08 Thread John Ernberg
to "". It didn't change anything. I am wondering if anyone has any advice on what I have done wrong? Thank you in advance and best regards // John Ernberg Build log using "bitbake -vD [image]": DEBUG: providers for glibc are: ['glibc'] DEBUG: selecting /home/

Re: [yocto] How do I patch binutils for the SDK

2017-10-12 Thread John Ernberg
On 10/13/2017 05:52 AM, Paul D. DeRocco wrote: >> From: Khem Raj [mailto:raj.k...@gmail.com] >> >> You can apply the patch to all binutils variants, its fine. >> Send a patch or if you >> want, file a ticket in bugzilla and we will take care. > Yocto's Bugzilla isn't recognizing my password, and wh

Re: [yocto] setting DEPENDS variable to specific package version

2018-01-01 Thread John Ernberg
Hi Dafna, On 12/30/2017 06:25 PM, Dafna Hirschfeld wrote: Hi, I want to add the vlc package , which has "lua" package in it's DEPNENDS variable. But vlc needs lua5.2 and the default is lua5.3 So when running vlc on the target I get "undefined symbol" in the liblua_plugin.so So how do I set the

Re: [yocto] setting DEPENDS variable to specific package version

2018-01-01 Thread John Ernberg
it be a recipe specific ? If I want package A to statically link with lua5.3 and package B to be statically linked with lua5.2 . How can I do that ? Thanks On Mon, Jan 1, 2018 at 2:27 PM, John Ernberg mailto:john.ernb...@actia.se>> wrote: Hi Dafna, On 12/30/2017 06:25 PM, Dafna Hirsc