Re: [yocto] Yocto 1.6 Kernel Choices

2014-04-11 Thread Bruce Ashfield
On 14-04-11 10:52 AM, Darcy Watkins wrote: Hi, The current yocto 1.5 has kernel recipes for kernel 3.4, 3.8 and 3.10 plus various BSP layers add their own variants (e.g. 3.0 for i.MX6 from Freescale). I saw notes mentioning kernel 3.14 for the next release. When I downloaded the M4 tarball

Re: [yocto] defconfig on daisy

2014-04-11 Thread Bruce Ashfield
# CONFIG_AUFS_BR_RAMFS is not set CONFIG_AUFS_BDEV_LOOP=y # CONFIG_AUFS_DEBUG is not set Cheers, Bruce Fredag den 11. april 2014 09:49:29 skrev Bruce Ashfield: On 14-04-11 03:39 AM, Søren Holm wrote: Sure I guess this is what you need : http://sgh.dk/~sgh/cb16_kernel.tar.bz2 It's just

Re: [yocto] defconfig on daisy

2014-04-11 Thread Bruce Ashfield
the kernel version to 3.10 to test. If you want to send the 3.14 ones, I can double check there as well. Bruce Fredag den 11. april 2014 11:05:44 skrev Bruce Ashfield: On 14-04-11 11:03 AM, Søren Holm wrote: Hi Bruce I just check if AUFS is enabled. It should be since that's in my defconfig

Re: [yocto] defconfig on daisy

2014-04-11 Thread Bruce Ashfield
. This is a slightly different problem .. I can see that I managed to drop a patch which links AUFS into the build. Hence why everything is dropped. I'm fixing that right now in 3.14, and will send updates later. Bruce Fredag den 11. april 2014 11:24:10 skrev Bruce Ashfield: On 14-04-11 11:21 AM, Søren Holm

Re: [yocto] defconfig on daisy

2014-04-11 Thread Bruce Ashfield
. Bruce Fredag den 11. april 2014 12:51:01 skrev Bruce Ashfield: On 14-04-11 12:15 PM, Søren Holm wrote: Ok Using the *exact* same bbappend file for both 3.10 and 3.14 gives me a correct -config for 3.10 but not for 3.14. Both 3.10/defconfig and 3.14/defconfig contains my original defconfig, so

Re: [yocto] BBB doesn't boot

2014-04-15 Thread Bruce Ashfield
On 14-04-15 03:43 PM, Denys Dmytriyenko wrote: On Tue, Apr 15, 2014 at 01:41:12PM -0400, Denys Dmytriyenko wrote: Some other things I tried with a long TMPDIR path (note that it's the TMPDIR path that makes the difference - in my tests I've been using

Re: [yocto] Exporting kernel header from patch

2014-04-24 Thread Bruce Ashfield
On 14-04-24 11:57 AM, Vuille, Martin (Martin) wrote: I have a custom layer to add patches to my vendor’s BSP layer (based on Linux 3.4, if it matters) and a .bbappend to list the patches. One of the patches adds a header, and this header needs to be exported to the sysroot. I added the

Re: [yocto] Exporting kernel header from patch

2014-04-24 Thread Bruce Ashfield
On 14-04-24 01:52 PM, Vuille, Martin (Martin) wrote: From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: April 24, 2014 1:32 PM On 14-04-24 11:57 AM, Vuille, Martin (Martin) wrote: I have a custom layer to add patches to my vendor's BSP layer (based on Linux 3.4, if it matters

Re: [yocto] Exporting kernel header from patch

2014-04-24 Thread Bruce Ashfield
On 14-04-24 03:54 PM, Vuille, Martin (Martin) wrote: From: Bruce Ashfield Sent: April 24, 2014 2:01 PM To: Vuille, Martin (Martin); yocto@yoctoproject.org Subject: Re: [yocto] Exporting kernel header from patch On 14-04-24 01:52 PM, Vuille, Martin (Martin) wrote: From: Bruce Ashfield Sent

Re: [yocto] Kernel config fragments are not applied

2014-04-28 Thread Bruce Ashfield
On 14-04-28 04:03 AM, Neuer User wrote: Hello I am trying to add a custom kernel config to my layer. I followed the following guide: http://www.yoctoproject.org/docs/1.6/dev-manual/dev-manual.html#creating-config-fragments I have the following files in my layer:

Re: [yocto] Kernel config fragments are not applied

2014-04-28 Thread Bruce Ashfield
On 14-04-28 09:14 AM, Neuer User wrote: Am 28.04.2014 15:03, schrieb Bruce Ashfield: The answer to your question depends on the base linux-cubox-i recipe. Config fragment support works for kernels that inherit from linux-yocto, versus ones that inherit directly from kernel.bbclass. So if you

Re: [yocto] Kernel config fragments are not applied

2014-04-28 Thread Bruce Ashfield
On 14-04-28 09:35 AM, Neuer User wrote: Am 28.04.2014 15:16, schrieb Bruce Ashfield: It all depends on how adventurous you are today :) Using a defconfig will work, and you can generate one without much trouble. Using fragments will allow you to keep your changes separate from the baseline

Re: [yocto] Kernel config fragments are not applied

