Re: [yocto] [linux-yocto] [PATCH 0/1] [meta-realtime] Add rt-app, schedtool, define core-image-realtime, and append recipies-kernel

2013-03-18 Thread Bruce Ashfield
On 13-03-17 03:36 AM, Insop Song wrote: On Sat, Mar 16, 2013 at 9:04 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: This looks good to me now, I still think we'll have some confusion between the core rt images and core-image-realtime that we are introducing here. I may rename it core

Re: [yocto] [linux-yocto] [meta-realtime][PATCH 1/1] create a script directory and add a script to run test program and collect data

2013-03-19 Thread Bruce Ashfield
On 13-03-19 07:14 AM, Insop Song wrote: - run_rt-app.py runs rt-app on the target machine and collects the output log to host - how to run: $ fab -f run_rt-app.py run_app Note: requires fabric (python program) on the host Signed-off-by: Insop Song insop.s...@gmail.com --- docs/00-INDEX

Re: [yocto] Prevent zImage to be copied to /boot/ in image

2013-04-03 Thread Bruce Ashfield
On 13-04-03 10:56 AM, Christophe Aeschlimann wrote: Hi, I'm using the danny branch and I would like to know if there is a way to not have the zImage included in the generated image under the /boot/ folder. I'm trying to save on space in the generated image and I couldn't find anywhere to

Re: [yocto] [PATCH] [poky-extras] linux-yocto*3.8: Add bbappend for linux-yocto 3.8 recipes

2013-04-03 Thread Bruce Ashfield
On 13-04-03 6:16 PM, Darren Hart wrote: Enable meta-kernel-dev support for the 3.8 kernels. Acked-by: Bruce Ashfield bruce.ashfi...@windriver.com I have something similar local to my machine that I hadn't gotten around to pushing out. Cheers, Bruce Signed-off-by: Darren Hartdvh

Re: [yocto] Prevent zImage to be copied to /boot/ in image

2013-04-04 Thread Bruce Ashfield
On 13-04-04 10:55 AM, Christophe Aeschlimann wrote: On 13-04-03 10:56 AM, Christophe Aeschlimann wrote: Have you tried clearing this variable: (from kernel.bbclass) # Allow machines to override this dependency if kernel image files are # not wanted in images as standard RDEPENDS_kernel-base

Re: [linux-yocto] [PATCH][3.8][meta] atom-pc: Update atom-pc-preempt-rt.scc to reuse config from common-pc

2013-04-04 Thread Bruce Ashfield
On 13-04-04 11:34 AM, Darren Hart wrote: The atom-pc preempt-rt BSP was omitting the config from common-pc, resulting in very few drivers being built, including USB_STORAGE, preventing preliminary boot testing. Remove the standard features as those are covered by the common-pc scc files.

Re: [yocto] working my way through the kernel hands-on labs finally

2013-04-08 Thread Bruce Ashfield
On 13-04-08 11:41 AM, Robert P. J. Day wrote: finally have the time to work my way through the ELC 2013 hands on kernel labs described here: https://www.yoctoproject.org/tools-resources/presentations/working-kernel since i'll almost certainly use some of them in my next yocto course, so

Re: [yocto] working my way through the kernel hands-on labs finally

2013-04-08 Thread Bruce Ashfield
On 13-04-08 12:02 PM, Robert P. J. Day wrote: On Mon, 8 Apr 2013, Bruce Ashfield wrote: On 13-04-08 11:41 AM, Robert P. J. Day wrote: finally have the time to work my way through the ELC 2013 hands on kernel labs described here: https://www.yoctoproject.org/tools-resources/presentations

Re: [yocto] what's the situation with MIPS support/BSPs/dev kits in yocto?

2013-04-08 Thread Bruce Ashfield
On 13-04-08 5:59 PM, Robert P. J. Day wrote: other than the canonical routerstation pro in the meta-yocto-bsp layer, is there any serious work being put into MIPS machines? a quick google didn't seem to find anything, and the rs pro itself was end-of-lifed a while back (as i recall), so is

Re: [yocto] what's the situation with MIPS support/BSPs/dev kits in yocto?

2013-04-09 Thread Bruce Ashfield
On 13-04-09 10:15 AM, Robert P. J. Day wrote: On Mon, 8 Apr 2013, Bruce Ashfield wrote: On 13-04-08 5:59 PM, Robert P. J. Day wrote: other than the canonical routerstation pro in the meta-yocto-bsp layer, is there any serious work being put into MIPS machines? a quick google didn't seem

Re: [yocto] Problem with mouse and keyboard detection in yocto (core-image-sato on emenlow)

