Re: [yocto] Identifying image in os-release

2015-02-03 Thread Moore, Thomas (FtWorth)
age- From: Randy Witt [mailto:randy.e.w...@linux.intel.com] Sent: Tuesday, February 03, 2015 2:49 PM To: Moore, Thomas (FtWorth); yocto@yoctoproject.org Subject: Re: [yocto] Identifying image in os-release On 02/03/2015 11:42 AM, Moore, Thomas (FtWorth) wrote: > For my system, we are generating

[yocto] Identifying image in os-release

2015-02-03 Thread Moore, Thomas (FtWorth)
For my system, we are generating two images: a release image and a debug image. The debug image simply adds the debug image features (tools-debug, eclipse-debug, and dbg-pkgs). This approach looks like it is going to work well for our needs. However, the one issue that I have is that there doesn

Re: [yocto] COMPATIBLE_HOST

2015-02-02 Thread Moore, Thomas (FtWorth)
Ross, Perfect. For whatever reason, the manual doesn’t come up when I google COMPATIBLE_HOST. Looks like I’ll need to bookmark the mega manual. Thanks, Thomas From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Monday, February 02, 2015 9:21 AM To: Moore, Thomas (FtWorth) Cc: yocto

Re: [yocto] COMPATIBLE_HOST

2015-02-02 Thread Moore, Thomas (FtWorth)
yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Gary Thomas Sent: Monday, February 02, 2015 9:23 AM To: yocto@yoctoproject.org Subject: Re: [yocto] COMPATIBLE_HOST On 2015-02-02 08:17, Moore, Thomas (FtWorth) wrote: > I have a binary recipe that is only compatible with x

[yocto] COMPATIBLE_HOST

2015-02-02 Thread Moore, Thomas (FtWorth)
I have a binary recipe that is only compatible with x86 and x86_64 systems. I *think* specifying the COMPATIBLE_HOST in my recipe would be a good idea. However, I've been unable to find any documentation, or even a good description, of this variable. Can someone help me out here? Thanks, Thoma

Re: [yocto] Shell not processing color escape codes

2015-01-28 Thread Moore, Thomas (FtWorth)
I added less to my IMAGE_INSTALL, but it looks like I still have the busybox version in my image. How might I go about forcing the use of the standard less? Thomas From: ChenQi [mailto:qi.c...@windriver.com] Sent: Wednesday, January 28, 2015 8:31 PM To: Moore, Thomas (FtWorth); yocto

Re: [yocto] Shell not processing color escape codes

2015-01-28 Thread Moore, Thomas (FtWorth)
Oops. I was running an older version of the image. The new version of the image does have the GNU less command and it works as expected. Thanks, Thomas From: ChenQi [mailto:qi.c...@windriver.com] Sent: Wednesday, January 28, 2015 9:21 PM To: Moore, Thomas (FtWorth); yocto@yoctoproject.org

[yocto] Shell not processing color escape codes

2015-01-28 Thread Moore, Thomas (FtWorth)
Hello, In my image, I've included systemd. I've noticed that when running the systemctl command, the shell (/bin/sh) is not processing the color escape codes. Here's an example of what it looks like: [[1;39m82 loaded units listed.[[0m Pass -all to see loaded but inactive units, too. Any sugge

Re: [yocto] Patch runqemu-internal in nativesdk

2015-01-27 Thread Moore, Thomas (FtWorth)
Got it working. If anyone was curious, I utilized the patchdir flag: SRC_URI_append = "file://runqemu_change_cpu_to_haswell.patch;patchdir=${WORKDIR}${COREBASE}" Thomas From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Moore, Thomas (FtW

[yocto] Patch runqemu-internal in nativesdk

2015-01-27 Thread Moore, Thomas (FtWorth)
My system has an Intel Core processor based on the Haswell architecture, and I'm using the corei7 tuning in my image. As it's currently implemented, the runqemu-internal script utilizes the core2dup cpu option when running the qemux86-64 QEMUARCH. However, in order to run my image with QEMU, I n

Re: [yocto] adding all the pieces of WiFi to core-image-minimal

2015-01-26 Thread Moore, Thomas (FtWorth)
.com] Sent: Monday, January 26, 2015 3:54 PM To: Moore, Thomas (FtWorth) Cc: Chris Tapp; yocto@yoctoproject.org; Gary Thomas Subject: RE: [yocto] adding all the pieces of WiFi to core-image-minimal From: thomas.moo...@atk.com To: jfaberna...@outlook.com CC: opensou...@ke

