[yocto] dizzy NUC missing wifi firmware

2015-02-11 Thread Jim Abernathy
For the NUC, core-image-base seems to only include in /lib/firmware the ucode for the processor and the wifi firmware for the 6000 family of WiFi half-PCIe card adapters. I found with an n-135 wifi card there is no iwlwifi-135.6.ucode. I can manually add that firmware file or include all the li

[yocto] boot delay but recovery??

2015-02-09 Thread Jim Abernathy
I'm booting Dizzy 1.7.1 on a Pandaboard (ARM). The image is core-image-base. My local.conf additions are : MACHINE ??= "pandaboard" IMAGE_INSTALL_append = " oracle-jse-jre dropbear linux-firmware resolvconf" LICENSE_FLAGS_WHITELIST += "oracle_java" I get a 30 second delay while the boot process

Re: [yocto] ACPI powerbtn

2015-02-04 Thread Jim Abernathy
/shutdown -h now "Power button pressed" 3. reboot From: jfaberna...@outlook.com Date: Wed, 4 Feb 2015 07:36:27 -0500 To: ross.bur...@intel.com CC: yocto@yoctoproject.org Subject: Re: [yocto] ACPI powerbtn On Feb 3, 2015, at 4:34 PM, Burton, Ross wrote: On 3 February 2015 at 21:30, Jim

[yocto] ACPI powerbtn

2015-02-03 Thread Jim Abernathy
I need to add something that will 'shutdown -h now' when the power button is pressed. I would figure that ACPI is already included in the core-image-base of the NUC bsp. Do I need to include a new file in /etc/acpi/events or do I need to include some package? Jim A

Re: [yocto] DNS nameservers in Yocto

2015-02-03 Thread Jim Abernathy
te: > > On 2/3/2015 9:43 AM, Jim Abernathy wrote: > > > I find that for Static IPs, I have to manually add my DNS name servers > > > to /etc/resolv.conf instead of what I'm use to and that's put the line > > > in /etc/network/interfaces with the dns-nameser

[yocto] DNS nameservers in Yocto

2015-02-03 Thread Jim Abernathy
I find that for Static IPs, I have to manually add my DNS name servers to /etc/resolv.conf instead of what I'm use to and that's put the line in /etc/network/interfaces with the dns-nameserver [IP] [IP]. My knowledge base comes from Ubuntu Server where putting everything in "/etc/network/interf

[yocto] meta-ti/pandaboard

2015-02-02 Thread Jim Abernathy
I've noticed a few issues with the pandaboard image that builds. 1. core-image-sato does not have WiFi capability. I think it's missing firmware. 2. core-image-base is missing the linux-firmware. I added: IMAGE_INSTALL_append = " linux-firmware". Now I have the necessary firmware to bring up

Re: [yocto] Checksum failure encountered Java

2015-02-02 Thread Jim Abernathy
cksum failure encountered Java > > Hi Jim, > > On Sun, Feb 01, 2015 at 10:58:02AM -0500, Jim Abernathy wrote: > > after I posted this issues, I tried to click on the link at the Oracle site > > and > > there is something about accepting a License. I have the >

Re: [yocto] Checksum failure encountered Java

2015-02-02 Thread Jim Abernathy
> Date: Mon, 2 Feb 2015 11:07:05 +0100 > From: maxin.j...@enea.com > To: jfaberna...@outlook.com > CC: yocto@yoctoproject.org > Subject: Re: [yocto] Checksum failure encountered Java > > Hi Jim, > > On Sun, Feb 01, 2015 at 10:58:02AM -0500, Jim Abernathy wrote: >

Re: [yocto] Checksum failure encountered Java

2015-02-01 Thread Jim Abernathy
after I posted this issues, I tried to click on the link at the Oracle site and there is something about accepting a License. I have the LICENSE_FLAGS_WHITELIST += "oracle_java" which worked on the NUC build. I'm guessing that's not the issue. Jim A From: jfaberna...@outlook.com To: yocto@y

[yocto] Checksum failure encountered Java

2015-02-01 Thread Jim Abernathy
I tried to move a build from NUC to Pandaboard and the core-image-sato worked fine, well except the README.HARDWARE for arm didn't mention coping the uImage to /boot. Figured that out easy enough. But when I tried to add oracle-jse-jre that worked fine on NUC got the following errors: WARNING:

Re: [yocto] adding meta-oracle-java

2015-01-28 Thread Jim Abernathy
> Date: Wed, 28 Jan 2015 17:36:14 +0100 > Subject: Re: [yocto] adding meta-oracle-java > From: ma...@maxinbjohn.info > To: jfaberna...@outlook.com > CC: paul.eggle...@linux.intel.com; yocto@yoctoproject.org > > Hi Jim, > > On Wed, Jan 28, 2015 at 3:58

Re: [yocto] adding meta-oracle-java

2015-01-28 Thread Jim Abernathy
> Date: Wed, 28 Jan 2015 15:26:24 +0100 > Subject: Re: [yocto] adding meta-oracle-java > From: ma...@maxinbjohn.info > To: jfaberna...@outlook.com > CC: paul.eggle...@linux.intel.com; yocto@yoctoproject.org > > Hi, > > On Wed, Jan 28, 2015 at 1:10