2014-04-30 Thread Bruce Ashfield
replacement, but honestly, it feels very dumb. Fragments seem to be much smarter to combine and test different configurations. Cheers Michael Am 28.04.2014 15:37, schrieb Bruce Ashfield: On 14-04-28 09:35 AM, Neuer User wrote: Am 28.04.2014 15:16, schrieb Bruce Ashfield: It all depends on how

Re: [yocto] Blacklisting drivers in poky or in yocto project

2014-04-30 Thread Bruce Ashfield
On 14-04-30 03:40 AM, Sudhangathan B S wrote: Hi all, I need to prevent my wifi drivers auto loading during boot time. How do we do it in the Poky OS or in the Yocto project..? Are you actually seeing a confirmed auto load of modules ? In a standard image kernel modules will not be

Re: [yocto] Kernel config fragments are not applied

2014-04-30 Thread Bruce Ashfield
On 14-04-28 09:54 AM, Neuer User wrote: Am 28.04.2014 15:37, schrieb Bruce Ashfield: If you send me pointers to your bblayers and local.conf settings, I'll run a build to see what happens here as well. I'm always interested in tracking these down regardless. Bruce Testing this should

Re: [yocto] Kernel config fragments are not applied

2014-04-30 Thread Bruce Ashfield
On 14-04-30 03:16 PM, Neuer User wrote: Am 30.04.2014 20:44, schrieb Bruce Ashfield: Can you send me your bblayers out of band ? I'm using meta-fsl-arm and meta-fsl-arm-extra to get a build going, and running into expansion errors in the kernel recipes. Rather than hunt around more than

Re: [yocto] Kernel config fragments are not applied

2014-04-30 Thread Bruce Ashfield
On 14-04-28 09:54 AM, Neuer User wrote: Am 28.04.2014 15:37, schrieb Bruce Ashfield: If you send me pointers to your bblayers and local.conf settings, I'll run a build to see what happens here as well. I'm always interested in tracking these down regardless. Bruce Testing this should

Re: [yocto] Kernel config fragments are not applied

2014-04-30 Thread Bruce Ashfield
On 2014-04-30, 5:08 PM, Bruce Ashfield wrote: On 14-04-28 09:54 AM, Neuer User wrote: Am 28.04.2014 15:37, schrieb Bruce Ashfield: If you send me pointers to your bblayers and local.conf settings, I'll run a build to see what happens here as well. I'm always interested in tracking these down

Re: [yocto] Kernel config fragments are not applied

2014-05-01 Thread Bruce Ashfield
'1' Hope, it helps! Michael Am 01.05.2014 06:29, schrieb Bruce Ashfield: I'm glad that I looked again, I though there was an error without my clean up series .. but what I was seeing was a legitimate double application of the patch. What error where you seeing when you tried a bbappend like so

Re: [yocto] Blacklisting drivers in poky or in yocto project

2014-05-01 Thread Bruce Ashfield
again after blacklisting all related drivers. Esp. the cfg802 driver. Thanks Bruce, Sudhangathan BS. Working on a MMX Android 110. --If you have not travelled, you have not lived. On 30-Apr-2014 6:57 PM, Bruce Ashfield bruce.ashfi...@windriver.com mailto:bruce.ashfi

Re: [linux-yocto] [PATCH 10/28] LSI AXM55xx: Various performance fixes for rapidio endpoint code.

2014-05-02 Thread Bruce Ashfield
On 14-05-02 03:16 PM, Charlie Paul wrote: From: Michael Bringmann michael.bringm...@lsi.com Increased the inbox mail buffer size by 8 times. Is there a reason why it was increased ? Were events being lost under load ? .. that's what we want to see in the commit message. Removed __devinit

Re: [linux-yocto] [PATCH 1/1] mei.cfg: enable Intel chipsets

2014-05-05 Thread Bruce Ashfield
On 14-05-02 08:01 PM, Kamble, Nitin A wrote: On 4/25/2014 8:51 AM, Hart, Darren wrote: On 4/24/14, 18:42, Kamble, Nitin A nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com Enable Intel Chipsets in the AMT/MEI driver. Signed-off-by: Nitin A Kamble

Re: [yocto] Anybody managed to get Beagleboard xM to work?

2014-05-06 Thread Bruce Ashfield
On 14-05-05 10:38 PM, Jeremy Cole-Baker wrote: Hi, Has anyone else been successful in getting a Beagleboard xM to work? Our QA results for Yocto 1.5 and through most of the 1.6 cycle had green results, with a few issues that are logged in the bugzilla. Core functionality definitely worked.

Re: [yocto] A simpler way of creating an using a local kernel repository - BeagleBone example

2014-05-06 Thread Bruce Ashfield
On 2014-05-06, 6:31 PM, Bob Feretich wrote: I have had problems getting good download performance when accessing the kernels at kernel.org. Since I expect to build the kernel several times, I decided to create a copy of the kernel repository locally and use that for my builds. There are

Re: [yocto] Anybody managed to get Beagleboard xM to work?

2014-05-06 Thread Bruce Ashfield
On 2014-05-06, 6:10 PM, Jeremy Cole-Baker wrote: On 7/05/2014 2:01 a.m., Bruce Ashfield wrote: Anything else I am missing? Some configuration I need to set up? I have no idea where to look! It is frustrating because it seems to be very close to working. As an alternative to using the Yocto