2013-04-10 Thread Bruce Ashfield
On 13-04-10 02:34 AM, Andreas Enbacka wrote: Ross, Tried to dig around a little more in the core-image-sato image; dmesg output does not list anything at all related to evdev. The evdev_drv.so module is present in the image, but e.g., lsmod | grep evdev does not produce any output (modprobe

Re: [yocto] 1.4_M6.rc1 started

2013-04-10 Thread Bruce Ashfield
On 13-04-10 10:34 PM, Trevor Woerner wrote: On Wed, Apr 10, 2013 at 6:48 PM, Flanagan, Elizabeth elizabeth.flana...@intel.com wrote: Our first release candidate for dylan has been started. Repo Branch Hash pokydylan

Re: [yocto] 1.4_M6.rc1 started

2013-04-10 Thread Bruce Ashfield
On 13-04-10 11:21 PM, Trevor Woerner wrote: On Wed, Apr 10, 2013 at 10:41 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: Fixed. A few hours ago. [...] Known problem. And I've got a fix already tested and on it's way to Richard. Wow, one certainly does get service around here

Re: [yocto] Config fragment not being picked up

2013-04-15 Thread Bruce Ashfield
On 13-04-15 10:53 AM, Saridakis, Dean (US SSA) wrote: Think I've followed the example in the manual correctly. My append file is pretty simple: FILESEXTRAPATHS_prepend := ${THISDIR}/${PN} It looks like you forgot the colon at the end of the path. Try this: FILESEXTRAPATHS_prepend :=

Re: [yocto] Config fragment not being picked up

2013-04-15 Thread Bruce Ashfield
On 13-04-15 01:36 PM, Saridakis, Dean (US SSA) wrote: Think I've followed the example in the manual correctly. My append file is pretty simple: FILESEXTRAPATHS_prepend := ${THISDIR}/${PN} It looks like you forgot the colon at the end of the path. Try this: FILESEXTRAPATHS_prepend :=

Re: [linux-yocto] [PATCH 0/1] linux-yocto-3.8 bugfix for 1.4

2013-04-16 Thread Bruce Ashfield
On 13-04-16 03:31 PM, Tom Zanussi wrote: On Tue, 2013-04-16 at 14:48 -0400, Bruce Ashfield wrote: On 13-04-16 12:31 PM, Tom Zanussi wrote: This is a fix for Yocto Bug 4099 - Crosstap script check fails. Please pull into linux-yocto-3.8 standard/base. Thanks Tom, I've staged it here. Nice

Re: [yocto] looking to yoctify mips-based ubiquiti edgerouter lite

2013-04-21 Thread Bruce Ashfield
On Sun, Apr 21, 2013 at 3:53 PM, Robert P. J. Day rpj...@crashcourse.ca wrote: bruce ashfield will know what i'm talking about as i've been torturing him over the last few days with this cool, new 64-bit, dual core MIPS router that looks like a perfectly respectable replacement

Re: [yocto] kernel-dev manual: SCC Description File Reference seems incomplete

2013-04-23 Thread Bruce Ashfield
On 13-04-23 09:59 AM, Robert P. J. Day wrote: currently psyching up to work my way through the kernel dev manual, and i noticed this: http://www.yoctoproject.org/docs/latest/kernel-dev/kernel-dev.html#scc-reference that reference list seems incomplete. at a *brief* glance: * no mention of

Re: [yocto] how the ^$%^%@%^#$ does file://defconfig work?

2013-04-24 Thread Bruce Ashfield
On 13-04-24 08:38 AM, Robert P. J. Day wrote: On Wed, 24 Apr 2013, Bruce Ashfield wrote: On 13-04-24 07:50 AM, Robert P. J. Day wrote: been fighting with this for a couple of hours, so i'll start with the short version -- here's the current explanation for Changing the Configuration

Re: [yocto] FW: FW: how the ^$%^%@%^#$ does file://defconfig work?

2013-05-13 Thread Bruce Ashfield
On 13-05-13 06:39 AM, Rifenbark, Scott M wrote: Touche Robert :) You made my day. And mine! Bruce Scott -Original Message- From: Robert P. J. Day [mailto:rpj...@crashcourse.ca] Sent: Monday, May 13, 2013 2:01 AM To: Rifenbark, Scott M Cc: yocto@yoctoproject.org; Ashfield, Bruce

Re: [yocto] Problem to compile kernel (enable nfsd)

2013-05-29 Thread Bruce Ashfield
On 13-05-29 02:15 PM, Caio wrote: Hello, I'm following the ELC2013 hands-on (https://www.yoctoproject.org/sites/yoctoproject.org/files/elc2013-kernel-lab.pdf) but with poky 9.0. Git Branch (b15bdd842092f2335784c20b8e1b3a0ddcf7996b) In the lab3 I'm trying to compile a kernel from master git

Re: [yocto] Problem to compile kernel (enable nfsd)

2013-05-29 Thread Bruce Ashfield
at 14:19 -0400, Bruce Ashfield wrote: On 13-05-29 02:15 PM, Caio wrote: Hello, I'm following the ELC2013 hands-on (https://www.yoctoproject.org/sites/yoctoproject.org/files/elc2013-kernel-lab.pdf) but with poky 9.0. Git Branch (b15bdd842092f2335784c20b8e1b3a0ddcf7996b) In the lab3 I'm trying

Re: [yocto] Problem to compile kernel (enable nfsd)

2013-05-29 Thread Bruce Ashfield
. Bruce 2013/5/29 Bruce Ashfield bruce.ashfi...@windriver.com: On 13-05-29 02:53 PM, Caio wrote: bitbake core-image-minimal This won't give me what I'm looking for, bitbake the kernel directly: bitbake -e -c kernel_configme linux-yocto-custom | grep KERNEL_FEATURES Cheers, Bruce Loading

Re: [yocto] Problem to compile kernel (enable nfsd)