Re: [yocto] adding meta-oracle-java

2015-01-28 Thread Jim Abernathy
> Date: Wed, 28 Jan 2015 13:01:02 +0100 > Subject: Re: [yocto] adding meta-oracle-java > From: ma...@maxinbjohn.info > To: jfaberna...@outlook.com > CC: paul.eggle...@linux.intel.com; yocto@yoctoproject.org > > Hi Jim, > > On Wed, Jan 28, 2015 at 12:21

Re: [yocto] adding meta-oracle-java

2015-01-28 Thread Jim Abernathy
> From: paul.eggle...@linux.intel.com > To: jfaberna...@outlook.com > CC: ma...@maxinbjohn.info; yocto@yoctoproject.org > Subject: Re: [yocto] adding meta-oracle-java > Date: Wed, 28 Jan 2015 10:55:23 + > > On Wednesday 28 January 2015 05:44:47 Jim Abernathy wrote: >

Re: [yocto] adding meta-oracle-java

2015-01-28 Thread Jim Abernathy
> Date: Wed, 28 Jan 2015 11:20:21 +0100 > Subject: Re: [yocto] adding meta-oracle-java > From: ma...@maxinbjohn.info > To: paul.eggle...@linux.intel.com > CC: jfaberna...@outlook.com; yocto@yoctoproject.org > > Hi Jim, > > On Wed, Jan 28, 2015 at 10:25 AM, Paul Eggleton > wrote: > > Hi Jim, >

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

2015-01-26 Thread Jim Abernathy
hings like kernel modules and other package groups that you’ll want for a more full-featured system. Thomas From: Jim Abernathy [mailto:jfaberna...@outlook.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

2015-01-26 Thread Jim Abernathy
DISTRO_FEATURES: DISTRO_FEATURES += "ipv4 wifi" Might be worth trying. Thomas I'll test with it, but why core-image-base vs. core-image-minimal? Jim A From: Jim Abernathy [mailto:jfaberna...@outlook.com] Sent: Monday, January 26, 2015 3:38 PM To: Moore, Thomas (FtWorth)

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

2015-01-26 Thread Jim Abernathy
not an expert here, but I think that adding kernel-modules and > > linux-firmware to your extra_install should give you what you need. > > > > > > Jim A > > > > On Jan 26, 2015, at 11:09 AM, James Abernathy > > wrote: > > > > > > On Jan 26, 201

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

2015-01-23 Thread Jim Abernathy
I'm starting a project mostly for self-education. I have already done the project using Ubuntu Server 14.04 using a Intel NUC and a Pandaboard as targets. Now I want to see how easy it is to move it to Yocto. Starting with the NUC, I can boot Dizzy 1.7.1 core-image-minimal and core-image-sato

Re: [yocto] Recipe differences between Danny and Master

2012-12-17 Thread Jim Abernathy
On 12/17/2012 12:55 PM, Burton, Ross wrote: On 17 December 2012 17:45, Jim Abernathy wrote: SRC_URI = "file://myaudios-1.0/myaudios-1.0.tar.gz" You don't need to specify the myaudios-1.0 section, that's implicit in the search paths along with the unversioned ${BPN} and f

[yocto] Recipe differences between Danny and Master

2012-12-17 Thread Jim Abernathy
I have a recipe layers I use for test videos and audios that I included in prior BSPs I've done. The last I tested it was Danny and it worked fine. Today I tried to add it to a BSP that had previously built, using the latest pull from Master, complete without errors and booted. Once I added

Re: [yocto] problems adding extra packages

2012-12-05 Thread Jim Abernathy
On 12/05/2012 03:28 PM, Martin Jansa wrote: On Wed, Dec 05, 2012 at 03:25:52PM -0500, Jim Abernathy wrote: In the past on denzil, I'd get images working then start adding specific packages like this: LICENSE_FLAGS_WHITELIST = "commercial" CORE_IMAGE_EXTRA_INSTALL ?= &

[yocto] problems adding extra packages

2012-12-05 Thread Jim Abernathy
In the past on denzil, I'd get images working then start adding specific packages like this: LICENSE_FLAGS_WHITELIST = "commercial" CORE_IMAGE_EXTRA_INSTALL ?= "gst-fluendo-mp3" CORE_IMAGE_EXTRA_INSTALL ?= "web-webkit" CORE_IMAGE_EXTRA_INSTALL ?= "myvideos" CORE_IMAGE_EXTRA_INSTALL ?= "myaudios"

[yocto] build failures after pull

2012-10-23 Thread Jim Abernathy
I've reported this before, but it still happens. Today, I did a git pull into my local while master was checked out, both on poky and meta-intel. I then tried to rerun without cleaning or deleting anything for chiefriver. My last build had been successfully built, but didn't have audio. So w

Re: [yocto] Build failure using Master branch for Crownbay

2012-10-15 Thread Jim Abernathy
On 10/11/2012 11:10 AM, Jim Abernathy wrote: I just did a pull today and tried to rebuild Crownbay BSP which I successfully built yesterday. I'm looking for a case where the rebuild fails on a previously successful build with just running bitbake core-image-sato without deleting any fil

[yocto] Build failure using Master branch for Crownbay

2012-10-11 Thread Jim Abernathy
I just did a pull today and tried to rebuild Crownbay BSP which I successfully built yesterday. I'm looking for a case where the rebuild fails on a previously successful build with just running bitbake core-image-sato without deleting any files or cleaning anything, as I've been instructed pre

[yocto] building under Centos 6.3

2012-10-09 Thread Jim Abernathy
Just an FYI, following the Getting Started Guide for Centos prerequisites, I found one that was not listed that I needed: "chrpath". ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] log