Re: [yocto] linux-yocto custom device tree in overlay

2014-05-07 Thread Bruce Ashfield
On 14-05-07 11:33 AM, Andreas Galauner wrote: Hi Yocto Community, I'm currently trying to build a custom image for a beaglebone black for which I need to enable the can-controllers on the SoC. I managed to create an overlay which already deals with building a few tools for CAN communication, I

Re: [yocto] linux-yocto custom device tree in overlay

2014-05-08 Thread Bruce Ashfield
On 14-05-08 09:48 AM, Andreas Galauner wrote: On 07/05/14 21:37, Bruce Ashfield wrote: So you can either patch it into the kernel, or do a bbappend with that copies it into the source tree (linux/arch/arm/boot/dts/mydevicetree.dts). Thx! That worked fine. Glad to hear! Bruce

Re: [yocto] [meta-atmel] at91sam9x5ek: no machine record defined failure for core-image-minimal

2014-05-09 Thread Bruce Ashfield
On 14-05-09 09:44 AM, Brian Karcz wrote: Hi, Not sure if this is the correct place to email this, but I’ve seen a few other meta-atmel references so I figured I’d give it a shot. I’m attempting to setup a core-image-minimal build using the guidelines in the meta-atmel README for the

Re: [yocto] Question / issue

2014-05-09 Thread Bruce Ashfield
On 14-05-09 01:14 AM, Paul McGougan wrote: Hi all. We are currently using Poky 1.5.0. We have created our own custom layer for our powerpc-based board. We are running u-boot as our bootloader and want to use the new FIT (FDT) style kernel/dtb image blob. To that end, in our custom layer

Re: [yocto] [meta-atmel] at91sam9x5ek: no machine record defined failure for core-image-minimal

2014-05-09 Thread Bruce Ashfield
to one for the at91sam9g20ek demo board and then port THAT over to a custom machine based roughly off that reference design. -Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Friday, May 09, 2014 9:55 AM To: Brian Karcz; yocto@yoctoproject.org Subject: Re

Re: [yocto] Question / issue

2014-05-12 Thread Bruce Ashfield
On 14-05-12 01:56 AM, Paul McGougan wrote: From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Secondly, (and this is our main issue) I have found that by adding the do_install_append function, even if it is completely empty, whenever I try to bitbake anything that depends on the kernel

Re: [yocto] kernel-yocto.bbclass ignoring SRCREV?

2014-05-21 Thread Bruce Ashfield
On 14-05-21 08:33 AM, Wolfgang Denk wrote: Hi, is my understanding of kernel-yocto.bbclass correct that it effectively completely ignores any specific git commit ID that was gien in SRCREV, but instead always checks out and uses the HEAD of the respective branch? Or am I missing something

Re: [yocto] kernel-yocto.bbclass ignoring SRCREV?

2014-05-21 Thread Bruce Ashfield
On 14-05-21 08:44 AM, Bruce Ashfield wrote: On 14-05-21 08:33 AM, Wolfgang Denk wrote: Hi, is my understanding of kernel-yocto.bbclass correct that it effectively completely ignores any specific git commit ID that was gien in SRCREV, but instead always checks out and uses the HEAD

Re: [yocto] Building for Boards not supported by Yocto Project

2014-06-05 Thread Bruce Ashfield
On 14-06-05 07:28 AM, Kashyap Gada wrote: Hello. I have successfully built and tested core-image-sato through the process given by the quick start guide at the yocto project website. Now I intend to build an image for a board which is not officially supported by yocto project. I have a

Re: [yocto] Newbee - patching kernel