2013-05-29 Thread Bruce Ashfield
# Provide the nfs server kernel module for all qemu images -KERNEL_FEATURES_append = features/nfsd/nfsd-enable.scc +KERNEL_FEATURES-pn_linux-yocto_append = features/nfsd/nfsd-enable.scc Cheers, Bruce 2013/5/29 Bruce Ashfield bruce.ashfi...@windriver.com: On 13-05-29 02:53 PM, Caio wrote

Re: [yocto] Problem to compile kernel (enable nfsd)

2013-05-30 Thread Bruce Ashfield
On Thu, May 30, 2013 at 5:03 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Wednesday 29 May 2013 23:33:04 Bruce Ashfield wrote: On 13-05-29 3:05 PM, Caio wrote: bitbake -e -c kernel_configme linux-yocto-custom | grep KERNEL_FEATURES # $KERNEL_FEATURES [2 operations

Re: [yocto] Problem building the linux kernel outside source directory for mips

2013-06-02 Thread Bruce Ashfield
On 13-06-02 09:26 AM, Michael Stickel wrote: Hi, I am new to yocto, so I don't know if this is the right list. This will work, we also have the linux-yo...@yoctoproject.org kernel mailing list. I tried to build a kernel for the MTX-1 platform that uses an AU1500 which is a MIPS32 based

Re: [yocto] Problem building the linux kernel outside source directory for mips

2013-06-03 Thread Bruce Ashfield
On 13-06-03 02:54 PM, Michael Stickel wrote: On 02/06/13 22:23, Bruce Ashfield wrote: Can you define trashed ? My defconfig is for mips and the .config file was for x86. Hmmm. That should definitely not happen, unless the wrong BSP description is being picked up and built

Re: [yocto] Custom kernel in Yocto/dylan branch.

2013-06-11 Thread Bruce Ashfield
On 13-06-11 10:18 AM, Javi Roman wrote: Hi! I few years ago I used to work with OpenEmbedded (the classical branch). The addition of new kernel recipes was easy for me, nevertheless I'm unable to do similar things with the current Yocto-dylan branch. The current Yocto-dylan is based on Linux

Re: [yocto] Custom kernel in Yocto/dylan branch.

2013-06-11 Thread Bruce Ashfield
explicitly there. I'll switch and do some of my own test builds. Cheers, Bruce Javi Roman On Tue, Jun 11, 2013 at 4:23 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 13-06-11 10:18 AM, Javi Roman wrote: Hi! I few years ago I used to work with OpenEmbedded (the classical

Re: [yocto] Custom kernel in Yocto/dylan branch.

2013-06-12 Thread Bruce Ashfield
On 13-06-12 08:37 AM, Javi Roman wrote: Hi! Thank you for your help. Finally I've had to change the meta/classes/kernel.bbclass in order to fix the copy of defconfig to .config: - if [ -f ${WORKDIR}/defconfig ] [ ! -f ${B}/.config ]; then + if [ -f ${WORKDIR}/defconfig ]; then

Re: [yocto] Problems fetching branch for linux-yocto-custom

2013-06-12 Thread Bruce Ashfield
On Wed, Jun 12, 2013 at 3:10 PM, Bryan Evenson beven...@melinkcorp.com wrote: All, I have a custom linux recipe that I would like to fetch the head of a specific branch on a Git repository. During the build it always fetches the master branch, not the branch I am specifying. I've tried

Re: [yocto] Problems fetching branch for linux-yocto-custom

2013-06-12 Thread Bruce Ashfield
On 13-06-12 03:37 PM, Bryan Evenson wrote: -Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@gmail.com] Sent: Wednesday, June 12, 2013 3:15 PM To: Bryan Evenson Cc: yocto@yoctoproject.org Subject: Re: [yocto] Problems fetching branch for linux-yocto-custom On Wed, Jun 12

Re: [yocto] Problems fetching branch for linux-yocto-custom

2013-06-12 Thread Bruce Ashfield
On 13-06-12 03:47 PM, Bryan Evenson wrote: -Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Wednesday, June 12, 2013 3:44 PM To: Bryan Evenson Cc: Bruce Ashfield; yocto@yoctoproject.org Subject: Re: [yocto] Problems fetching branch for linux-yocto

Re: [linux-yocto] [3.8] I2C Fragments and MinnowBoard Support

2013-06-12 Thread Bruce Ashfield
On 13-06-12 03:02 PM, Darren Hart wrote: Add I2C fragments for ease of use in BSP descriptions and recipe-space KERNEL_FEATURES. Add I2C_CHARDEV support to the MinnowBoard description. Ack'd. These are fine. I'm on my way out for the evening, but will have these merged later tonight. Bruce

Re: [yocto] Problems fetching branch for linux-yocto-custom

2013-06-12 Thread Bruce Ashfield
On 13-06-12 4:41 PM, Trevor Woerner wrote: On Wed, Jun 12, 2013 at 3:37 PM, Bryan Evenson beven...@melinkcorp.com wrote: # Added KBRANCH spec KBRANCH = linux-3.9-at91 # Override SRC_URI in a bbappend file to point at a different source # tree if you do not want to build from Linus' tree.

Re: [yocto] Problems fetching branch for linux-yocto-custom