2012-10-04 Thread Jim Abernathy
On 10/04/2012 03:15 PM, Jim Abernathy wrote: Build Configuration: BB_VERSION= "1.16.0" TARGET_ARCH = "i586" TARGET_OS = "linux" MACHINE = "crownbay" DISTRO= "poky" DISTRO_VERSION= "1.2+snapsh

[yocto] log

2012-10-04 Thread Jim Abernathy
Build Configuration: BB_VERSION= "1.16.0" TARGET_ARCH = "i586" TARGET_OS = "linux" MACHINE = "crownbay" DISTRO= "poky" DISTRO_VERSION= "1.2+snapshot-20121004" TUNE_FEATURES = "m32 core2" TARGET_FPU= "" meta meta-yocto meta-yocto-bsp=

[yocto] Building crownbay from master

2012-10-04 Thread Jim Abernathy
I successfully build the meta-crownbay BSP using the latest pull from master branch. I did get some warning, that I wonder what they mean or the significance of them: NOTE: preferred version 7.11 of mesa-dri not available (for item virtual/libgl) NOTE: versions of mesa-dri available: 2:8.0.4

[yocto] SATO video player app

2012-09-18 Thread Jim Abernathy
Now that the Denzil branch supports the CDV 1.0.3 hardware accelerated video driver for Cedartrail, I would like to have the Video Player app play the mp4 videos accelerated by the hardware. The player currently does not accelerate the video. To play accelerated video, I need to run gst from t

Re: [yocto] configuring WiFi in Yocto

2012-08-31 Thread Jim Abernathy
On 08/31/2012 03:22 PM, Burton, Ross wrote: Hi Jim, On 31 August 2012 19:05, Jim Abernathy wrote: Not sure I know how to force linux-firmware-* to be installed?? Personally I use DISTRO_EXTRA_RDEPENDS += in my local.conf for local changes like that. Also I replaced the WiFi card with an

Re: [yocto] configuring WiFi in Yocto

2012-08-31 Thread Jim Abernathy
On 08/30/2012 07:41 AM, Burton, Ross wrote: On 29 August 2012 13:52, James Abernathy wrote: rtl8192ce:rtl92c_init_sw_vars():<0-0> Failed to request firmware! You're missing firmware still. Ensure that you've installed every linux-firmware-* package first, and if that doesn't work dig around t

[yocto] configuring WiFi in Yocto

2012-08-24 Thread Jim Abernathy
When I configured WiFi with Yocto on a n450 based netbook, all I had to do was get the right drivers for the hardware included in the Yocto 3.2 kernel, then I could use the GUI Connection Manager to configure the WiFi so the hardware would connect to my WiFi network. However, I'm now trying to

Re: [yocto] adding drivers to the kernel

2012-08-23 Thread Jim Abernathy
On 08/23/2012 08:35 AM, Marc Ferland wrote: Jim Abernathy writes: If I need to add a driver for a networking device that should be in the 3.0 kernel, but seems to be turned off, I usually follow the example in sections B.2.3 in the Development Manual. When I get to the stage of running

[yocto] adding drivers to the kernel

2012-08-23 Thread Jim Abernathy
If I need to add a driver for a networking device that should be in the 3.0 kernel, but seems to be turned off, I usually follow the example in sections B.2.3 in the Development Manual. When I get to the stage of running bitbake linux-yocto -c menuconfig, I can search for my device with the "/"

Re: [yocto] build error pandaboard on master

2012-08-02 Thread Jim Abernathy
On 08/02/2012 01:07 PM, maniacbug wrote: Got around this issue by checking out the denzil branch on meta-ti and poky. then my core-image-sato builds and boots. Right, that is what I was going to suggest. One of us should fix the pulseaudio issue on master and send in a patch. probably goin

Re: [yocto] build error pandaboard on master

2012-08-02 Thread Jim Abernathy
On 08/02/2012 08:47 AM, Jim Abernathy wrote: On 08/01/2012 02:59 PM, maniacbug wrote: Yup, I can verify that denzil builds and runs on Pandaboard with meta-ti 30fb40ebc13614a74c2e237927c60ac43e01d1bc. Haven't tried master, but don't see a need if denzil is going to work. BTW, I did

Re: [yocto] build error pandaboard on master

2012-08-02 Thread Jim Abernathy
On 08/01/2012 02:59 PM, maniacbug wrote: Yup, I can verify that denzil builds and runs on Pandaboard with meta-ti 30fb40ebc13614a74c2e237927c60ac43e01d1bc. Haven't tried master, but don't see a need if denzil is going to work. BTW, I did not find it necessary to use meta-oe. Both core-imag