2014-06-06 Thread Bruce Ashfield
On 14-06-06 09:39 AM, Kai Ulrich wrote: Hi, Is there a way to create a separate layer that adds kernel patches to an existing machine? Is there a example to learn from? Patching the kernel works just like patching any package, but there is a specific section in the manual (which perhaps

Re: [yocto] Hmm, possible bug in poky?

2014-06-06 Thread Bruce Ashfield
On 14-06-06 07:16 AM, Neuer User wrote: I get the following error: WARNING: Failed to fetch URL file://defconfig, attempting MIRRORS if available ERROR: Fetcher failure: Unable to find file file://defconfig anywhere. The paths that were searched were:

Re: [yocto] Hmm, possible bug in poky?

2014-06-06 Thread Bruce Ashfield
just suggested, getting a full directory listing in tree format would help clarify they layout you are using. Bruce Am I doing it right (now with the :=), or is there something fundamentally wrong with the two recipes and the include file? Michael Am 06.06.2014 16:40, schrieb Bruce Ashfield

Re: [yocto] Newbee - patching kernel

2014-06-06 Thread Bruce Ashfield
On 14-06-06 04:00 PM, Kai Ulrich wrote: Hi Bruce, Thanx for your answer. So can I write a recipe which just contains the patches an extends an kernel-recipe? Correct. You add them to the SRC_URI, just like you'd patch any package. Bruce k. / Hi, // // Is there a way to create a

Re: [yocto] Hmm, possible bug in poky?

2014-06-06 Thread Bruce Ashfield
this for each of the kernel recipes you are trying to use. Am I doing it right (now with the :=), or is there something fundamentally wrong with the two recipes and the include file? Michael Am 06.06.2014 16:40, schrieb Bruce Ashfield: On 14-06-06 07:16 AM, Neuer User wrote: I get

Re: [yocto] beaglebone black usb device problem (daisy)

2014-06-08 Thread Bruce Ashfield
On 2014-06-03, 6:06 AM, Daniel Groß wrote: Hello there, I have successfully build several beaglebone (qt4embedded demo and sato+mono hard float) images using yocto 1.6 (daisy) for the beagle bone black. However USB devices (mouse, keyboard, anything) are only found during the first boot. I

Re: [yocto] Conditional Configuration Fragments

2014-06-09 Thread Bruce Ashfield
On 14-06-09 11:26 AM, Pierre Yves MORDRET wrote: Hello, I really don’t know whether this is feasible or not, but I’m trying to build a yocto image (custom image) with conditional configuration fragments. Today I have 2 image type: one for deployment purpose and another for debug purpose. Debug

Re: [yocto] Conditional Configuration Fragments

2014-06-10 Thread Bruce Ashfield
On 14-06-10 11:11 AM, Pierre Yves MORDRET wrote: On Monday 09 June 2014 09:56:20 Paul Eggleton paul.eggle...@linux.intel.com wrote: On Monday 09 June 2014 12:41:36 Bruce Ashfield wrote: On 14-06-09 11:26 AM, Pierre Yves MORDRET wrote: Hello, I really don't know whether this is feasible

Re: [yocto] Linux Yocto style kernel errors with no config fragments

2014-06-12 Thread Bruce Ashfield
On 14-06-12 09:46 AM, Alex J Lennon wrote: Hi, I was taking a quick look at converting the meta-raspberrypi kernel recipes to be linux-yocto style, to provide config frag support. I'm working with poky master, referencing linux-yocto-custom.bb in meta-skeleton This seems to be working as far

Re: [yocto] Linux Yocto style kernel errors with no config fragments

2014-06-12 Thread Bruce Ashfield
On 14-06-12 09:59 AM, Alex J Lennon wrote: On 12/06/2014 14:53, Bruce Ashfield wrote: On 14-06-12 09:46 AM, Alex J Lennon wrote: Hi, I was taking a quick look at converting the meta-raspberrypi kernel recipes to be linux-yocto style, to provide config frag support. I'm working with poky

Re: [yocto] Linux Yocto style kernel errors with no config fragments

2014-06-12 Thread Bruce Ashfield
On 14-06-12 10:52 AM, Alex J Lennon wrote: On 12/06/2014 14:59, Alex J Lennon wrote: On 12/06/2014 14:53, Bruce Ashfield wrote: On 14-06-12 09:46 AM, Alex J Lennon wrote: Hi, I was taking a quick look at converting the meta-raspberrypi kernel recipes to be linux-yocto style, to provide

Re: [yocto] Conditional patches on kernel depending on board, how to maintain?

2014-06-12 Thread Bruce Ashfield
On 14-06-12 07:54 AM, Daniel Hilst Selli wrote: I have a SoM which will be used on several boards, this SoM has a base kernel for it, with its board-*.c file. In each board I may have different peripherals, so I have to patch the same board-*.c file depending on my target board, and that patches

Re: [yocto] how many variations to build for a beaglebone black (BBB)?

2014-07-07 Thread Bruce Ashfield
On 14-07-07 09:13 AM, Robert P. J. Day wrote: i want to build a bootable system for a BBB, and i can see at least three possibilities: 1) the meta-yocto-bsp layer defines the beaglebone as one of its reference boards 2) the meta-ti layer is advertised as official TI board

Re: [yocto] How to select defconfig for kernel build with yocto/bitbake

2014-07-09 Thread Bruce Ashfield
On 14-07-09 05:38 AM, Dr. Markus Eich wrote: Dear all, I work on the process to compile odroid xu kernel with yocto/bitbake In the kernel sources (from hardkernel) I have the corresponding defconfig file, i.e. in the git folder /arch/arm/configs/odroidxu_ubuntu_defconfig. How can I tell

Re: [yocto] How to select defconfig for kernel build with yocto/bitbake

2014-07-10 Thread Bruce Ashfield
created. Do specific tasks work ? i.e. is that happening during unpack/patch, or during compilation. Bruce /Markus On 09.07.2014 14:44, Bruce Ashfield wrote: On 14-07-09 05:38 AM, Dr. Markus Eich wrote: Dear all, I work on the process to compile odroid xu kernel with yocto/bitbake

Re: [yocto] How to select defconfig for kernel build with yocto/bitbake

2014-07-11 Thread Bruce Ashfield
, and when it transitions to a recursive one .. and I'd do that by instrumentation. Bruce /Markus On 10.07.2014 17:46, Bruce Ashfield wrote: On 14-07-10 07:11 AM, Dr. Markus Eich wrote: Thank you Bruce, that did the trick. But I am facing a new problem while using bitbake for the build process

Re: [yocto] Yocto build is taking too long time in kernel do_package and do_populate_sysroots

2014-07-14 Thread Bruce Ashfield
On 14-07-14 11:20 AM, jags gediya wrote: I am a newbie to yocto. For the purpose of check in code on svn, I have deleted all .git, .gitignore and .repo file from yocto before built. Then i have checked out that code from svn and started the yocto built. But my compilation used to stop at below