2013-06-12 Thread Bruce Ashfield
On 13-06-12 4:54 PM, Bryan Evenson wrote: -Original Message- From: Trevor Woerner [mailto:twoer...@gmail.com] Sent: Wednesday, June 12, 2013 4:42 PM To: Bryan Evenson Cc: Bruce Ashfield; yocto@yoctoproject.org Subject: Re: [yocto] Problems fetching branch for linux-yocto-custom

Re: [yocto] Fix for kernel 3.8/gcc-4.8 segfault on qemuarm

2013-06-17 Thread Bruce Ashfield
On 13-06-17 11:30 PM, Khem Raj wrote: Hi Bruce and All Finally after a long innings I have diagnosed the mystery behind the below segfault that we see on kernel 3.8 which compiled with gcc 4.8 but don't show when compiled with gcc 4.7 Unable to handle kernel paging request at virtual

Re: [yocto] Fix for kernel 3.8/gcc-4.8 segfault on qemuarm

2013-06-17 Thread Bruce Ashfield
On 13-06-17 11:30 PM, Khem Raj wrote: Hi Bruce and All Finally after a long innings I have diagnosed the mystery behind the below segfault that we see on kernel 3.8 which compiled with gcc 4.8 but don't show when compiled with gcc 4.7 There also seems to be a follow up patch: commit

Re: [yocto] Fix for kernel 3.8/gcc-4.8 segfault on qemuarm

2013-06-17 Thread Bruce Ashfield
On 13-06-18 12:41 AM, Khem Raj wrote: On Jun 17, 2013, at 9:37 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 13-06-17 11:30 PM, Khem Raj wrote: Hi Bruce and All Finally after a long innings I have diagnosed the mystery behind the below segfault that we see on kernel 3.8 which

Re: [yocto] [OE-core] Fix for kernel 3.8/gcc-4.8 segfault on qemuarm

2013-06-18 Thread Bruce Ashfield
On Tue, Jun 18, 2013 at 1:25 AM, Khem Raj raj.k...@gmail.com wrote: On Jun 17, 2013, at 9:58 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 13-06-18 12:41 AM, Khem Raj wrote: On Jun 17, 2013, at 9:37 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 13-06-17 11:30 PM

Re: [yocto] Documenting YP Development Environment in more detail

2013-06-20 Thread Bruce Ashfield
On 13-06-20 04:40 AM, Rifenbark, Scott M wrote: Hi, Recently, Paul, Ross, Richard and I had a video conference meeting where we had some initial discussion on how to satisfy YOCTO #2808 (https://bugzilla.yoctoproject.org/show_bug.cgi?id=2808), which calls for an illustration showing source

Re: [yocto] Documenting YP Development Environment in more detail

2013-06-20 Thread Bruce Ashfield
On 13-06-20 10:25 AM, Richard Purdie wrote: On Thu, 2013-06-20 at 09:49 -0400, Bruce Ashfield wrote: On 13-06-20 04:40 AM, Rifenbark, Scott M wrote: Hi, Recently, Paul, Ross, Richard and I had a video conference meeting where we had some initial discussion on how to satisfy YOCTO #2808

Re: [yocto] linux-yocto-rt and cgroups

2013-06-23 Thread Bruce Ashfield
On 13-06-23 3:48 PM, Paul D. DeRocco wrote: I built core-image-base with Tom Zanussi's Cedartrail BSP for Dylan, which worked fine. (Thanks, Tom.) Then, I switched over to linux-yocto-rt, and it still worked fine. Then, I tried to switch to systemd, and it complains bitterly on startup that

Re: [yocto] How NOT to include kernel image to the rootfs?

2013-06-23 Thread Bruce Ashfield
On 13-06-23 7:08 PM, Insop Song wrote: Hi, - Question How NOT to include kernel image to the rootfs? - Background In our application, we use u-boot to load kernel and rootfs from nand flash separately. I don't want to include kernel image inside /boot as I don't need it over there. I could

Re: [yocto] linux-yocto-rt and cgroups

2013-06-24 Thread Bruce Ashfield
On 13-06-24 03:09 AM, Paul D. DeRocco wrote: From: Bruce Ashfield There's no technical reason at all. In fact, pre 3.8 the -rt kernel used to inherit more of the standard kernel's configuration and hence enabled cgroups. In 3.8, we defined a new policy for the -rt kernel, that used parts

Re: [yocto] linux-libc-header version mismatch?

2013-06-24 Thread Bruce Ashfield
On 13-06-24 11:59 AM, Hans Beckérus wrote: Hi. We are using a 3.6 based kernel in our builds using a custom kernel recipe. However, I can see that the linux-libc-headers built but based on a 3.8 kernel? Is this really how it should be? Are we supposed to also make a custom recipe for the

Re: [yocto] Layer input

2013-06-25 Thread Bruce Ashfield
On 13-06-25 08:35 AM, Rifenbark, Scott M wrote: Hi, This next illustration attempting to dive deeper in the YP Development Process takes the remaining left-side input from that figure in the Quick Start (metadata, Machine, and Policy). Note that when the original figure was created that

Re: [yocto] variable override question

2013-06-25 Thread Bruce Ashfield
On 13-06-25 03:59 PM, Marc Ferland wrote: Hi, I have a linux-yocto_3.4.bbappend file in which I try to override the KERNEL_FEATURES variable. I want it to be empty (I don't want the netfilter stuff that's there by default). So I've tried (in my bbappend): KERNEL_FEATURES = but somehow the