Re: [yocto] build error pandaboard on master

2012-07-31 Thread Jim Abernathy
On 07/31/2012 08:14 AM, Gary Thomas wrote: On 2012-07-31 06:00, Jim Abernathy wrote: On 07/31/2012 07:53 AM, Gary Thomas wrote: On 2012-07-31 05:49, Martin Jansa wrote: On Tue, Jul 31, 2012 at 07:47:34AM -0400, Jim Abernathy wrote: On 07/31/2012 07:25 AM, Gary Thomas wrote: On 2012-07-30 13

Re: [yocto] build error pandaboard on master

2012-07-31 Thread Jim Abernathy
On 07/31/2012 07:53 AM, Gary Thomas wrote: On 2012-07-31 05:49, Martin Jansa wrote: On Tue, Jul 31, 2012 at 07:47:34AM -0400, Jim Abernathy wrote: On 07/31/2012 07:25 AM, Gary Thomas wrote: On 2012-07-30 13:11, Gary Thomas wrote: On 2012-07-30 12:49, Jim Abernathy wrote: On 07/30/2012 01:16

Re: [yocto] build error pandaboard on master

2012-07-31 Thread Jim Abernathy
On 07/31/2012 07:25 AM, Gary Thomas wrote: On 2012-07-30 13:11, Gary Thomas wrote: On 2012-07-30 12:49, Jim Abernathy wrote: On 07/30/2012 01:16 PM, Gary Thomas wrote: On 2012-07-30 11:09, Jim Abernathy wrote: On 07/30/2012 12:57 PM, Gary Thomas wrote: On 2012-07-30 10:50, Jim Abernathy

[yocto] creating SD card for booting Yocto image on Pandaboard

2012-07-30 Thread Jim Abernathy
I have not seem a procedure documented for creating an SD card with the Yocto image that works in a Pandaboard Rev A2. I have created a core-image-minimal and core-image-sato successfully. I followed the basic procedures on pandaboard wiki to format the SD card. After formating the card, I ca

Re: [yocto] build error pandaboard on master

2012-07-30 Thread Jim Abernathy
On 07/30/2012 01:16 PM, Gary Thomas wrote: On 2012-07-30 11:09, Jim Abernathy wrote: On 07/30/2012 12:57 PM, Gary Thomas wrote: On 2012-07-30 10:50, Jim Abernathy wrote: On 07/30/2012 10:21 AM, Gary Thomas wrote: On 2012-07-30 08:11, Jim Abernathy wrote: On 07/30/2012 09:56 AM, Gary Thomas

Re: [yocto] build error pandaboard on master

2012-07-30 Thread Jim Abernathy
On 07/30/2012 12:57 PM, Gary Thomas wrote: On 2012-07-30 10:50, Jim Abernathy wrote: On 07/30/2012 10:21 AM, Gary Thomas wrote: On 2012-07-30 08:11, Jim Abernathy wrote: On 07/30/2012 09:56 AM, Gary Thomas wrote: On 2012-07-30 07:48, Jim Abernathy wrote: On 07/30/2012 09:15 AM, Gary Thomas

Re: [yocto] build error pandaboard on master

2012-07-30 Thread Jim Abernathy
On 07/30/2012 10:21 AM, Gary Thomas wrote: On 2012-07-30 08:11, Jim Abernathy wrote: On 07/30/2012 09:56 AM, Gary Thomas wrote: On 2012-07-30 07:48, Jim Abernathy wrote: On 07/30/2012 09:15 AM, Gary Thomas wrote: On 2012-07-30 06:53, Jim Abernathy wrote: I'm on master branch trying to

Re: [yocto] build error pandaboard on master

2012-07-30 Thread Jim Abernathy
On 07/30/2012 10:21 AM, Gary Thomas wrote: On 2012-07-30 08:11, Jim Abernathy wrote: On 07/30/2012 09:56 AM, Gary Thomas wrote: On 2012-07-30 07:48, Jim Abernathy wrote: On 07/30/2012 09:15 AM, Gary Thomas wrote: On 2012-07-30 06:53, Jim Abernathy wrote: I'm on master branch trying to

Re: [yocto] build error pandaboard on master

2012-07-30 Thread Jim Abernathy
On 07/30/2012 09:56 AM, Gary Thomas wrote: On 2012-07-30 07:48, Jim Abernathy wrote: On 07/30/2012 09:15 AM, Gary Thomas wrote: On 2012-07-30 06:53, Jim Abernathy wrote: I'm on master branch trying to build core-image-minimal for the machine "pandaboard". Besides the bas

Re: [yocto] build error pandaboard on master

2012-07-30 Thread Jim Abernathy
On 07/30/2012 09:19 AM, Martin Jansa wrote: On Mon, Jul 30, 2012 at 09:06:23AM -0400, Jim Abernathy wrote: On 07/30/2012 09:00 AM, Martin Jansa wrote: On Mon, Jul 30, 2012 at 08:53:50AM -0400, Jim Abernathy wrote: I'm on master branch trying to build core-image-minimal for the ma

Re: [yocto] build error pandaboard on master