Re: [yocto] Query about the kernel version supported by Yocto

2014-07-15 Thread Bruce Ashfield
On 14-07-15 06:14 AM, zhenhua@freescale.com wrote: Hi all, The git tree of several kernel version is maintained in the Yocto official git repository, 3.4, 3,8, 3.10 and 3.14, is there any reason to skip kernel 3.12 which is a LTS version? What's the policy of kernel selection of kernel

Re: [yocto] Best way to make use of kernel defconf for supported hw?

2014-07-18 Thread Bruce Ashfield
On 14-07-18 01:10 PM, Chris Enrique wrote: Hello, i need some advice: i have created a bsp for a board which is supported by the linux kernel. so my bsp doesn't focus on kernel patching or similar, just contains some other board specific content. how do i use the kernel defconf for this board

Re: [yocto] [OE-core] Carrier Grade layer proposal

2014-07-22 Thread Bruce Ashfield
On 14-07-22 11:54 AM, akuster wrote: Alexandru, Regarding a few packages in category CD. I have latest samhain building as well as grsecurity (pax patches applied against 3.14.12) in a branch in my meta-security tree. I have a bit more testing to do before I was going to post them. And on

Re: [yocto] [OE-core] Carrier Grade layer proposal

2014-07-22 Thread Bruce Ashfield
On 14-07-22 12:02 PM, akuster wrote: On 07/22/2014 08:58 AM, Bruce Ashfield wrote: On 14-07-22 11:54 AM, akuster wrote: Alexandru, Regarding a few packages in category CD. I have latest samhain building as well as grsecurity (pax patches applied against 3.14.12) in a branch in my meta

Re: [yocto] [OE-core] Carrier Grade layer proposal