Re: [yocto] adding all the pieces of WiFi to core-image-minimal

2015-01-26 Thread Moore, Thomas (FtWorth)
Looks like you also need to add ipv4 to the DISTRO_FEATURES: DISTRO_FEATURES += "ipv4 wifi" Might be worth trying. Thomas From: Jim Abernathy [mailto:jfaberna...@outlook.com] Sent: Monday, January 26, 2015 3:38 PM To: Moore, Thomas (FtWorth) Cc: Chris Tapp; yocto@yoctoproject.org; G

Re: [yocto] adding all the pieces of WiFi to core-image-minimal

2015-01-26 Thread Moore, Thomas (FtWorth)
m: James Abernathy [mailto:jfaberna...@outlook.com] Sent: Monday, January 26, 2015 2:53 PM To: Moore, Thomas (FtWorth) Cc: Chris Tapp; yocto@yoctoproject.org; Gary Thomas Subject: Re: [yocto] adding all the pieces of WiFi to core-image-minimal > On Jan 26, 2015, at 3:36 PM, Moore, Thomas (FtW

Re: [yocto] adding all the pieces of WiFi to core-image-minimal

2015-01-26 Thread Moore, Thomas (FtWorth)
Try building core-image-base or adding packagegroup-base-extended to your IMAGE_INSTALL. This should add the modules and firmware. core-image-minimal is just that and only includes just enough to boot the system. P.S. if you add "wifi" to your DISTRO_FEATURES, then packagegroup-base-wifi shoul

Re: [yocto] Cannot build the core-image-directfb for

2015-01-21 Thread Moore, Thomas (FtWorth)
Try adding a space between the quotation mark and directfb: DISTRO_FEATURES_append = " directfb sysvinit" Thomas From: Yong Li Sent: ‎1/‎21/‎2015 9:53 AM To: yocto@yoctoproject.org Cc: Yong Li

Re: [yocto] separate partition support

2015-01-06 Thread Moore, Thomas (FtWorth)
n how that might be accomplished. Thomas Moore From: Andre Marschalek [mailto:andre.marscha...@outlook.com] Sent: Tuesday, January 06, 2015 8:34 AM To: Moore, Thomas (FtWorth); yocto@yoctoproject.org Subject: RE: [yocto] separate partition support Hi Thomas, what I need is to have one image per

Re: [yocto] separate partition support

2015-01-05 Thread Moore, Thomas (FtWorth)
I'm actually experimenting with this today. Per the Development Manual, my first attempt was to use wic. While I was able to create an image with multiple partitions, there appears to be no way to split up the rootfs image that is created amongst the multiple partitions. Below is the wks file I

[yocto] Selective append

2015-01-02 Thread Moore, Thomas (FtWorth)
Hello, I've got a device that has an expansion card whose driver conflicts with a driver that is native in the Linux kernel. In order to address the situation, I've created a new layer that appends the kernel with a patch to remove the conflicting driver and also contains a recipe for the new d

[yocto] External Linux Kernel Module

2014-12-09 Thread Moore, Thomas (FtWorth)
Hello, I'm working on incorporating an external kernel module based on the hello-mod skeleton recipe. Everything was going well until I added the following line to my machine configuration: MACHINE_EXTRA_RDEPENDS += "kernel-module-hello" Attempting to run "bitbake core-image-base" then leads t