2012-07-30 Thread Jim Abernathy
On 07/30/2012 09:15 AM, Gary Thomas wrote: On 2012-07-30 06:53, Jim Abernathy wrote: I'm on master branch trying to build core-image-minimal for the machine "pandaboard". Besides the basics, I put in a license statement for cloud9 into local.conf. My bblayer.con

Re: [yocto] build error pandaboard on master

2012-07-30 Thread Jim Abernathy
On 07/30/2012 09:00 AM, Martin Jansa wrote: On Mon, Jul 30, 2012 at 08:53:50AM -0400, Jim Abernathy wrote: I'm on master branch trying to build core-image-minimal for the machine "pandaboard". Besides the basics, I put in a license statement for cloud9 into local.conf. My bbl

[yocto] build error pandaboard on master

2012-07-30 Thread Jim Abernathy
I'm on master branch trying to build core-image-minimal for the machine "pandaboard". Besides the basics, I put in a license statement for cloud9 into local.conf. My bblayer.conf is as follows: # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf # changes incompatibly LCONF_VE

Re: [yocto] nothing building under denzil-7.0.1

2012-07-23 Thread Jim Abernathy
On 07/21/2012 07:47 PM, Tom Zanussi wrote: On Sat, 2012-07-21 at 09:58 -0400, Jim Abernathy wrote: On 07/21/2012 12:06 AM, Tom Zanussi wrote: On Fri, 2012-07-20 at 16:55 -0500, Tom Zanussi wrote: On Fri, 2012-07-20 at 15:39 -0500, Tom Zanussi wrote: On Fri, 2012-07-20 at 16:35 -0400, Jim

Re: [yocto] nothing building under denzil-7.0.1

2012-07-21 Thread Jim Abernathy
On 07/21/2012 09:58 AM, Jim Abernathy wrote: On 07/21/2012 12:06 AM, Tom Zanussi wrote: On Fri, 2012-07-20 at 16:55 -0500, Tom Zanussi wrote: On Fri, 2012-07-20 at 15:39 -0500, Tom Zanussi wrote: On Fri, 2012-07-20 at 16:35 -0400, Jim Abernathy wrote: On 07/20/2012 04:29 PM, Scott Garman

Re: [yocto] nothing building under denzil-7.0.1

2012-07-21 Thread Jim Abernathy
On 07/21/2012 12:06 AM, Tom Zanussi wrote: On Fri, 2012-07-20 at 16:55 -0500, Tom Zanussi wrote: On Fri, 2012-07-20 at 15:39 -0500, Tom Zanussi wrote: On Fri, 2012-07-20 at 16:35 -0400, Jim Abernathy wrote: On 07/20/2012 04:29 PM, Scott Garman wrote: On 07/20/2012 01:11 PM, Jim Abernathy

Re: [yocto] nothing building under denzil-7.0.1

2012-07-20 Thread Jim Abernathy
On 07/20/2012 07:02 PM, Darren Hart wrote: On 07/20/2012 03:12 PM, Jim Abernathy wrote: git://git.yoctoproject.org/linux-yocto-3.2 could not be run: None ERROR: Function failed: Fetcher failure for URL: 'git://git.yoctoproject.org/linux-yocto-3.2;protocol=git;bareclone=1;branch=standard/de

Re: [yocto] nothing building under denzil-7.0.1

2012-07-20 Thread Jim Abernathy
On 07/20/2012 04:48 PM, Tom Zanussi wrote: On Fri, 2012-07-20 at 16:42 -0400, Jim Abernathy wrote: On 07/20/2012 04:39 PM, Tom Zanussi wrote: On Fri, 2012-07-20 at 16:35 -0400, Jim Abernathy wrote: On 07/20/2012 04:29 PM, Scott Garman wrote: On 07/20/2012 01:11 PM, Jim Abernathy wrote

Re: [yocto] nothing building under denzil-7.0.1

2012-07-20 Thread Jim Abernathy
On 07/20/2012 04:39 PM, Tom Zanussi wrote: On Fri, 2012-07-20 at 16:35 -0400, Jim Abernathy wrote: On 07/20/2012 04:29 PM, Scott Garman wrote: On 07/20/2012 01:11 PM, Jim Abernathy wrote: There must be some basic thing I'm missing. Nothing that I used to build under denzil 7.0 will now

Re: [yocto] nothing building under denzil-7.0.1

2012-07-20 Thread Jim Abernathy
On 07/20/2012 04:29 PM, Scott Garman wrote: On 07/20/2012 01:11 PM, Jim Abernathy wrote: There must be some basic thing I'm missing. Nothing that I used to build under denzil 7.0 will now build under denzil 7.0.1 or tracking the denzil branch. Are all the BSPs required to be updated to

[yocto] nothing building under denzil-7.0.1

2012-07-20 Thread Jim Abernathy
There must be some basic thing I'm missing. Nothing that I used to build under denzil 7.0 will now build under denzil 7.0.1 or tracking the denzil branch. Are all the BSPs required to be updated to 7.0.1 before you can run? I'd thought I'd check before I post a bunch of log files. I just do

[yocto] build failures after recent pull