2014-07-22 Thread Bruce Ashfield
on about it above. So we'll see if an initial direction isn't too far away. Cheers, Bruce I will think more about this and in the same time gather more information on it. I will try to come back with an answer. Alex -Original Message- From: Bruce Ashfield [mailto:bruce.ashfi

Re: [yocto] meta-oracle-java layer maintainer

2014-07-29 Thread Bruce Ashfield
On 14-07-29 01:36 PM, Paul Eggleton wrote: Hi there, At the moment there are a few patches / queries outstanding for the the meta- oracle-java layer on this mailing list. Unfortunately the current maintainer doesn't have time to maintain the layer anymore, so I'd like to appeal to the community

Re: [yocto] meta-oracle-java layer maintainer

2014-07-29 Thread Bruce Ashfield
On 14-07-29 01:39 PM, Bruce Ashfield wrote: On 14-07-29 01:36 PM, Paul Eggleton wrote: Hi there, At the moment there are a few patches / queries outstanding for the the meta- oracle-java layer on this mailing list. Unfortunately the current maintainer doesn't have time to maintain the layer

Re: [yocto] [OE-core] Carrier Grade layer proposal

2014-07-31 Thread Bruce Ashfield
, and the branch will get stable updates, bug fixes, BSP support, etc. Bruce - Armin On 07/22/2014 08:58 AM, Bruce Ashfield wrote: On 14-07-22 11:54 AM, akuster wrote: Alexandru, Regarding a few packages in category CD. I have latest samhain building as well as grsecurity (pax patches applied

Re: [yocto] [OE-core] Carrier Grade layer proposal

2014-08-01 Thread Bruce Ashfield
-Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Friday, August 01, 2014 7:26 AM To: akuster; Alexandru Vaduva; Joe MacDonald Cc: yocto@yoctoproject.org Subject: Re: [yocto] [OE-core] Carrier Grade layer proposal On 2014-07-31, 9:30 PM, akuster wrote: Bruce, So

Re: [yocto] mpc8315e-rdb is probably a poor choice as powerpc example...

2014-08-14 Thread Bruce Ashfield
On Thu, Aug 14, 2014 at 7:30 AM, Bob Cochran yo...@mindchasers.com wrote: As most of you know, the mpc8315e-rdb is the powerpc reference platform in meta-yocto-bsp. This is old technology and not a good representative of QorIQ. We've been working with FSL to find a suitable replacement for

Re: [yocto] Kernel driver for Turbosight TBS6285 DVB card

2014-08-19 Thread Bruce Ashfield
On 2014-08-19, 5:26 PM, Chris Tapp wrote: I need to include the kernel driver for the Turbosight TBS6285 DVB card in an image. The official bundle at http://www.tbsdtv.com/download/document/common/tbs-linux-drivers_v140707.zip includes the drivers and a load of other stuff (e.g. a full V4L

Re: [yocto] Kernel driver for Turbosight TBS6285 DVB card

2014-08-20 Thread Bruce Ashfield
On Wed, Aug 20, 2014 at 4:11 PM, Chris Tapp opensou...@keylevel.com wrote: Hi Bruce, Thanks for the feedback. On 20 Aug 2014, at 03:08, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 2014-08-19, 5:26 PM, Chris Tapp wrote: I need to include the kernel driver for the Turbosight

Re: [yocto] Kernel driver for Turbosight TBS6285 DVB card

2014-08-21 Thread Bruce Ashfield
On 14-08-21 04:17 AM, Chris Tapp wrote: On 21 Aug 2014, at 05:08, Bruce Ashfield bruce.ashfi...@gmail.com wrote: On Wed, Aug 20, 2014 at 4:11 PM, Chris Tapp opensou...@keylevel.com wrote: Hi Bruce, Thanks for the feedback. On 20 Aug 2014, at 03:08, Bruce Ashfield bruce.ashfi

Re: [yocto] Kernel driver for Turbosight TBS6285 DVB card

2014-08-21 Thread Bruce Ashfield
On 14-08-21 03:11 PM, Chris Tapp wrote: On 21 Aug 2014, at 19:28, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 14-08-21 04:17 AM, Chris Tapp wrote: On 21 Aug 2014, at 05:08, Bruce Ashfield bruce.ashfi...@gmail.com wrote: On Wed, Aug 20, 2014 at 4:11 PM, Chris Tapp opensou

Re: [yocto] kernel patches

2014-08-22 Thread Bruce Ashfield
On 14-08-22 08:17 AM, Sona Sarmadi wrote: Hi all, I wonder how you handle the kernel patches? I want to apply a security kernel patch to Linux-yocto 3.10 which is used by Romely: meta-inte/meta-romley/conf/machine/romley-ivb.conf:PREFERRED_VERSION_linux-yocto ?= 3.10% For me the obvious

Re: [yocto] Kernel driver for Turbosight TBS6285 DVB card

2014-08-22 Thread Bruce Ashfield
On 14-08-22 03:37 AM, Chris Tapp wrote: On 21 Aug 2014, at 20:30, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 14-08-21 03:11 PM, Chris Tapp wrote: On 21 Aug 2014, at 19:28, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 14-08-21 04:17 AM, Chris Tapp wrote: On 21 Aug 2014

Re: [yocto] kernel patches

2014-08-22 Thread Bruce Ashfield
On 14-08-22 12:02 PM, Sona Sarmadi wrote: Bruce, Thanks for quick response. See inline my comments. Have a nice weekend /Sona Please let me know if this is the correct way. And also let me know if I upstream this kernel patch to yocto, will yocto accept it (if the patch looks correct of

Re: [yocto] New kernel error after syncing

2014-08-24 Thread Bruce Ashfield
On Sun, Aug 24, 2014 at 7:02 PM, akuster808 akuster...@gmail.com wrote: Hello, Is anyone else seeing kernel build issue on 3.14 with the resent updates? I am getting the following errors on ppc64 (standard/qemuppc). x86-64 built fine (core-image-minimal). building ppc now. Hopefully

Re: [linux-yocto] Review request 0/5: GRE Refresh [ US43662 ]

2014-08-26 Thread Bruce Ashfield
Gatekeeper: Bruce Ashfield Lockdown Approval (if needed): Branch Tag: master for WRL 7 IP Statement (form link or license statement, usually automated): Crypto URL(s) (if needed): see http://wiki.wrs.com/PBUeng/LinuxProductDivisionExportProcess Parent Template (where applicable

Re: [yocto] Kernel features

2014-09-07 Thread Bruce Ashfield
On 2014-09-07, 4:51 AM, Ilya Dmitrichenko wrote: Today I have spent quite a while trying to figure how KERNEL_FEATURES works and why some of the things I pass in my configuration fragment are not getting enabled. It turned out that some of the options no longer existed and some had been

Re: [yocto] Kernel features

2014-09-08 Thread Bruce Ashfield
On 2014-09-08, 1:50 AM, Ilya Dmitrichenko wrote: Hi Bruce, On 7 September 2014 15:17, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 2014-09-07, 4:51 AM, Ilya Dmitrichenko wrote: Today I have spent quite a while trying to figure how KERNEL_FEATURES works and why some of the things I

Re: [yocto] Fwd: Kernel features

2014-09-08 Thread Bruce Ashfield
On 14-09-08 02:07 PM, Ilya Dmitrichenko wrote: On 8 September 2014 13:14, Bruce Ashfield bruce.ashfi...@windriver.com wrote: Ah, but we do verify it. There's a check config task, that used to be more visible, I got complaints and we hid it. I have a 1.7 task to make it more visible again

Re: [yocto] [PATCH 2/2] Add MIPS Creator CI20 machine

2014-09-12 Thread Bruce Ashfield
On 14-09-12 12:35 PM, Vicente Olivert Riera wrote: Add support for the MIPS Creator CI20 machine. You will need to build a working kernel for this board using this kernel repository on GitHub: https://github.com/MIPS/CI20_linux More information about this board can be found at:

Re: [yocto] Test in do_patch() fails for annotated tags

2014-11-07 Thread Bruce Ashfield
Jeff and I have already exchanged email on this yesterday. While using a tag for the SRCREV is not typically something we suggest .. tweaking the ancestor check is fine in this case, since it works in both scenarios. I have a patch queued to address this, and am soaking it now. Bruce On Thu,

Re: [yocto] How to adjust patching striplevel while using SCC

2014-11-19 Thread Bruce Ashfield
On 2014-11-19, 6:54 PM, Lin Shen (lshen) wrote: I’m using SCC file to list all my kernel patches, and like to adjust the patching striplevel much the way how the “striplevel” option works for SRC_URI. It's not possible. scc uses git and git porcelean patches to apply changes to the kernel ..

Re: [yocto] [PATCH 0/2] Add some recipes

2014-12-02 Thread Bruce Ashfield
On 14-12-02 02:37 PM, Joe MacDonald wrote: [Re: [yocto] [PATCH 0/2] Add some recipes] On 14.12.02 (Tue 14:03) Alexandru Vaduva wrote: Hello Bian, Did you know that the multipath tools recipe was also available inside the meta-oe and meta-virtualization? I do not have any problems with it

Re: [yocto] [PATCH 0/2] Add some recipes

2014-12-02 Thread Bruce Ashfield
On 14-12-02 03:17 PM, Joe MacDonald wrote: [Re: [yocto] [PATCH 0/2] Add some recipes] On 14.12.02 (Tue 14:49) Bruce Ashfield wrote: On 14-12-02 02:37 PM, Joe MacDonald wrote: [Re: [yocto] [PATCH 0/2] Add some recipes] On 14.12.02 (Tue 14:03) Alexandru Vaduva wrote: Hello Bian, Did you

Re: [yocto] [meta-realtime][PATCH] meta-realtime: Add LAYERVERSION and LAYERDEPENDS

2014-12-02 Thread Bruce Ashfield
On 2014-12-02, 9:18 PM, jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com I happened to notice this and have grabbed the change. But make sure your workflow adds maintainers to the cc on patches, otherwise you can't blame anyone if they are missed/dropped. Bruce

Re: [yocto] [meta-yocto-bsp][PATCH] beaglebone.conf: update KERNEL_IMAGETYPE to match u-boot

2014-12-09 Thread Bruce Ashfield
On 12/09/2014 10:44 AM, Maciej Borzecki wrote: U-boot 2014.07 in Poky expects a zImage kernel image, thus a build done with current machien config will not be directly useable. Update machine config to produce a zImage. poky's README.hardware should be updated as well. When we wrote the

Re: [yocto] [meta-yocto-bsp][PATCH] beaglebone.conf: update KERNEL_IMAGETYPE to match u-boot

2014-12-09 Thread Bruce Ashfield
On 12/09/2014 12:59 PM, Maciek Borzecki wrote: On wto, 2014-12-09 at 10:51 -0500, Bruce Ashfield wrote: On 12/09/2014 10:44 AM, Maciej Borzecki wrote: U-boot 2014.07 in Poky expects a zImage kernel image, thus a build done with current machien config will not be directly useable. Update

Re: [yocto] [meta-yocto-bsp][PATCH] beaglebone.conf: update KERNEL_IMAGETYPE to match u-boot

2014-12-11 Thread Bruce Ashfield
On 12/11/2014 07:05 AM, Maciek Borzecki wrote: On wto, 2014-12-09 at 10:50 -0500, Denys Dmytriyenko wrote: On Tue, Dec 09, 2014 at 04:44:31PM +0100, Maciej Borzecki wrote: U-boot 2014.07 in Poky expects a zImage kernel image, thus a build done with current machien config will not be directly

Re: [yocto] bump linux-yocto-dev to 3.18?

2014-12-17 Thread Bruce Ashfield
On 14-12-17 01:02 PM, Cody P Schafer wrote: It looks like http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-dev/ is still sitting at 3.17.6, are their plans to merge the 3.18 changes? Or does linux-yocto-dev wait on stable kernel releases? Or is this blocked on something else I'm unaware

Re: [yocto] Kernel configuration

2015-01-02 Thread Bruce Ashfield
On Fri, Jan 2, 2015 at 9:52 AM, Chris Tapp opensou...@keylevel.com wrote: I thought I knew how to do this, but... ;-) I'm trying to add configuration items to the valleyisland BSP. I've got the following bbappend: File: linux-yocto_3.10.bbappend --- FILESEXTRAPATHS_prepend :=

Re: [yocto] yocto-custom-kernel issue

2015-02-03 Thread Bruce Ashfield
On 15-02-03 07:40 AM, Raghavendra Kakarla wrote: Hi, I want to add BSP layer for my mechine and I should take the our own customized kernel source(our kernel source). For that I add the BSP layer and wrote the recipe for that. My recipe is as follows:

Re: [yocto] Yocto-custom kernel build issue

2015-01-30 Thread Bruce Ashfield
On 15-01-30 09:08 AM, Raghavendra Kakarla wrote: Hi, I am new to yocto project build system. I downloaded the yocto project build system from git. I built for the all qemu architectures(MIPS,ARM,PPC,X86) and ran on qemu. all are working fine. Now I need to create a bsp layer for my board

Re: [yocto] [meta-selinux] Kernel bbappend missing for 3.17 ?

2015-02-06 Thread Bruce Ashfield
On 2015-02-06 7:37 AM, Timo Pulkkinen wrote: Hello, it seems that there is no bbappend -file for kernel 3.17 which causes selinux not to be enabled in the kernel. The repository contains only recipe/bbappend file for kernel 3.14 (linux-yocto_3.14.bbappend). Is this correct? If we wait a

Re: [yocto] Kernel build woes

2015-01-21 Thread Bruce Ashfield
On 15-01-21 11:02 AM, Gary Thomas wrote: Since the recent changes in how the kernel is built, some useful workflows have been broken. In particular when working on a kernel, I use this sequence quite a lot: $ bitbake virtual/kernel $ bitbake virtual/kernel -c devshell ... make some

Re: [yocto] can't find the source code of kernel

2015-01-15 Thread Bruce Ashfield
the qemuarm build you should also see a git.indirectionsymlink that points to the git tree in downloads/git2/ Cheers, Bruce Do you have any other better suggestion? Thank you very much. Neil -Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Thursday, January

Re: [yocto] can't find the source code of kernel

2015-01-15 Thread Bruce Ashfield
On 2015-01-15 5:03 AM, neil...@emerson.com wrote: Hi ,all The version of poky is 1.7. I build the linux-yocto is successful . bitbake linux-yocto But, why I can’t find the source code of linux in ${WORKDIR}. It should be there (note: it is about to move in master, but not in 1.7.1). In

Re: [yocto] Yocto Realtime tests on beaglebone black

2015-02-10 Thread Bruce Ashfield
the test. Bruce Interrupt response (microseconds) standard: min: 81, max:118, average: 84 rt: min: 224, max: 289, average: 231 Will share the .config later once I get on that machine. Steve On 10/02/2015 14:16, Bruce Ashfield wrote: On 15-02-10 08:06 AM, Stephen Flowers wrote: Hi All, I

Re: [yocto] Yocto Realtime tests on beaglebone black

2015-02-18 Thread Bruce Ashfield
that might be starving the handling of your interrupts ? Bruce Steve On 18/02/2015 14:57, Bruce Ashfield wrote: On 15-02-17 05:57 PM, Stephen Flowers wrote: I loaded the system effectively and also changed my rt application to use asynchronous IO - I find the rt kernel is much tighter at periodic

Re: [yocto] Yocto Realtime tests on beaglebone black

2015-02-12 Thread Bruce Ashfield
.) cyclictest should give us a standard baseline. On 02/11/2015 10:25 AM, Bruce Ashfield wrote: On 15-02-11 03:50 AM, Stephen Flowers wrote: my bad, here is the patch set. As for load, only system idle load for the results I posted previously. Will run some cyclic test next. One thing that did jump

Re: [yocto] meta-oracle-java error when building a recipe

2015-02-17 Thread Bruce Ashfield
On 15-02-17 11:17 AM, Alexandru Vaduva wrote: When trying to build 'oracle-jse-jdk' from meta-oracle-java layer I found this errors. ERROR: Nothing PROVIDES 'oracle-jse-jdk' ERROR: oracle-jse-jdk was skipped: True bitbake-layers show-recipes | grep oracle- Parsing

Re: [yocto] meta-oracle-java error when building a recipe

2015-02-17 Thread Bruce Ashfield
) return javaPkg Unless someone extends arch support to ARMv7, that skip is going to persist. Cheers, Bruce On Tuesday, February 17, 2015 7:08 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 15-02-17 11:17 AM, Alexandru Vaduva wrote: When trying to build 'oracle-jse

