Re: [yocto] Kernel config incremental modification not working.

2016-12-08 Thread Bruce Ashfield
On 2016-12-08 09:06 AM, Bent Bisballe Nyeng wrote: Hi list I am working on a project based on the iMX6UL-EVK using the meta-fsl-arm layer for the kernel. In a local layer I have a bbappend recipe containing a patch for an extra kernel feature (a framebuffer device) in that kernel as well as a .c

Re: [yocto] yocto-kernel-tools and multiple users

2016-12-01 Thread Bruce Ashfield
On 12/01/2016 06:09 PM, Trevor Woerner wrote: On Thu 2016-12-01 @ 05:50:21 PM, Bruce Ashfield wrote: Can you just provide me the details of exactly how you are invoking the build that triggers the error ? $ git clone git://git.openembedded.org/openembedded-core.git (HEAD

Re: [yocto] yocto-kernel-tools and multiple users

2016-12-01 Thread Bruce Ashfield
On 12/01/2016 06:09 PM, Trevor Woerner wrote: On Thu 2016-12-01 @ 05:50:21 PM, Bruce Ashfield wrote: Can you just provide me the details of exactly how you are invoking the build that triggers the error ? $ git clone git://git.openembedded.org/openembedded-core.git (HEAD

Re: [yocto] yocto-kernel-tools and multiple users

2016-12-01 Thread Bruce Ashfield
On 12/01/2016 05:44 PM, Trevor Woerner wrote: On Thu 2016-12-01 @ 05:28:20 PM, Bruce Ashfield wrote: Gah, that's my bad. I'm currently in transit for a trip to Europe, but I'll fix this to use mktmp and friends tomorrow and send out a patch. Great, thanks :-) I think there mi

Re: [yocto] yocto-kernel-tools and multiple users

2016-12-01 Thread Bruce Ashfield
nter to the input file and the specific > line > that caused the problem. > > Signed-off-by: Bruce Ashfield > > diff --git a/tools/scc b/tools/scc > index b6ab747..0294103 100755 > --- a/tools/scc > +++ b/tools/scc >

Re: [yocto] Warning on mips64

2016-11-17 Thread Bruce Ashfield
On 2016-11-17 01:06 AM, Gary Thomas wrote: I'm trying to build qemumips64 and get this warning: = WARNING: linux-yocto-4.8.6+gitAUTOINC+87e5fc8b7c_edcb167f91-r0 do_kernel_configcheck: [kernel config]: specified v

Re: [yocto] Correct way to build patched kernel modules

2016-11-14 Thread Bruce Ashfield
On 2016-11-14 10:01 AM, Mert Can Ergun wrote: Hi! I am currently using a kernel bbappend file to build my kernel and kernel modules. My bbappend file looks like this: linux-imx_%.bbappend SUMMARY = "Patches applied to Freescale kernel" DESCRIPTION = "blank" FILESPATH_prepend := "${THISDIR}/pat

Re: [yocto] How do I correctly export uapi kernel headers to SDK ?

2016-11-10 Thread Bruce Ashfield
On 2016-11-10 05:35 AM, Christian Charreyre wrote: Hello all, I'm using yocto krogoth and I'm developing a kernel driver for linux 4.4. This kernel driver implements many ioctl so I've created a new header for them in include/uapi. Now I would like to make it available in the SDK generated by y

Re: [yocto] [meta-raspberrypi] Linux Kernel In Temporary Source Code Directory Is Not a git repository"

2016-11-10 Thread Bruce Ashfield
On Thu, Nov 10, 2016 at 8:10 AM, Thomas A. F. Thorne MEng AUS MIET < thomas.tho...@net2edge.com> wrote: > I am having some trouble attempting to create Kernel patches as per the > Yocto Project Development Manual, section 5.10.3. Creating the Patch: > http://www.yoctoproject.org/docs/2.1.1/dev-man

Re: [yocto] 2.2 release note material

2016-10-19 Thread Bruce Ashfield
On 2016-10-19 10:25 PM, Paul Eggleton wrote: Hi all, I've been gathering material for the 2.2 release notes, here is what I have at the moment. Things missing: * Any new features/enhancements for the kernel tools - Bruce, is there anything worth noting? It is probably worth mentioning a few t

Re: [yocto] General policies for CVE fixes

2016-10-19 Thread Bruce Ashfield
On 2016-10-19 06:42 AM, Sona Sarmadi wrote: From https://wiki.yoctoproject.org/wiki/Stable_branch_maintenance: General policies: Fixes must go into master first unless they are applicable only to the stable branch; if back-porting to an older stable branch, the fix should first be applied to

Re: [yocto] General policies for CVE fixes

2016-10-17 Thread Bruce Ashfield
On 2016-10-17 03:11 PM, Sona Sarmadi wrote: Hi all, From https://wiki.yoctoproject.org/wiki/Stable_branch_maintenance: /General policies: / * /Fixes must go into master first unless they are applicable only to the stable branch; if back-porting to an older stable branch, the fix shou

Re: [yocto] [meta-virtualization][PATCH] libvirt: remove .o files for ptest