2012-07-19 Thread Jim Abernathy
Something that got pushed recently has broken the tools. To keep the debug simple, I went back and tried to just build an old stable platform, the n450. Below is the error: NOTE: Unpacking home/jim/yocto-downloads/gnu-config-yocto-2011.tgz to /build/baryon-denzil/tmp/work/x86_64-linux/gnu

[yocto] meta-baryon flexibility

2012-07-17 Thread Jim Abernathy
In an effort to explore how independent a layer could be to the underlying hardware, I took the meta-baryon NAS layer and got it built from master using the n450 BSP. With that working I decided to replace the n450 with sugarbay. While the n450 can support X11 and sato, it was not generated b

Re: [yocto] Is it just me? Can't get 'Atom-PC' to boot.

2012-07-16 Thread Jim Abernathy
On 07/16/2012 04:25 PM, Chris Tapp wrote: I've built the 'atom-pc' kernel as follows: 1) git clone git://git.yoctoproject.org/poky.git 2) git checkout denzil 3) source poky/oe-init-build-env work-area 4) Edit local.conf so that threads/parallel make are both 16 and MACHINE is 'atom-pc' 8) bitba

Re: [yocto] meta-baryon

2012-07-11 Thread Jim Abernathy
On 07/11/2012 12:49 PM, Jim Abernathy wrote: On 07/11/2012 11:47 AM, Paul Eggleton wrote: On Wednesday 11 July 2012 11:39:24 Jim Abernathy wrote: On 07/10/2012 03:47 PM, Jim Abernathy wrote: I took at look at the meta baryon NAS project and thought it was interesting and decided to build it

Re: [yocto] meta-baryon

2012-07-11 Thread Jim Abernathy
On 07/11/2012 11:47 AM, Paul Eggleton wrote: On Wednesday 11 July 2012 11:39:24 Jim Abernathy wrote: On 07/10/2012 03:47 PM, Jim Abernathy wrote: I took at look at the meta baryon NAS project and thought it was interesting and decided to build it on a n410 based miniITX motherboard. I think I

Re: [yocto] meta-baryon

2012-07-11 Thread Jim Abernathy
On 07/10/2012 03:47 PM, Jim Abernathy wrote: I took at look at the meta baryon NAS project and thought it was interesting and decided to build it on a n410 based miniITX motherboard. I think I guessed correctly on how to integrate it in. 1. make the machine = n450 in local.conf 2. make distro

[yocto] switch between denzil and edison

2012-07-11 Thread Jim Abernathy
I just build an Ubuntu 12.04 LTS development system and installed the required packages based on the current 1.2 QS Guide. On Denzil based BSP that works as expected. However, I needed to switch back to edison. When I tried to bitbake an image I received errors that stated a need for bash an

[yocto] meta-baryon

2012-07-10 Thread Jim Abernathy
I took at look at the meta baryon NAS project and thought it was interesting and decided to build it on a n410 based miniITX motherboard. I think I guessed correctly on how to integrate it in. 1. make the machine = n450 in local.conf 2. make distro = baryon in local.conf 3. add meta-baryon and m

Re: [yocto] Deploy to a hard drive

2012-02-11 Thread Jim Abernathy
Need mkdir /mnt/target and mnt/target-ext before step 4 Sent from my Kindle Fire _ From: Sean Liming Sent: Sat Feb 11 16:13:33 EST 2012 To: yocto@yoctoproject.org Subject: [yocto] Deploy to a hard drive Follow the Wiki instructions: 1) have

Re: [yocto] core-image-sato-directdisk

2012-01-20 Thread Jim Abernathy
Jim Abernathy Sent from my iPhone On Jan 20, 2012, at 1:00 PM, autif khan wrote: > On Fri, Jan 20, 2012 at 12:15 PM, Paul Eggleton > wrote: >> On Friday 20 January 2012 11:54:44 autif khan wrote: >>>> Did you file a bug on this? >>> >>> I have not.

Re: [yocto] core-image-sato-directdisk

2012-01-20 Thread Jim Abernathy
e instead of the directdisk section that doesn't work anymore. Did you file a bug on this? Thanks, Jim Abernathy On Thu, Jan 19, 2012 at 7:51 PM, James Abernathy wrote: The README.hardware file in the poky directory talks about creating images on 2 types of disk for the Atom based

Re: [yocto] Fwd: build failure on ubuntu 64bits development system

2012-01-19 Thread Jim Abernathy
On 01/19/2012 12:44 PM, Darren Hart wrote: On 01/19/2012 05:55 AM, Jim Abernathy wrote: On 01/18/2012 04:34 PM, Darren Hart wrote: On 01/18/2012 09:05 AM, Jim Abernathy wrote: FYI for those wanting to use Soft RAID, make sure you create one very small primary partition for GRUB2 to put the

[yocto] using the same download directory multiple times

2012-01-19 Thread Jim Abernathy
After reading the comments in the local.conf file about the download directory (DL_DIR), I experimented with creating it outside of the normal directory used by "source oe-init-build-env dir>" command. After completing a build successfully, I examined the download directory and I'm trying to fi

Re: [yocto] Fwd: build failure on ubuntu 64bits development system

