Re: [linux-yocto] [OE-core] How to integrate third party application software to yocto image

2016-03-04 Thread winiston
Dear Ross, Thanks for your valuable time...As you said, I added “meta-oe” layer in “bblayers.conf” . Now that Error got disappeared. Now it spits out the following error.. winiston@winiston-VirtualBox:~/poky/build$ bitbake qt4e-demo-image Loading cache: 100% |##| ETA:

Re: [yocto] btrfs-tools Requires libgcc_s.so.1

2016-03-04 Thread robert_joslyn
"Burton, Ross" wrote on 03/04/2016 04:17:53 PM: > Would you be able to send that to the oe-core list (openembedded- > c...@lists.openembedded.org) using git-send-email (ideally, > attaching the output of git format-patch will do) to get your > authorship transferred

Re: [yocto] btrfs-tools Requires libgcc_s.so.1

2016-03-04 Thread Burton, Ross
On 5 March 2016 at 00:12, wrote: > What is the process for getting this fixed upstream? Trivial patch is > below, if that is sufficient. > Would you be able to send that to the oe-core list ( openembedded-c...@lists.openembedded.org) using git-send-email (ideally,

Re: [yocto] btrfs-tools Requires libgcc_s.so.1

2016-03-04 Thread robert_joslyn
Khem Raj wrote on 03/04/2016 03:26:37 PM: > > On Sat, Mar 5, 2016 at 7:17 AM, wrote: > > I'm building an image using btrfs and I noticed a problem with the > > btrfs-tools recipe in Jethro (using core-image-minimal and a 64-bit > > machine). The

Re: [yocto] Which package provides reboot.target and shudown.target

2016-03-04 Thread Khem Raj
On Fri, Mar 4, 2016 at 5:25 PM, Vivek Per wrote: > Hi, >I am using systemd in my target, Currently I am using "reboot > -f" to reboot the system, i don't want to reboot like that. I am not able to > reboot my system by simply using "reboot" , because I am using

Re: [yocto] btrfs-tools Requires libgcc_s.so.1

2016-03-04 Thread Khem Raj
On Sat, Mar 5, 2016 at 7:17 AM, wrote: > I'm building an image using btrfs and I noticed a problem with the > btrfs-tools recipe in Jethro (using core-image-minimal and a 64-bit > machine). The recipe builds fine, but I get the following error when > attempting certain

[yocto] btrfs-tools Requires libgcc_s.so.1

2016-03-04 Thread robert_joslyn
I'm building an image using btrfs and I noticed a problem with the btrfs-tools recipe in Jethro (using core-image-minimal and a 64-bit machine). The recipe builds fine, but I get the following error when attempting certain operations using btrfs, such as trying to start a scrub: root@test:~#

Re: [yocto] [PATCH] documentation: remove all references to Hob

2016-03-04 Thread akuster808
On 3/4/16 8:49 AM, Belen Barros Pena wrote: > From: Belen Barros Pena > > Hob and the packageinfo class have now been removed from the code base. > This patch removes all references to: > > * Hob > * meta-hob > * packageinfo and > * BBLAYERS_NON_REMOVABLE > > from the

[yocto] recommended structure to design a layer for multiple kernels and somewhat-related machines?

2016-03-04 Thread Robert P. J. Day
i just want some confirmation that i'm on the right track for designing a BSP layer to handle a particular combination of kernel versions and machines, so all i'm after is mostly a, "yeah, that's how i'd do it," or a, "no, that's idiotic." the situation -- handle all possible combinations

[yocto] [PATCH] documentation: remove all references to Hob

2016-03-04 Thread Belen Barros Pena
From: Belen Barros Pena Hob and the packageinfo class have now been removed from the code base. This patch removes all references to: * Hob * meta-hob * packageinfo and * BBLAYERS_NON_REMOVABLE from the documentation. So long, Hob, and thanks for all the fish.

[yocto] Yocto Project Status WW10

2016-03-04 Thread Jolley, Stephen K
Current Dev Position: YP 2.1 M4 (Stabilization only milestone.) Next Deadline: YP 2.1 M3 Target release date is March 18, 2016 SWAT team rotation: Alejandro -> Jussi https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: *M3 is proving a challenge to

[yocto] Native packages compiled with host gcc set in PATH and with LD_LIBRARY_PATH to libstd++

2016-03-04 Thread Chris Z.
Hi, I have set newer gcc(4.9) in PATH and with proper LD_LIBRARY_PATH. Default system gcc is 4.4. Bulding cmake-native fails when bootstrap cmake tries to compile cmake native binary. This is due to the fact that bootstrap was compiled with newer glibcxx and it can't be found in system/host

Re: [yocto] Howto change the default shell in yocto?

2016-03-04 Thread Christopher Larson
The default *system* shell (/bin/sh) or the default shell for users, or for root? Folks often conflate them, but they're not the same. On Fri, Mar 4, 2016 at 7:01 AM Oliver Graute wrote: > Hello, > > how can I change the default shell on the yocto target from bash to >

[yocto] Howto change the default shell in yocto?

2016-03-04 Thread Oliver Graute
Hello, how can I change the default shell on the yocto target from bash to another shell like dash? is there a variable for local.conf? or do I need to adapt my passwd for every user? Best Regards, Oliver -- ___ yocto mailing list

[yocto] Which package provides reboot.target and shudown.target

2016-03-04 Thread Vivek Per
Hi, I am using systemd in my target, Currently I am using "reboot -f" to reboot the system, i don't want to reboot like that. I am not able to reboot my system by simply using "reboot" , because I am using systemd not sysvinit. In sysvinit it internally calls "telinit" (or)

Re: [linux-yocto] [OE-core] How to integrate third party application software to yocto image

2016-03-04 Thread Burton, Ross
On 4 March 2016 at 04:23, wrote: > ERROR: Nothing PROVIDES 'gd' (but > /home/winiston/poky/meta/recipes-qt/navit/navit_svn.bb DEPENDS on or > otherwise requires it). Close matches: > gd is part of meta-oe. Instead of copying a few files and assuming that you know