2016-09-22 Thread Bruce Ashfield
On 2016-09-22 03:42 AM, kai.k...@windriver.com wrote: From: Kai Kang When do split_and_strip_files, it may calls debugedit to deal elf files. For ptest sub-package, it fails to run debugedit with .o files. So remove the .o files which are redundant to run ptest cases. Wrong mailing list (stil

[yocto] [PATCH 0/3] yocto-bsp: update h/w reference versions

2016-09-20 Thread Bruce Ashfield
Hi all, As a follow on to the pull request to oe-core, this is an update for the hardware reference BSPs. I tweaked the commits from Kevin Hao to have slightly newer SRCREVs, but they are otherwise unchanged. With this we shouldn't have mismatches in the PV, and will be building and booting the

[yocto] [PATCH 2/3] meta-yocto-bsp: linux 4.4: bump to the latest stable version for the non-x86 BSPs

2016-09-20 Thread Bruce Ashfield
From: Kevin Hao Boot test for all these boards. Signed-off-by: Kevin Hao Signed-off-by: Bruce Ashfield --- meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux

[yocto] [PATCH 3/3] meta-yocto-bsp: bump to linux-yocto 4.8 for the non-x86 BSPs

2016-09-20 Thread Bruce Ashfield
From: Kevin Hao Boot test for all these boards. Signed-off-by: Kevin Hao Signed-off-by: Bruce Ashfield --- meta-yocto-bsp/conf/machine/beaglebone.conf | 2 +- meta-yocto-bsp/conf/machine/edgerouter.conf | 2 +- meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf

[yocto] [PATCH 1/3] meta-yocto-bsp: linux 4.1: bump to the latest stable version for the non-x86 BSPs

2016-09-20 Thread Bruce Ashfield
From: Kevin Hao Boot test for all these boards. Signed-off-by: Kevin Hao Signed-off-by: Bruce Ashfield --- meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux

Re: [yocto] Poky/krogoth core-image-rt

2016-09-09 Thread Bruce Ashfield
On 2016-09-09 2:33 PM, Clark, Mark A wrote: All, I am still running into issues on building the RT image. I was able to configure poky/jethro to create the core-image-rt. That being said the kernel boot would hang at switching clock source “Switching to clocksource tsc”. I was attempting to

Re: [yocto] [EXTERNAL] Re: Update on issue witn do_package_qa

2016-09-08 Thread Bruce Ashfield
to finish: Summary: 1 task failed: /home/yocto/poky-contrib-1a167ae1d023bfb27eee741a9ee6765f9ea732b7/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb, do_package_qa Summary: There was 1 WARNING message shown. Summary: There were 3 ERROR messages shown, returning a non-zero exit code. -Orig

Re: [yocto] Update on issue witn do_package_qa

2016-09-07 Thread Bruce Ashfield
On 2016-09-06 8:42 PM, Bruce Ashfield wrote: On 2016-09-06 2:17 PM, Clark, Mark A wrote: Did a complete clone / checkout of krogoth this morning. Same results. Can’t get a core-image-rt build of the latest poky. I'll fire off a build for this on Wednesday. As I mentioned, I've

Re: [yocto] Update on issue witn do_package_qa

2016-09-06 Thread Bruce Ashfield
On 2016-09-06 2:17 PM, Clark, Mark A wrote: Did a complete clone / checkout of krogoth this morning. Same results. Can’t get a core-image-rt build of the latest poky. I'll fire off a build for this on Wednesday. As I mentioned, I've fixed this in other branches, and this is very likely the s

Re: [yocto] custom linux kernel recipe

2016-09-05 Thread Bruce Ashfield
On 2016-09-05 6:06 AM, Mircea Gliga wrote: Thanks Bruce for your help! It works now, with the defconfig from 4.8. Great news! Bruce Have a nice day ! Mircea On 09/02/2016 06:26 PM, Bruce Ashfield wrote: On 2016-09-02 09:58 AM, Bruce Ashfield wrote: On 2016-09-02 03:51 AM, Mircea Gliga

Re: [yocto] Linux-yocto-rt-4.4.11

2016-09-02 Thread Bruce Ashfield
The issue is that x86 defaults to 64bit, and this is a 32 bit build. We had to force disable it, to get the kernel to build 32bit. The commit is here (on git://git.yoctoproject.org/yocto-kernel-cache yocto-4.4 branch): commit ff423148afe0b7e48ea8a8c0758391f9b4790912 Author: Bruce Ashfield Date

Re: [yocto] custom linux kernel recipe

2016-09-02 Thread Bruce Ashfield
On 2016-09-02 09:58 AM, Bruce Ashfield wrote: On 2016-09-02 03:51 AM, Mircea Gliga wrote: Hi Bruce, Do you have any new input in regards with qemuarm booting with kernel 4.7.2 LTS ? Have you managed to test this ? I wander if this can be reproduce elsewhere and what's the solution for it

Re: [yocto] custom linux kernel recipe

2016-09-02 Thread Bruce Ashfield
e 4.8 kernel, but I *think* the coast is clear on that front (for the moment). I can try and spin up a korg based 4.7.x build and see how it goes. Bruce Thanks Mircea On 08/30/2016 06:09 PM, Bruce Ashfield wrote: I'm finishing up 4.8 today, but without doing a boot test, I can't say

Re: [yocto] Automating imaging building and testing, what aproach to use!?

2016-08-31 Thread Bruce Ashfield
On 2016-08-31 6:23 PM, Paul Eggleton wrote: Hi Daniel, On Tue, 30 Aug 2016 17:18:44 Daniel. wrote: While writing software we're used to delivery packages, libraries and stacks. There are out there a lot of continuos integration solutions to automaticaly build and test these kinds of software. B

Re: [yocto] custom linux kernel recipe

2016-08-30 Thread Bruce Ashfield
Latest Stable Kernel, any suggestions on how to accomplish this ? It looks like the patch is not enough for kernel 4.7.2. I'm finishing up 4.8 today, but without doing a boot test, I can't say for sure. I'll see if I can cycle in some korg 4.7.x testing tomorrow to see if I can get a

Re: [yocto] [OE-core][yocto-kernel-tools][PATCH] merge_configs.sh: fail loudly if make also fails

2016-08-29 Thread Bruce Ashfield
On 2016-08-29 09:22 AM, Ioan-Adrian Ratiu wrote: On Mon, 29 Aug 2016, Bruce Ashfield wrote: On 2016-08-29 08:07 AM, Bruce Ashfield wrote: On Mon, Aug 29, 2016 at 5:19 AM, Ioan-Adrian Ratiu mailto:adrian.ra...@ni.com>> wrote: merge_configs.sh calls make on the generated kernel

Re: [yocto] custom linux kernel recipe

2016-08-29 Thread Bruce Ashfield
On 2016-08-29 07:34 AM, Mircea Gliga wrote: Hi I'm using krogoth and trying to create a qemu arm machine with the latest stable kernel 4.7.2. I created a recipe,recipes-kernel/linux/linux-stable_4.7.bb, in my layer with the following contents: --- inherit kernel require recipes-kernel/linux/lin

Re: [yocto] [OE-core][yocto-kernel-tools][PATCH] merge_configs.sh: fail loudly if make also fails

2016-08-29 Thread Bruce Ashfield
On 2016-08-29 08:07 AM, Bruce Ashfield wrote: On Mon, Aug 29, 2016 at 5:19 AM, Ioan-Adrian Ratiu mailto:adrian.ra...@ni.com>> wrote: merge_configs.sh calls make on the generated kernel config from the defconfig + fragments to fill in any missing symbols. make can fail and th

Re: [yocto] [OE-core][yocto-kernel-tools][PATCH] merge_configs.sh: fail loudly if make also fails

2016-08-29 Thread Bruce Ashfield
On Mon, Aug 29, 2016 at 5:19 AM, Ioan-Adrian Ratiu wrote: > merge_configs.sh calls make on the generated kernel config from > the defconfig + fragments to fill in any missing symbols. make > can fail and this can lead to nasty errors further on in the > build like generating an unbootable kernel

Re: [yocto] [meta-virtualization][PATCH] libvirt: fix CVE-2016-5008

2016-08-17 Thread Bruce Ashfield
On 2016-08-17 6:08 PM, Paul Eggleton wrote: On Tue, 16 Aug 2016 11:18:53 Bruce Ashfield wrote: Still going to the wrong list use: meta-virtualizat...@yoctoproject.org. FYI I can recommend the following to make this easy in future (it's how I deal with the issue):

Re: [yocto] [meta-virtualization][PATCH] libvirt: fix CVE-2016-5008

2016-08-16 Thread Bruce Ashfield
Still going to the wrong list use: meta-virtualizat...@yoctoproject.org. On 2016-08-15 11:21 PM, kai.k...@windriver.com wrote: From: Kai Kang Backport patch to fix CVE-2016-5008 from: https://libvirt.org/git/?p=libvirt.git;a=commit;h=f32441c I typically prefer uprevs to backports for these

Re: [yocto] [meta-virtualization][PATCH] Fix build error for arm

2016-08-08 Thread Bruce Ashfield
On Sun, Aug 7, 2016 at 10:33 PM, wrote: > From: Kai Kang > > When build for qemuarm, it fails to do compile_ptest_base. > > Wrong mailing list (use meta-virtualizat...@yoctoproject.org). But I've grabbed this and merged it anyway. Bruce > Kai Kang (1): > libvirt: fix build error for arm >

Re: [yocto] [GIT PULL | BXT-REBASE] USB Perihperal RTPM fixes

2016-08-04 Thread Bruce Ashfield
On Thu, Aug 4, 2016 at 11:52 AM, Kumar, Anil K wrote: > > > Anil K Kumar, PhD > Principal Engineer > Lead System Architect > Makers & Innovators Group (MIG) / New Technology Group (NTG) > A clean resend would have been better, since this history comes through somewhat mangled with a forward like

Re: [yocto] [PATCH] libvirt: upgrade 1.3.2 -> 1.3.5

2016-08-04 Thread Bruce Ashfield
Wrong mailing list (it should be meta-virtualizat...@yoctoproject.org), but I can pick up this change from here No need to resend. Bruce On Thu, Aug 4, 2016 at 5:38 AM, wrote: > From: Kai Kang > > Upgrade libvirt from 1.3.2 to 1.3.5. > > * update checksums and remove PR > * remove trailing w

Re: [yocto] [OE-core] Snaps on Yocto/OpenEmbedded

2016-08-01 Thread Bruce Ashfield
On Mon, Aug 1, 2016 at 7:32 AM, Simon Fels wrote: > Hey everyone, > > I've worked on a new layer recently which brings snaps to any > Yocto/OpenEmbedded based system. > > If you have never heard about snaps yet you will find most details at > http://snapcraft.io/ but generally snaps are a new pac

Re: [yocto] [linux-yocto] The kernel versions used by Yocto

2016-07-28 Thread Bruce Ashfield
On 2016-07-28 12:00 AM, Zhenhua Luo wrote: Hi, I want to understand the kernel version selection criteria of Yocto release, can somebody please help to comment on it? I recall that Yocto uses the LTSI kernel, may I know if this is still the case? I was about to describe the process .. but the

Re: [yocto] Some partial kernel configs applied some are ignored

2016-07-26 Thread Bruce Ashfield
On 2016-07-26 02:32 AM, Mircea Gliga wrote: Hello I have my own layer and I am trying to configure the kernel using partial configs. I'm trying to enable netfilter support into the kernel - not as modules, so I set the CONFIG to "y" I've created a bbappend file in my layer, here: recipes-ker

Re: [yocto] kernel-devsrc and .kernel-meta

2016-07-26 Thread Bruce Ashfield
On 2016-07-26 05:15 AM, Jacob Kroon wrote: Hi, I've added kernel-devsrc to TOOLCHAIN_TARGET_TASK for the SDK. After installing the SDK, /usr/src/kernel/ contains a .kernel-meta/ directory of size ~18MB. After some rebuilds, and new SDK generation/installation, that directory has grown to 512MB.

Re: [yocto] Kernel bug 109051

2016-07-25 Thread Bruce Ashfield
On 2016-07-25 2:47 AM, Chris Tapp wrote: Hi Bruce, On 25 Jul 2016, at 03:40, Bruce Ashfield wrote: On 2016-07-24 6:09 PM, Chris Tapp wrote: I’m using the meta-intel “valley-island” BSP under “krogoth” and think I may have run into https://bugzilla.kernel.org/show_bug.cgi?id=109051. I’m

Re: [yocto] linux-yocto: memory leak in krogoth 4.1.28 kernel

2016-07-24 Thread Bruce Ashfield
On Sun, Jul 24, 2016 at 2:42 PM, Chris Sykes < ch...@newforest-technology.co.uk> wrote: > Hi, > > At the end of last week I hit a known kernel memory leak in the > linux-yocto 4.1 branch, as delivered in 2.1 / krogoth. It rather quickly > results in an OOM kernel panic on my platform (x86, 1G RAM

Re: [yocto] Kernel bug 109051

2016-07-24 Thread Bruce Ashfield
On 2016-07-24 6:09 PM, Chris Tapp wrote: I’m using the meta-intel “valley-island” BSP under “krogoth” and think I may have run into https://bugzilla.kernel.org/show_bug.cgi?id=109051. I’m using a J1900 (listed as affected) and the system locks up totally (running a graphics-based application)

Re: [yocto] kernel menuconfig/ncurses patch in linux-yocto

2016-07-21 Thread Bruce Ashfield
On 2016-07-21 10:24 AM, Jacob Kroon wrote: On Thu, Jul 21, 2016 at 3:06 PM, Bruce Ashfield wrote: On 2016-07-21 08:58 AM, Bruce Ashfield wrote: On 2016-07-21 02:35 AM, Jacob Kroon wrote: On Thu, Jul 21, 2016 at 5:22 AM, Bruce Ashfield wrote: On 2016-07-20 4:19 PM, Jacob Kroon wrote

Re: [yocto] kernel menuconfig/ncurses patch in linux-yocto

2016-07-21 Thread Bruce Ashfield
On 2016-07-21 08:58 AM, Bruce Ashfield wrote: On 2016-07-21 02:35 AM, Jacob Kroon wrote: On Thu, Jul 21, 2016 at 5:22 AM, Bruce Ashfield wrote: On 2016-07-20 4:19 PM, Jacob Kroon wrote: Hi, I'm trying to get the SDK to be able to run the kernel's "make menuconfig" ta

Re: [yocto] kernel menuconfig/ncurses patch in linux-yocto

2016-07-21 Thread Bruce Ashfield
On 2016-07-21 02:35 AM, Jacob Kroon wrote: On Thu, Jul 21, 2016 at 5:22 AM, Bruce Ashfield wrote: On 2016-07-20 4:19 PM, Jacob Kroon wrote: Hi, I'm trying to get the SDK to be able to run the kernel's "make menuconfig" target using nativesdk-ncurses from the SD

Re: [yocto] kernel menuconfig/ncurses patch in linux-yocto

2016-07-20 Thread Bruce Ashfield
On 2016-07-20 4:19 PM, Jacob Kroon wrote: Hi, I'm trying to get the SDK to be able to run the kernel's "make menuconfig" target using nativesdk-ncurses from the SDK. Looking at http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-4.4/commit/scripts/kconfig/lxdialog/check-lxdialog.sh?h=standard/

Re: [yocto] Docker and Yocto

2016-07-17 Thread Bruce Ashfield
I was headed with my description above :) Bruce p.s. the playground is: https://github.com/OverC/meta-overc Regards, 2016-07-15 11:43 GMT-03:00 Bruce Ashfield : Yep, that's something that we test consistently with the docker support in meta-virtualization. Bruce On Fri, Jul 15, 2016 at 9:56

Re: [yocto] Docker and Yocto

2016-07-15 Thread Bruce Ashfield
Yep, that's something that we test consistently with the docker support in meta-virtualization. Bruce On Fri, Jul 15, 2016 at 9:56 AM, Daniel. wrote: > Is anybory out there using Docker containers inside Yocto images? I > have some machines running at ARMv7 architeture and I want to know if > t

Re: [yocto] how to tftp download a newer u-boot into RAM and simply execute it?

2016-07-06 Thread Bruce Ashfield
On 2016-07-06 03:14 PM, Robert P. J. Day wrote: On Wed, 6 Jul 2016, Chris Hallinan wrote: Hi Robert, That's not old, that's ancient in dog^HU-Boot years - LOL! It's been quite a while since I looked at a PPC U-Boot, but at a minimum, you will need to link U-Boot to a RAM'able address. By defa

Re: [yocto] question: yocto-bsp tool warnings

2016-06-24 Thread Bruce Ashfield
On 2016-06-23 05:52 PM, Jake Swensen wrote: I've been looking into setting up my own BSP layer based on the standard/beaglebone branch and I've run into some warnings I wasn't familiar with. I created a test BSP with the yocto-bsp tool and set MACHINE=test, (which is the name of my meta layer) th

Re: [yocto] How to set KCONFIG_MODE for defconfig and fragments

2016-06-12 Thread Bruce Ashfield
On 2016-06-12 9:40 PM, Kunihiko Hayashi wrote: Hello, all Now I'm trying to build my own kernel with linux-yocto recipe, and I make kernel configuration fragments (".cfg" file) according to "Linux Kernel Development Manual", and my fragments can't be applied to the kernel at all. I find that li

Re: [yocto] rootfs mounted read-only on Live USB (x86-64)

2016-06-03 Thread Bruce Ashfield
On 2016-06-03 11:33 AM, Bruce Ashfield wrote: On 2016-06-03 10:15 AM, Dan O'Donovan wrote: On 06/03/2016 10:54 AM, Oleksandr Poznyak wrote: Hi, Hi Oleksandr Check if "read-only-rootfs" feature is added to any of these variables either in your local.conf or your image

Re: [yocto] rootfs mounted read-only on Live USB (x86-64)

2016-06-03 Thread Bruce Ashfield
SRCREVs for older branches haven't been updated yet. commit ed2314d234ff26ed50342264e432392c8908c66b Author: Bruce Ashfield Date: Wed Jul 8 15:46:25 2015 -0400 aufs4: core support Integrating the core aufs4 support from: git://github.com/sfjro/aufs4-standalone.git Si

Re: [yocto] poky master issue with kernel and gcc version

2016-06-02 Thread Bruce Ashfield
On 2016-06-02 12:33 PM, Eystein Måløy Stenberg wrote: On 01/06/16 19:53, Bruce Ashfield wrote: On 2016-06-01 10:48 PM, Eystein Måløy Stenberg wrote: Hi, I am trying to build a vexpress-qemu machine targe from poky's master branch, but I get this error compiling the kernel: | /home/yocto

Re: [yocto] poky master issue with kernel and gcc version

2016-06-01 Thread Bruce Ashfield
On 2016-06-01 10:48 PM, Eystein Måløy Stenberg wrote: Hi, I am trying to build a vexpress-qemu machine targe from poky's master branch, but I get this error compiling the kernel: | /home/yocto/poky/build/tmp/work-shared/vexpress-qemu/kernel-source/include/linux/compiler-gcc.h:121:30: fatal erro

Re: [yocto] any pointers to a yocto-based image to use as a live install utility?

2016-05-25 Thread Bruce Ashfield
On 2016-05-25 11:26 AM, Robert P. J. Day wrote: On Wed, 25 May 2016, Bruce Ashfield wrote: On 2016-05-25 11:00 AM, akuster wrote: Robert, On 05/25/2016 03:18 AM, Robert P. J. Day wrote: specifically in the context of powerpc systems, are there any suggestions for an image that could be

Re: [yocto] any pointers to a yocto-based image to use as a live install utility?

2016-05-25 Thread Bruce Ashfield
On 2016-05-25 11:00 AM, akuster wrote: Robert, On 05/25/2016 03:18 AM, Robert P. J. Day wrote: specifically in the context of powerpc systems, are there any suggestions for an image that could be used to boot an older powerpc system, running completely out of ram, and using that as an insta

Re: [yocto] [meta-virtualization][PATCH] Use bb.utils.contains instead of base_contains because it is deprecated

2016-05-25 Thread Bruce Ashfield
On 2016-05-25 4:27 AM, Thomas Perrot wrote: Signed-off-by: Thomas Perrot I already had a change queued here for this, that I managed to forget to push. I'll rebase and do that now. Cheers, Bruce --- recipes-containers/containerd/containerd_git.bb | 6 +++--- 1 file changed, 3 insertions(

Re: [yocto] Formulating Recipe for out-of-tree kernel module

2016-05-10 Thread Bruce Ashfield
On 2016-05-10 9:57 AM, Chris Trobridge wrote: Thanks Joel, I can build the module but I am trying to find out the best way to do this with yocto/bitbake. The build process for the second module I have requires the location of the first and then does copy the Module.symvers and accesses the head

Re: [yocto] Problems building core-minimal-rt on Jethro (2.0.1) and Krogoth (2.1)

2016-05-04 Thread Bruce Ashfield
On 2016-05-04 10:02 AM, Ronald Oakes wrote: My project will need to be real-time (we're probably putting a crystal controlled clock in), so I'd like to have the real-time kernel. So, I've been attempting to build core-minimal-rt on both 2.0.1 and 2.1. I get errors on both, albeit different error

Re: [yocto] Fetcher failure: Unable to find revision 2134d97aa3a7ce38bb51f933f2e20cafde371085 in branch master even from upstream

2016-04-25 Thread Bruce Ashfield
On 2016-04-25 9:05 PM, Jaggi, Manish wrote: From: Bruce Ashfield [bruce.ashfi...@windriver.com] Sent: Monday, April 25, 2016 11:04 PM To: Jaggi, Manish; Burton, Ross Cc: yocto@yoctoproject.org Subject: Re: [yocto] Fetcher failure: Unable to find revision

Re: [yocto] Fetcher failure: Unable to find revision 2134d97aa3a7ce38bb51f933f2e20cafde371085 in branch master even from upstream

2016-04-25 Thread Bruce Ashfield
On 2016-04-25 12:10 PM, Jaggi, Manish wrote: *From:* Burton, Ross *Sent:* Monday, April 25, 2016 8:12 PM *To:* Jaggi, Manish *Cc:* yocto@yoctoproject.org *Subject:* Re: [yocto] Fetcher failure: Unable to find revision 2134

Re: [yocto] is there a known issue with how SRC_URI uses OVERRIDES to locate .scc files?

2016-04-21 Thread Bruce Ashfield
On Thu, Apr 21, 2016 at 4:59 AM, Robert P. J. Day wrote: > On Wed, 20 Apr 2016, Bruce Ashfield wrote: > > > > > > > On Wed, Apr 20, 2016 at 6:37 PM, Robert P. J. Day > wrote: > > On Wed, 20 Apr 2016, Bruce Ashfield wrote: > > > > > Y

Re: [yocto] is there a known issue with how SRC_URI uses OVERRIDES to locate .scc files?

2016-04-20 Thread Bruce Ashfield
On Wed, Apr 20, 2016 at 6:37 PM, Robert P. J. Day wrote: > On Wed, 20 Apr 2016, Bruce Ashfield wrote: > > > You haven't supplied your SRC_URI in the question ... what does it > > look like ? > > > > It has no relation to the SRC_URI, probably a run of the mill

Re: [yocto] is there a known issue with how SRC_URI uses OVERRIDES to locate .scc files?

2016-04-20 Thread Bruce Ashfield
On Wed, Apr 20, 2016 at 2:31 PM, Robert P. J. Day wrote: > On Wed, 20 Apr 2016, Martin Jansa wrote: > > > On Wed, Apr 20, 2016 at 12:42:42PM -0400, Robert P. J. Day wrote: > > > > > > (i'm using wind river linux for this, but i'm getting the impression > > > that this might be coming from YP, s

Re: [yocto] module do_configure depends on kernel .config and headers

2016-04-19 Thread Bruce Ashfield
On 2016-04-18 6:16 AM, Vajzovic, Tom wrote: Hi Bruce, From: Bruce Ashfield Sent: 15 April 2016 18:15 On Fri, Apr 15, 2016 at 12:02 PM, Vajzovic, Tom wrote: I am using a meta layer provided by a SOM manufacturer. They have a recipe which sets: What branch are you using ? Fido. inherit

Re: [yocto] Adding kernel module to rootfs without changing machine's configuration

2016-04-18 Thread Bruce Ashfield
On 2016-04-18 2:54 AM, Yigal Reiss (yreiss) wrote: I am able to add a kernel module to the rootfs by appending it to the MACHINE_EXTRA_RDEPENDS of the .conf under the machine folder of the BSP. E.g. for adding nfq: MACHINE_EXTRA_RDEPENDS += "kernel-module-xt-multiport ... kernel-module-xt-nfq

Re: [yocto] module do_configure depends on kernel .config and headers

2016-04-15 Thread Bruce Ashfield
On Fri, Apr 15, 2016 at 12:02 PM, Vajzovic, Tom wrote: > Hi, > > I am using a meta layer provided by a SOM manufacturer. They have a > recipe which sets: > > What branch are you using ? master ? jethro ? ... something else ? The answer changes with the branch you are using since the management o

Re: [yocto] Adding Utilities to /proc

2016-04-01 Thread Bruce Ashfield
On 2016-04-01 12:07 PM, Haleigh Novak wrote: Hello All, Firstly I would like to say that I am new here and fairly new to Yocto, so I do apologize if this is the wrong board for this question. (And if it is could someone direct me to the correct board?) Background on me: graduated OSU before

Re: [yocto] how to organize my patches for multiple kernels and multiple target boards?

2016-03-02 Thread Bruce Ashfield
On 2016-03-02 10:41 AM, Robert P. J. Day wrote: Quoting Bruce Ashfield : On 16-03-01 05:44 AM, Robert P. J. Day wrote: also, once a .scc file is located, will the location of the listed .cfg and .patch/.diff files inside it start a whole new search process based on FILESEXTRAPATHS and

Re: [yocto] how to organize my patches for multiple kernels and multiple target boards?

2016-03-01 Thread Bruce Ashfield
On 2016-03-01 3:19 PM, Robert P. J. Day wrote: Quoting Bruce Ashfield : On 16-03-01 05:44 AM, Robert P. J. Day wrote: Quoting Andrea Adami : On Tue, Mar 1, 2016 at 12:19 AM, Robert P. J. Day wrote: (i posted a much lengthier version of this on oe-core recently, but i want to cut it down

Re: [yocto] how to organize my patches for multiple kernels and multiple target boards?

2016-03-01 Thread Bruce Ashfield
On 16-03-01 05:44 AM, Robert P. J. Day wrote: Quoting Andrea Adami : On Tue, Mar 1, 2016 at 12:19 AM, Robert P. J. Day wrote: (i posted a much lengthier version of this on oe-core recently, but i want to cut it down and ask specific questions to clarify what i *think* is going on.) i wan

Re: [yocto] how to organize my patches for multiple kernels and multiple target boards?

2016-02-29 Thread Bruce Ashfield
On 2016-02-29 6:19 PM, Robert P. J. Day wrote: (i posted a much lengthier version of this on oe-core recently, but i want to cut it down and ask specific questions to clarify what i *think* is going on.) i want to pull in an existing layer with recipes for linux-4.0.bb and linux-4.1.bb, an

[yocto] [PATCH 1/3] yocto-bsp: remove 3.14 and 3.19 bbappends

2015-12-18 Thread Bruce Ashfield
The 3.14 and 3.19 kernel have been removed from oe-core, so we drop our bbappends. Signed-off-by: Bruce Ashfield --- .../linux/linux-yocto-rt_3.14.bbappend | 33 .../linux/linux-yocto-tiny_3.14.bbappend | 33 .../linux/linux-yocto-tiny_3.19

[yocto] [PATCH 3/3] meta-yocto-bsp: remove 3.14 and 3.19 bbappends

2015-12-18 Thread Bruce Ashfield
the 3.14 and 3.19 kernels have been removed from oe-core master, so we drop the bbappens for the yocto reference BSPs. Signed-off-by: Bruce Ashfield --- .../linux/linux-yocto-rt_3.14.bbappend | 11 --- .../recipes-kernel/linux/linux-yocto_3.14.bbappend | 20

[yocto] [PATCH 0/3] yocto/meta-yocto-bsp: remove 3.14 and 3.19 references

2015-12-18 Thread Bruce Ashfield
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel-yocto Bruce Ashfield (3): yocto-bsp: remove 3.14 and 3.19 bbappends poky-lsb/poky-tiny: update preferred kernel to 4.1 meta-yocto-bsp: remove 3.14 and 3.19 bbappends .../linux/linux-yocto-rt_3.14.bbappend | 11 .../re

[yocto] [PATCH 2/3] poky-lsb/poky-tiny: update preferred kernel to 4.1

2015-12-18 Thread Bruce Ashfield
The 3.14 LTSI kernel has been removed, so we bump the preferred kernel version to 4.1. Signed-off-by: Bruce Ashfield --- meta-yocto/conf/distro/poky-lsb.conf | 2 +- meta-yocto/conf/distro/poky-tiny.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-yocto/conf

Re: [yocto] in-tree defconfig

2015-12-10 Thread Bruce Ashfield
On 12/09/2015 06:43 PM, Robert Berger wrote: Hi, This seems to do the trick: https://github.com/RobertBerger/meta-mainline/blob/jethro-training-v4.1.x/multi-v7-ml/recipes-kernel/linux/linux-yocto-custom.inc That's what I would have suggested. Set the kconfig mode so that in tree config becom

Re: [yocto] how can i figure out where a particular kernel config option came from?

2015-12-09 Thread Bruce Ashfield
On 12/09/2015 05:36 AM, Robert P. J. Day wrote: short version: with a short BSP layer i've been handed, the eventual kernel .config file ends up with the setting: CONFIG_WIRELESS=y which makes no sense as the target board has no wireless and the BSP itself doesn't set that, so how can i

Re: [yocto] [PATCH][yocto-kernel-cache] base.cfg: enable TMPFS_POSIX_ACL and TMPFS_XATTR

2015-12-07 Thread Bruce Ashfield
On 11/26/2015 02:50 AM, rongqing...@windriver.com wrote: From: Roy Li enable Tmpfs POSIX Access Control Lists and Tmpfs extended attributes this will remove the error when systemd apply the ACL to tmpfs: systemd-udevd[335]: Failed to apply ACL on /dev/dri/card0: Operation not supported

Re: [yocto] [PATCH][yocto-kernel-cache] netfilter: enable several netfilter options

2015-12-07 Thread Bruce Ashfield
On Tue, Dec 1, 2015 at 12:24 AM, Bruce Ashfield < bruce.ashfi...@windriver.com> wrote: > On 2015-11-30 8:08 PM, Rongqing Li wrote: > >> >> >> On 2015年11月30日 13:22, Bruce Ashfield wrote: >> >>> On 2015-11-26 12:25 AM, rongqing...@windriver.com wrot

Re: [yocto] PREEMPT-RT patch: wrong header

2015-12-07 Thread Bruce Ashfield
On 12/07/2015 08:03 AM, mike9874 channel wrote: Hello, i am building an image for qeumux86 with the PREEMT-RT patch. Therefore I use the following in my image.conf file: PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-rt" PREFERRED_VERSION_linux-yocto-rt ?= "4%" I get an image with the 4.1.8-rt

Re: [yocto] [meta-oracle-java][PATCH v2] oracle-jse-jdk: Don't use ${D} installing symlink target

2015-12-04 Thread Bruce Ashfield
to the final target so that the patch is correctly fixed up during populate_sysroot. Looks good to me: Acked-by: Bruce Ashfield Signed-off-by: Kyle Russell --- recipes-devtools/oracle-java/oracle-jse-jdk.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes

Re: [yocto] compiling out-of-tree modules with master

2015-12-01 Thread Bruce Ashfield
On 15-12-01 11:57 AM, Stuart Weaver wrote: Hi All, I’m currently merging my Yocto repo up to master (from Daisy). I’m having problems compiling some of the out-of-tree modules that we have which I’ve tracked down to the Makefiles looking for: include/generated/autoconf.h include/generated/uapi

Re: [yocto] [PATCH][yocto-kernel-cache] netfilter: enable several netfilter options

2015-11-30 Thread Bruce Ashfield
On 2015-11-30 8:08 PM, Rongqing Li wrote: On 2015年11月30日 13:22, Bruce Ashfield wrote: On 2015-11-26 12:25 AM, rongqing...@windriver.com wrote: From: Roy Li the below kernel options are enabled: LOG target support IPv6 connection tracking support, "addrtype" ad

Re: [yocto] [PATCH][yocto-kernel-cache] netfilter: enable several netfilter options

2015-11-29 Thread Bruce Ashfield
On 2015-11-26 12:25 AM, rongqing...@windriver.com wrote: From: Roy Li the below kernel options are enabled: LOG target support IPv6 connection tracking support, "addrtype" address type match support "recent" match support the default configuration of ufw(Uncomplicated Firew

Re: [yocto] [PATCH][yocto-kernel-cache] base.cfg: enable TMPFS_POSIX_ACL and TMPFS_XATTR

2015-11-29 Thread Bruce Ashfield
On 2015-11-26 2:50 AM, rongqing...@windriver.com wrote: From: Roy Li enable Tmpfs POSIX Access Control Lists and Tmpfs extended attributes this will remove the error when systemd apply the ACL to tmpfs: systemd-udevd[335]: Failed to apply ACL on /dev/dri/card0: Operation not supported

Re: [yocto] Copying the kernel in the poky directory

2015-11-26 Thread Bruce Ashfield
On 15-11-26 02:39 AM, Deepika Teriar wrote: Hi I am customizing yocto for beaglebone black I do not want my kernel to get downloaded from the git after I clean the build directory. So i have kept the linux-kernel directory with the name kernel-3.14.29 in the poky directory. And in the linux-yoct

Re: [yocto] kernel defconfig configuration

2015-10-30 Thread Bruce Ashfield
On 15-10-29 03:06 PM, Edward Wingate wrote: On Thu, Oct 29, 2015 at 6:10 AM, Bruce Ashfield wrote: That's the kernel's configuration subsystem at play, it still has to process the the defconfig (which was placed as .config before starting the kernel build). Invalid options are remov

Re: [yocto] kernel defconfig configuration

2015-10-29 Thread Bruce Ashfield
On 15-10-29 03:22 AM, Edward Wingate wrote: On Tue, Oct 27, 2015 at 5:36 AM, Daniel. wrote: I suggest that you do an "bitbake -fc configure YOUR_KERNEL" and inspect the .config WORKDIR folder. Is that yours .config? I'm not sure if this is the WORKDIR I'm suppose to be looking at, but after I

Re: [yocto] multiple yocto-kernel-cache mirrors support in linux-yocto style recipe

2015-10-20 Thread Bruce Ashfield
On 15-10-20 09:01 AM, Luo Zhenhua wrote: Hi, I created a bbappend for linux-yocto_4.1.bb to use our own kernel source git url, a yocto-kernel-cache git tree is created to manage the distro specific kernel fragments, I want to use both Yocto yocto-kernel-cache and our own yocto-kernel-cache git,

Re: [yocto] RFC: Yocto LTS?

2015-10-14 Thread Bruce Ashfield
On 15-10-14 11:12 AM, Chris Simmonds wrote: Hi, On 14/10/15 14:50, akuster808 wrote: Chris, On 10/14/2015 06:28 AM, Chris Simmonds wrote: Hi, Is there a statement about the period of support for a Yocto release? Looking through the updates, it seems that 12 months is typical, a was the case

Re: [yocto] Warning about auto generated BSP description

2015-09-14 Thread Bruce Ashfield
On 15-09-14 01:38 PM, Paul D. DeRocco wrote: From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] The tool may have created these files, but the question is .. What release are you using ? If you check something in the kernel meta directory, I can tell you if the warning is wrong, or

Re: [yocto] Warning about auto generated BSP description

2015-09-14 Thread Bruce Ashfield
On 15-09-13 04:15 PM, Paul D. DeRocco wrote: I'm getting the following warning: [kernel]: An auto generated BSP description was used, this normally indicates a misconfiguration. Check that your machine (chroma-bsp) has an associated kernel description. Googling turns up the information that thi

Re: [yocto] [meta-raspberrypi] kernel do_patch lasts ages

2015-08-31 Thread Bruce Ashfield
On 2015-08-31 9:07 PM, Andreas Müller wrote: On Thu, Aug 20, 2015 at 12:23 AM, Andreas Müller wrote: Hi since one week or so my build sometimes freezes with linux-raspberrypi-3.18.11+gitd64fa8121fca9883d6fb14ca06d2abf66496195e-r0 do_patch (pid 7335) without any progress noticeable. In log.d

Re: [yocto] [PATCH][meta-virtualization] openvsitch: set CONFIGUREOPT_DEPTRACK to empty

2015-08-26 Thread Bruce Ashfield
On 15-08-26 01:48 AM, rongqing...@windriver.com wrote: From: Roy Li compilation failed since the needed dirs maybe not created when make ".in" target, fix it by creating the needed dirs before, but mainstream thinks the needed dirs should be created when do configuration. at last, find CONFIGUR

Re: [yocto] qemux86 and generic86

2015-08-06 Thread Bruce Ashfield
On Wed, Aug 5, 2015 at 1:44 AM, Amit Kumar wrote: > Hi, > > > > I have a basic doubts on qemux86 build application image is not working on > generic86 target. > > Suppose I have a application which I would like to test on target board, but > the target board is not yet ready. If I will want to tes

Re: [yocto] Kernel header missing for specific Target

2015-07-23 Thread Bruce Ashfield
this e-mail is strictly forbidden. -Original Message----- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Friday, July 17, 2015 5:40 PM To: Gorny Krystian; yocto@yoctoproject.org Subject: Re: [yocto] Kernel header missing for specific Target On 15-07-17 09:55 AM, Gorny Krystian wro

Re: [yocto] Problem overwriting default kernel config values

2015-07-18 Thread Bruce Ashfield
On 2015-07-18 11:53 PM, Bruce Ashfield wrote: On 2015-07-17 9:35 PM, Ryan Soussan wrote: Hello, We're having a problem overwriting the default linux kernel config values. We tried adding our own .cfg file to our layer and appending it to the source url of the linux-yocto bitbake file.

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