Re: [yocto] Kernel patch is unpacked but not applied

2013-06-26 Thread Bruce Ashfield
On 13-06-26 11:08 PM, Bryan Evenson wrote: I am building a custom Linux kernel under poky-dylan and I am having an issue with patches being unpacked but not applied. I have two layers that have a bbappend file for the kernel. Generally, this is what each bbappend file looks like: #First

Re: [yocto] Kernel patch is unpacked but not applied

2013-06-26 Thread Bruce Ashfield
On 13-06-26 11:42 PM, Bruce Ashfield wrote: On 13-06-26 11:08 PM, Bryan Evenson wrote: I am building a custom Linux kernel under poky-dylan and I am having an issue with patches being unpacked but not applied. I have two layers that have a bbappend file for the kernel. Generally, this is what

Re: [yocto] TARGET_FPU for mpc8315e-rdb listed as SPE??

2010-11-10 Thread Bruce Ashfield
On 10-11-10 10:03 AM, Kumar Gala wrote: On Nov 10, 2010, at 8:23 AM, Bruce Ashfield wrote: On 10-11-10 09:11 AM, Kumar Gala wrote: On Nov 10, 2010, at 7:58 AM, Bruce Ashfield wrote: On 10-11-10 08:38 AM, Bruce Ashfield wrote: On 10-11-10 01:46 AM, Kumar Gala wrote: Why does the meta

[yocto] [PATCH 3/3] linux-yocto: update SRCREVs for linux-yocto rename

2010-11-15 Thread Bruce Ashfield
Now that linux-wrs has been renamed linux-yocto, we need to update the SRCREVs to have the new name. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- .../conf/distro/include/poky-default-revisions.inc | 24 ++-- 1 files changed, 12 insertions(+), 12 deletions

Re: [yocto] [poky] [PATCH 0/3] kernel: rename supported kernel to linux-yocto

2010-11-15 Thread Bruce Ashfield
On Mon, Nov 15, 2010 at 4:09 PM, Darren Hart dvh...@linux.intel.com wrote: On 11/15/2010 08:56 AM, Bruce Ashfield wrote: This is the first of several staged changes to update the kernel support for the 1.0 release. This series is step 1:  - rename the supported kernel to 'linux-yocto

Re: [yocto] [poky] [PATCH 0/3] kernel: rename supported kernel to linux-yocto

2010-11-15 Thread Bruce Ashfield
On Mon, Nov 15, 2010 at 4:09 PM, Darren Hart dvh...@linux.intel.com wrote: On 11/15/2010 08:56 AM, Bruce Ashfield wrote: This is the first of several staged changes to update the kernel support for the 1.0 release. This series is step 1:  - rename the supported kernel to 'linux-yocto

Re: [yocto] [beagleboard] Yocto

2010-12-03 Thread Bruce Ashfield
On 10-12-03 02:11 PM, Xianghua Xiao wrote: On Fri, Dec 3, 2010 at 12:46 PM, Petr Štetiaryn...@true.cz wrote: Michael J. Hammelmjham...@graphics-muse.org [2010-12-03 11:01:27]: Hi, I've heard of Yocto only in passing. I'm assuming it's another bitbake-based metabuild system? Is there some

[yocto] [PATCH 0/3] linux-yocto: refactor recipes and update the kernel

2010-12-08 Thread Bruce Ashfield
Ashfield bruce.ashfi...@windriver.com --- Bruce Ashfield (3): yocto-kernel: factor common routes, update to 2.6.37 and branch renaming linux-libc-headers-yocto: use common linux-yocto routines qemu: update arm timer handling meta-emenlow/conf/machine/emenlow.conf |3

[yocto] [PATCH 2/3] linux-libc-headers-yocto: use common linux-yocto routines

2010-12-08 Thread Bruce Ashfield
Modify linux-libc-headers-yocto to use the common linux-yocto routines, so headers exported to userspace will track the branches in the yocto kernel git repository. This commit also switches supported boards to prefer the yocto libc headers. Signed-off-by: Bruce Ashfield bruce.ashfi

[yocto] [PATCH 1/3] yocto-kernel: factor common routes, update to 2.6.37 and branch renaming

2010-12-08 Thread Bruce Ashfield
for the new kernel they will move from -stable to the development kernel. As of now, only the emulated targets have moved to 2.6.37-rcX Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta-emenlow/conf/machine/emenlow.conf |3 +- meta/classes/kernel-yocto.bbclass

Re: [yocto] [PATCH 0/3] linux-yocto: refactor recipes and update the kernel

2010-12-08 Thread Bruce Ashfield
On 10-12-08 09:35 AM, Bruce Ashfield wrote: Richard, FYI: Darren pointed out that these should go to poky@ as well, so any follow ups will go to both lists. Sorry about the initial miss! Cheers, Bruce Consider these patches for merging. I've been building and working with these for 2

Re: [yocto] [PATCH 1/3] yocto-kernel: factor common routes, update to 2.6.37 and branch renaming

2010-12-08 Thread Bruce Ashfield
On 10-12-08 09:35 AM, Bruce Ashfield wrote: In order to extend and create more kernel recipes based on the supported yocto kernel common routines need to be placed in re-usable blocks. There may be a minor problem with this, stay tuned. I just had a strange failure when I built the 2.6.37