Re: [yocto] kernel config and meta-altera

2015-02-17 Thread Bruce Ashfield
On 15-02-17 07:55 AM, PIEWALD Georg wrote: Hi all, I'm rather new to the Yocto world so please bear with me. I built a Linux kernel using the Altera Golden System Reference Design [1], which is a 1GB tarball containing all required layers and all source code. Works fine. Now I'd like to

Re: [yocto] Yocto Realtime tests on beaglebone black

2015-02-18 Thread Bruce Ashfield
206.8056595 Standard Min-608.667123.75 Max612448.083 Avg0.5557039153.5281784 All help appreciated, Steve On 13/02/2015 05:08, Bruce Ashfield wrote: On 2015-02-12 7:20 PM, William Mills wrote: On 02/12/2015 05:05 PM, Stephen Flowers

Re: [yocto] (IIO) ADC freeze on am335x processor on 3.14.26ltsi kernel

2015-01-27 Thread Bruce Ashfield
On 15-01-26 11:54 PM, Yani Dubin wrote: Hi, I have run up against a kernel bug on the dizzy branch where a read of an ADC channel (IIO bus) on a Sitara (am335x) processor locks up the process reading the /sys/bus/iio/devices/iio\:device0/in_voltage?_raw node. The system remains stable, but

Re: [yocto] (IIO) ADC freeze on am335x processor on 3.14.26ltsi kernel

2015-01-27 Thread Bruce Ashfield
On 2015-01-27 9:13 PM, Yani Dubin wrote: On 28 January 2015 at 12:19, Yani Dubin yani.du...@taitradio.com mailto:yani.du...@taitradio.com wrote: Since this is my first time reporting a kernel bug, and I now know exactly what I am looking for can you give me any pointers on where/how

Re: [yocto] linux: having problems forcing a kernel recompile...

2015-01-10 Thread Bruce Ashfield
On Fri, Jan 9, 2015 at 11:32 AM, Bob Cochran yo...@mindchasers.com wrote: Hi, I'm working with the latest poky master branch (as of this morning: 876370419a), and I can't force a recompile of the kernel: $ bitbake virtual/kernel -c compile -f fails with | make[2]: *** [prepare3] Error 1

<    3   4   5   6   7   8   9   10   11   12   >