2012-01-19 Thread Jim Abernathy
On 01/18/2012 04:34 PM, Darren Hart wrote: On 01/18/2012 09:05 AM, Jim Abernathy wrote: FYI for those wanting to use Soft RAID, make sure you create one very small primary partition for GRUB2 to put the second part of the boot-loader in. Can't use the old process. I strongly recommend

Re: [yocto] Fwd: build failure on ubuntu 64bits development system

2012-01-18 Thread Jim Abernathy
On 01/18/2012 11:32 AM, Saul Wold wrote: On 01/18/2012 08:17 AM, Jim Abernathy wrote: On 01/18/2012 11:06 AM, William Mills wrote: On 01/18/2012 10:25 AM, James Abernathy wrote: On Wed, Jan 18, 2012 at 10:15 AM, William Mills mailto:wmi...@ti.com>> wrote: On 01/18/2012 10:04 AM,

Re: [yocto] Fwd: build failure on ubuntu 64bits development system

2012-01-18 Thread Jim Abernathy
On 01/18/2012 11:06 AM, William Mills wrote: On 01/18/2012 10:25 AM, James Abernathy wrote: On Wed, Jan 18, 2012 at 10:15 AM, William Mills mailto:wmi...@ti.com>> wrote: On 01/18/2012 10:04 AM, James Abernathy wrote: -- Forwarded message -- From: *Wi

[yocto] Serial consoles

2012-01-16 Thread Jim Abernathy
I'm using a Marshalltown Cedarview board and it's serial ports are standard PC com1 and com2 so I put the following in my conf/machine/mycdv.conf file, where mycdv is the name of my machine/bsp, i.e. meta-mycdv. SERIAL_CONSOLE = "115200 ttyS0" SYSLINUX_OPTS = "serial 0 115200" APPEND = "consol

[yocto] question on poky and git interaction

2012-01-13 Thread Jim Abernathy
under the poky directory you git checkout of the branch you want to work with, then you clone meta-intel and within that directory you checkout a branch. if you needed to use git for you personal project, you can't put it at the same meta-intel level, right? Only one per directory??? I would g

Re: [yocto] where to put IMAGE_INSTALL??

2012-01-12 Thread Jim Abernathy
On 01/12/2012 08:06 AM, Gary Thomas wrote: On 2012-01-12 05:53, Jim Abernathy wrote: There seems to be some sensitivity to where I put the statement IMAGE_INSTALL += "web-webkit". At first I just modifed the meta/receipes-sato/image/core-image-sato.bb file to include it. That

Re: [yocto] where to put IMAGE_INSTALL??

2012-01-12 Thread Jim Abernathy
On 01/12/2012 08:06 AM, Gary Thomas wrote: On 2012-01-12 05:53, Jim Abernathy wrote: There seems to be some sensitivity to where I put the statement IMAGE_INSTALL += "web-webkit". At first I just modifed the meta/receipes-sato/image/core-image-sato.bb file to include it. That

[yocto] where to put IMAGE_INSTALL??

2012-01-12 Thread Jim Abernathy
There seems to be some sensitivity to where I put the statement IMAGE_INSTALL += "web-webkit". At first I just modifed the meta/receipes-sato/image/core-image-sato.bb file to include it. That caused the webkit to be built. Since that is not an ideal location, I removed it and put it into the

[yocto] hob usage

2012-01-10 Thread Jim Abernathy
I have a question about hob usage. I understand the basics of hob and how it adds packages. I also understand how it will parse through my local.conf and include any extra packages that I may have included by using IMAGE_INSTALL += . I've found that if I start with a clean BSP and use hob to

Re: [yocto] yocto on Acer Aspire One NAV50

2012-01-10 Thread Jim Abernathy
On 01/10/2012 10:50 AM, Bruce Ashfield wrote: On 12-01-10 10:47 AM, James Abernathy wrote: I created a core-image-sato using the meta-n450 BSP hoping I could work with it on the Acer Aspire One 532h-2588. However, that netbook uses the Atheros AR5B95 wireless NIC and the Atheros AR8132 wired NIC

Re: [yocto] understanding what's in an image

2012-01-10 Thread Jim Abernathy
On 01/10/2012 09:57 AM, Gary Thomas wrote: On 2012-01-10 07:48, Jim Abernathy wrote: On 01/09/2012 09:07 PM, Christopher Larson wrote: Read layer.conf in each layer. See the BBFILES variable. -- Christopher Larson On Monday, January 9, 2012 at 5:51 PM, James Abernathy wrote: I'm tryi

Re: [yocto] understanding what's in an image

2012-01-10 Thread Jim Abernathy
On 01/09/2012 09:07 PM, Christopher Larson wrote: Read layer.conf in each layer. See the BBFILES variable. -- Christopher Larson On Monday, January 9, 2012 at 5:51 PM, James Abernathy wrote: I'm trying to understand how bitbake parses the poky directory tree a little better. The best I can f

[yocto] builds failing

2012-01-09 Thread Jim Abernathy
Starting Friday, I noticed builds(n450) failing due to files not being found. This morning it's still failing on 4 kernel.org modules: i.e. http://kernel.org/pub/linux/utils/kernel/module-init-tools/module-init-tools-3.16.tar.bz2 ___ yocto mailing list