Re: [yocto] [PATCH 1/3] yocto-kernel: factor common routes, update to 2.6.37 and branch renaming

2010-12-08 Thread Bruce Ashfield
On 10-12-08 03:20 PM, Bruce Ashfield wrote: On 10-12-08 09:35 AM, Bruce Ashfield wrote: In order to extend and create more kernel recipes based on the supported yocto kernel common routines need to be placed in re-usable blocks. There may be a minor problem with this, stay tuned. I just had

[yocto] [PATCH 0/3] linux-yocto: refactor recipes and update the kernel

2010-12-10 Thread Bruce Ashfield
/poky-contrib/log/?h=zedd/kernel Thanks, Bruce Ashfield bruce.ashfi...@windriver.com --- Bruce Ashfield (3): yocto-kernel: factor common routes, update to 2.6.37 and branch renaming linux-libc-headers-yocto: use common linux-yocto routines qemu: update arm timer handling meta

[yocto] [PATCH 1/3] yocto-kernel: factor common routes, update to 2.6.37 and branch renaming

2010-12-10 Thread Bruce Ashfield
for the new kernel they will move from -stable to the development kernel. As of now, only the emulated targets have moved to 2.6.37-rcX Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta-emenlow/conf/machine/emenlow.conf |3 +- meta/classes/kernel-yocto.bbclass

[yocto] [PATCH 2/3] linux-libc-headers-yocto: use common linux-yocto routines

2010-12-10 Thread Bruce Ashfield
Modify linux-libc-headers-yocto to use the common linux-yocto routines, so headers exported to userspace will track the branches in the yocto kernel git repository. This commit also switches supported boards to prefer the yocto libc headers. Signed-off-by: Bruce Ashfield bruce.ashfi

[yocto] [PATCH 3/3] qemu: update arm timer handling

2010-12-10 Thread Bruce Ashfield
is to backport two patches from the latest qemu repositories that fix the timer handling under emulation. Long term, these will be dropped when qemu is upreved. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- .../qemu-0.12.4/arm_timer-fix-oneshot-mode.patch | 32

Re: [yocto] [poky] Milestone 2 Stabilization Branch Created (Resend)

2010-12-12 Thread Bruce Ashfield
On 10-12-13 12:03 AM, Xu, Jiajun wrote: On Sun, Dec 12, 2010 at 9:10 PM, Xu, Jiajunjiajun...@intel.com wrote: [Resend with correct mailing lists] Yocto / Poky Folks: Thanks to everyone's hard work, we are currently on working getting the first build of M2 started and available for QA

[yocto] [PATCH 0/1] qemuppc: fix 2.6.37 build failure

2010-12-12 Thread Bruce Ashfield
-contrib.git Branch: zedd/kernel Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel Thanks, Bruce Ashfield bruce.ashfi...@windriver.com --- Bruce Ashfield (1): qemuppc: update 2.6.37 SRCREV .../conf/distro/include/poky-default-revisions.inc |2 +- 1 files

[yocto] [PATCH 1/1] qemuppc: update 2.6.37 SRCREV

2010-12-12 Thread Bruce Ashfield
Fixes [BUGID: 585] The qemuppc irq handling was only partially updated to 2.6.37, this completes the job. qemuppc builds and boots with this change. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- .../conf/distro/include/poky-default-revisions.inc |2 +- 1 files changed, 1

Re: [yocto] [poky] Milestone 2 Stabilization Branch Created (Resend)

2010-12-12 Thread Bruce Ashfield
On Sun, Dec 12, 2010 at 9:10 PM, Xu, Jiajun jiajun...@intel.com wrote: [Resend with correct mailing lists] Yocto / Poky Folks: Thanks to everyone's hard work, we are currently on working getting the first build of M2 started and available for QA testing on Monday. I have pushed out the

[yocto] [PATCH 0/1] linux-yocto: fix machine compatibility lists

2010-12-12 Thread Bruce Ashfield
and updated the emenlow to have a -stable bbappend. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: zedd/kernel Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel Thanks, Bruce Ashfield bruce.ashfi...@windriver.com --- Bruce Ashfield (1): linux-yocto: fix

[yocto] [PATCH 0/1] linux-yocto/stable: enable blktrace

2010-12-13 Thread Bruce Ashfield
://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/blktrace Thanks, Bruce Ashfield bruce.ashfi...@windriver.com --- Bruce Ashfield (1): linux-yocto/stable: add blktrace configuration to standard branch .../conf/distro/include/poky-default-revisions.inc |2 +- 1 files changed, 1

[yocto] [PATCH 1/1] linux-yocto/stable: add blktrace configuration to standard branch

2010-12-13 Thread Bruce Ashfield
Enable the kernel configuration values required for blktrace by default. Individual boards can opt out as required. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- .../conf/distro/include/poky-default-revisions.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff

Re: [yocto] Questions about the name of qemu bin file for different archs

2010-12-14 Thread Bruce Ashfield
On 10-12-14 02:40 AM, Ke, Liping wrote: Hi, Jessica I found qemu bin file name convention is different for different archs, for example, for x86, it is bzImage-qemuXXX. For arm, it is zImage-qemuXXX. My question is why it is bzXXX or zXXX, is there any reason of such naming convention? The

[yocto] [PATCH 1/1] linux-yocto: remove or adjust to _ in branch names

2010-12-17 Thread Bruce Ashfield
as required. This gives us the flexibility to map multiple boards to a single branch for building. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/classes/kernel-yocto.bbclass | 12 +--- .../conf/distro/include/poky-default-revisions.inc |2

Re: [yocto] [poky] [PATCH 1/1] linux-yocto: remove or adjust to _ in branch names

2010-12-20 Thread Bruce Ashfield
On Fri, Dec 17, 2010 at 3:50 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: The existing 2.6.34 kernel tree uses _ where poky typically uses -. This is a historical artifact, since working with gnu Make and shells means avoiding - is wise. The opposite is true in Yocto. To avoid

[yocto] [PATCH 2/3] qemu: match kernel headers to preferred kernel

2010-12-21 Thread Bruce Ashfield
As the yocto-kernel advances, the libc headers must also advance. This commit fixes the SRC_URI and SRCPV to work properly with the latest linux-yocto kernel. It also switches the qemu* targets to prefer this libc recipe. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/conf

Re: [yocto] Multiple Repository support

2010-12-22 Thread Bruce Ashfield
On 10-12-22 11:09 AM, Cliff Brake wrote: Hello, I've started collecting ideas from various emails on multiple repository support. http://wiki.openembedded.org/index.php/MultipleRepositoryMethods Please feel free to update the above page. In my mind, this is a key problem we need to solve,

[yocto] [PATCH 0/1] linux-yocto: add dropped qemuppc configuration

2010-12-22 Thread Bruce Ashfield
/qemuppc-fix Thanks, Bruce Ashfield bruce.ashfi...@windriver.com --- Bruce Ashfield (1): linux-yocto: add dropped qemuppc configuration .../conf/distro/include/poky-default-revisions.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions

Re: [yocto] Recent build issues.

2011-01-03 Thread Bruce Ashfield
On 10-12-23 05:08 PM, Flanagan, Elizabeth wrote: Recent build issues: - There seem to be a few issues going on with sanity testing: First, I've made a change to how sanity tests are run on the autobuilder that should speed them up some. bitbake @ -c qemuimagetest creates a rootfs. I've

[yocto] [PATCH 0/3] linux-yocto: consolidated pull request

2011-01-17 Thread Bruce Ashfield
, Bruce Ashfield bruce.ashfi...@windriver.com --- Bruce Ashfield (3): linux-yocto: beagleboard enablement linux-yocto: streamline new BSP creation linux-yocto: update validate_branches to detected invalid commit IDs meta/classes/kernel-yocto.bbclass | 37

[yocto] [PATCH 1/3] linux-yocto: beagleboard enablement

2011-01-17 Thread Bruce Ashfield
/msg40838.html Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com Signed-off-by: Liming Wang liming.w...@windriver.com --- meta/conf/machine/beagleboard.conf |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/conf/machine/beagleboard.conf b/meta/conf/machine

[yocto] [PATCH 1/2] linux-yocto/stable: update beagleboard SRCREV

2011-01-21 Thread Bruce Ashfield
Bumping the SRCREV to pickup some missing functionality: ebbca89 omap: Beagle: no gpio_wp pin connection on xM 671fd89 omap: Beagle: only Cx boards use pin 23 for write protect dccdf8a omap: Beagle: revision detection Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- .../conf

[yocto] [PATCH 2/2] linux-yocto/stable: update crownbay kernel configuration

2011-01-21 Thread Bruce Ashfield
Updating the meta branch to contain the latest crownbay configuration tweaks. e1f85a4 wrs_meta: turn on OHCI USB config option 8be8e45 wrs_meta (crownbay): turn on AHCI SATA option Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- .../conf/distro/include/poky-default-revisions.inc

[yocto] [PATCH 0/2] linux-yocto/stable: beagle and crownbay updates

2011-01-21 Thread Bruce Ashfield
/?h=zedd/kernel Thanks, Bruce Ashfield bruce.ashfi...@windriver.com --- Bruce Ashfield (2): linux-yocto/stable: update beagleboard SRCREV linux-yocto/stable: update crownbay kernel configuration .../conf/distro/include/poky-default-revisions.inc |4 ++-- 1 files changed, 2

[yocto] [PATCH 0/1] linux-yocto/stable: update beagleboard part 2

2011-01-21 Thread Bruce Ashfield
Richard/Saul, Just another quick update to pickup a change that gets beagleboard xm networking functional. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: zedd/kernel Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel Thanks, Bruce Ashfield bruce.ashfi

[yocto] [PATCH 1/1] linux-yocto/stable: update beagleboard SRCREV

2011-01-21 Thread Bruce Ashfield
-off-by: Nishanth Menon n...@ti.com Signed-off-by: Koen Kooi k...@beagleboard.org Signed-off-by: Tony Lindgren t...@atomide.com Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- .../conf/distro/include/poky-default-revisions.inc |2 +- 1 files changed, 1 insertions(+), 1

[yocto] [PATCH 0/2] linux-yocto: consolidated pull request

2011-01-24 Thread Bruce Ashfield
their way through the queue. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: zedd/kernel Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel Thanks, Bruce Ashfield bruce.ashfi...@windriver.com --- Bruce Ashfield (2): linux-yocto: allow multiple BSPs per