[yocto] building Yocto on Fedora 14 vs. Ubuntu 11.10

2012-01-05 Thread Jim Abernathy
I'm finding differences between the number of task for building meta-cedartrail on ubuntu 11.10 vs. doing the same thing on Fedora 14 and wondered if this is a problem. On a clean build of core-image-sato, the first section has 63 tasks on Ubuntu 11.10, but 126 tasks on Fedora 14. 126 is the

Re: [yocto] build error on meta-cedarview

2012-01-04 Thread Jim Abernathy
On 01/03/2012 11:59 PM, Khem Raj wrote: On (03/01/12 12:26), Jim Abernathy wrote: On 12/29/2011 11:37 AM, Saul Wold wrote: On 12/28/2011 09:26 PM, Andrew Schweitzer wrote: Jim Abernathy writes: While running a build of the core-image-sato using the edison latest commits and the

Re: [yocto] build error on meta-cedarview

2012-01-03 Thread Jim Abernathy
On 12/29/2011 11:37 AM, Saul Wold wrote: On 12/28/2011 09:26 PM, Andrew Schweitzer wrote: Jim Abernathy writes: While running a build of the core-image-sato using the edison latest commits and the meta-cedartrail bsp, I notices some errors fly by and thought I'd s

[yocto] meta-ti?????

2011-12-22 Thread Jim Abernathy
I know the examples in the documentation of Yocto use meta-intel a lot to get the board specific BSPs like meta-crownbay or meta-n450. Is there a meta-ti or similar that gets you the meta-beagleboard and meta-pandaboard? If not how do you clone and checkout the pandaboard BPS? Jim A

[yocto] build error on meta-cedarview

2011-12-21 Thread Jim Abernathy
While running a build of the core-image-sato using the edison latest commits and the meta-cedartrail bsp, I notices some errors fly by and thought I'd see if anyone knows the reason. The build is just to test the bsp with no changes. Basically, doing the Appendix A of the Development manual s

Re: [yocto] Where is the emgd.ko module?

2011-12-13 Thread Jim Abernathy
ory in meta-intel/common: $ cp -a usr/lib meta-intel/common/recipes-graphics/xorg-xserver/emgd-driver-bin-1.8 You also need to copy the IEMGD License.txt file to the same directory: $ cp IEMGD_HEAD_Linux/License/License.txt meta-intel/common/recipes/xorg-xserver/emgd-driver-bin-1.8 At thi

Re: [yocto] Where is the emgd.ko module?

2011-12-13 Thread Jim Abernathy
On Tue, 2011-12-13 at 11:13 -0500, autif khan wrote: > I built the "crownbay" (not crownbay-noemgd) image as outlined in the > E660 development kit (link > http://www.yoctoproject.org/download/bsp/intel-atom-processor-e660-intel-platform-controller-hub-eg20t-development-kit-1) > > I used poky-edis

Re: [yocto] ADT installer

2011-11-23 Thread Jim Abernathy
gt; > > > Let me try and replicate this from the manual. I will get back momentarily. > > > > Scott > > > > -Original Message----- > > From: yocto-boun...@yoctoproject.org > > [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Jim Abernathy >

Re: [yocto] ADT installer

2011-11-23 Thread Jim Abernathy
omentarily. > > > > Scott > > > > -Original Message----- > > From: yocto-boun...@yoctoproject.org > > [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Jim Abernathy > > Sent: Wednesday, November 23, 2011 8:45 AM > > To: yocto@yoctoproject.org > >

[yocto] ADT installer

2011-11-23 Thread Jim Abernathy
I was following the ADT manual online, section 2.1.1.1, and everything seemed to complete as expected, but adt_installer.tar.bz2 was not created in the /build/tmp/deploy/sdk direction as documented. In fact, there is no sdk directory in deploy. Is this a documentation issue or is this not wor

Re: [yocto] Build error while following Appendix A. Yocto Project Development manual

2011-11-02 Thread Jim Abernathy
I'm noticing fetcher failures while my bitbake is working. They are listed as warning. Do I ignore these?? WARNING: Fetcher failure for URL: 'None'. Fetch command export HOME="/home/jim"; export SSH_AGENT_PID="1500"; export SSH_AUTH_SOCK="/tmp/keyring-Zcbzax/ssh"; export GIT_CONFIG="/home/jim/bsp-

Re: [yocto] Build error while following Appendix A. Yocto Project Development manual

2011-11-02 Thread Jim Abernathy
On Wed, 2011-11-02 at 14:36 -0500, Tom Zanussi wrote: > And what kind of machine are you booting it on? > > Tom I'm building on Core i5 desktop with Ubuntu 10.10. One of the odd things I've noticed during the build is it takes the usual long time (couple of hours) to build. However when it get

Re: [yocto] Build error while following Appendix A. Yocto Project Development manual

2011-11-02 Thread Jim Abernathy
Well, I finally got a "successful" build without erros of the Appendix A example for Crownbay, but the image created was only 216MB in size and kernel panic'ed because it couldn't find a valid root file system. I'm going to try again from scratch and see if I missed anything. If that fails, I'll

  1   2   >