[yocto] [PATCH 2/2] linux-yocto: update SRCREVs for emenlow

2011-01-24 Thread Bruce Ashfield
The emenlow has been ported/tested on 2.6.37. Updating the SRCREVs to reflect the change. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- .../conf/distro/include/poky-default-revisions.inc |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/conf/distro

[yocto] [PATCH 1/1] linux-yocto/stable: perf: hard-code NO_LIBPERL/NO_LIBPYTHO

2011-01-25 Thread Bruce Ashfield
recipe and am able to create a proper fix. Signed-off-by: Tom Zanussi tom.zanu...@intel.com Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- .../conf/distro/include/poky-default-revisions.inc | 18

[yocto] [PATCH 0/2] linux-yocto: consolidated pull request

2011-02-01 Thread Bruce Ashfield
://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel Thanks, Bruce Ashfield bruce.ashfi...@windriver.com --- Bruce Ashfield (2): mpc8315e-rdb: set UBOOT_ENTRYPOINT linux-yocto: export kernel configuration audit to the console meta/classes/kernel-yocto.bbclass | 17

[yocto] [PATCH 1/2] mpc8315e-rdb: set UBOOT_ENTRYPOINT

2011-02-01 Thread Bruce Ashfield
Fixes [BUGID #685] Although not used if the in kernel uImage is booted, it is a good idea to set the UBOOT_ENTRYPOINT just as the other uImage based boards do. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/conf/machine/mpc8315e-rdb.conf |3 +++ 1 files changed, 3

[yocto] [PATCH 0/1] linux-yocto: BSP updates

2011-02-02 Thread Bruce Ashfield
it into the tree. cc: Darren Hart dvh...@linux.intel.com cc: Tom Zanussi tom.zanu...@intel.com Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: zedd/bsp Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/bsp Thanks, Bruce Ashfield bruce.ashfi...@windriver.com

[yocto] [PATCH 1/1] linux-yocto: BSP updates

2011-02-02 Thread Bruce Ashfield
Updating for the sugarbay and beagleboard BSPs. To make the sugbay inhert common-pc-64 generic config/changes/fixes it has been branched in the kernel as yocto/standard/common-pc-64/sugarbar, as a result, we'll bump the common-pc-64 to be yocto/standard/common-pc-64/base. Signed-off-by: Bruce

[yocto] [PATCH 0/1] linux-yocto: uprev lttng to 2.6.37

2011-02-03 Thread Bruce Ashfield
Branch: zedd/kernel Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel Thanks, Bruce Ashfield bruce.ashfi...@windriver.com --- Bruce Ashfield (1): linux-yocto: uprev lttng to 2.6.37-lttng-0.242 .../conf/distro/include/poky-default-revisions.inc | 22

[yocto] [PATCH 1/1] linux-yocto: uprev lttng to 2.6.37-lttng-0.242

2011-02-03 Thread Bruce Ashfield
commits: 7697c24..2e05e11 upstream: git://git.kernel.org/pub/scm/linux/kernel/git/compudj/linux-2.6-lttng.git Update to lttng-0.242 for 2.6.37. Built and boot tested on all architectures. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- .../conf/distro/include/poky-default

Re: [yocto] [poky] meta-toolchain build failed on fetch

2011-02-04 Thread Bruce Ashfield
On 11-02-04 12:20 AM, Zhang, Jessica wrote: Has anyone run into the following failure, this is for meta-toolchain for x86_64: This is lurking in various forms at the moment, the fetcher updates + new branches and the mirrors with old copies (my guess), is causing this undesirable behaviour.

[yocto] [PATCH 2/3] dtc: add LIC_FILES_CHKSUM to dtc-native

2011-02-08 Thread Bruce Ashfield
The new license processing rules error if dtc-native itself doesn't have license information. Previously only the .inc files contained this information, so we make a copy and leave the existing license info to be removed pending further review. Signed-off-by: Bruce Ashfield bruce.ashfi

Re: [yocto] Kernel configuration using 'menuconfig'

2011-02-11 Thread Bruce Ashfield
On 11-02-11 5:59 PM, Chris Tapp wrote: I'm trying to use 'menuconfig' to add a driver to the kernel. I've been following the instructions I found at http://groups.google.com/group/beagleboard/browse_thread/thread/7ebbfd2948579be0 that were posted by Frans Meulenbroeks. However, when I run

Re: [yocto] Some nightly build failures on autobuilder (on commit b9a97e07, namely, Revert part of the unpack change...)

2011-02-14 Thread Bruce Ashfield
On 11-02-14 09:11 AM, Bruce Ashfield wrote: On 11-02-14 01:52 AM, Cui, Dexuan wrote: 1) Building qemumips meta-toolchain-sdk failed: http://autobuilder.pokylinux.org:8010/builders/nightly-external/builds/35/steps/shell_26/logs/stdio eglibc's do_package failed: ERROR: Error executing a python

[yocto] [PATCH 1/1] linux-libc-headers-yocto: disable device tree generation

2011-02-14 Thread Bruce Ashfield
of the include file, but do not apply to a simple header generation. The fix is to override the DTB variables in this recipe, which disable the device tree installation rules. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- .../linux-libc-headers-yocto_git.bb|4 1

<    1   2   3   4   5   6   7   8   9   10   >