Re: [yocto] Kernel modules packaged but not installed

2019-11-06 Thread Bruce Ashfield
> it installs nothing. The kernel-modules package is a meta-package. It is supposed to be empty. It has RDEPENDS on all of the other modules that were built. So if you install it, it pulls in all of the build and packaged modules. That works for rpm/ipk, or whatever package format you are usin

Re: [yocto] Adding KVM kernel modules to Yocto Kernel

2019-11-06 Thread Bruce Ashfield
m > picking up the pieces. The "kernel-modules" package is a meta package that installs all built modules onto the system. So unless you are really size constrained on the device, use it, and you'll get everything that was configured and built as a module. Bruce > > -Thanks!

Re: [yocto] Adding KVM kernel modules to Yocto Kernel

2019-11-06 Thread Bruce Ashfield
On Wed, Nov 6, 2019 at 11:30 AM Wayne Li wrote: > > Dear Yocto Developers, > > I'm trying to get KVM added and working on a Yocto kernel I built up for a > T4240 RDB (has a PowerPC CPU). KVM isn't working and the reason why it isn't > working seems to be I'm missing the necessary kernel modules

Re: [yocto] Kernel modules packaged but not installed

2019-11-06 Thread Bruce Ashfield
On Wed, Nov 6, 2019 at 11:06 AM Dimitris Tassopoulos wrote: > > Hi all. I have a weird issue with the kernel modules not being installed in > the image and also not packaged. > I see the packages for individual "kernel-module-*.ipk" modules but the > "kernel-modules_*.ipk" is always > empty. > >

Re: [yocto] Kernel patches pulled from BSP definition file are not applied

2019-10-14 Thread Bruce Ashfield
On Mon, Oct 14, 2019 at 5:50 AM Diego Santa Cruz wrote: > > > From: Bruce Ashfield > > > > On Fri, Oct 11, 2019 at 1:11 PM Diego Santa Cruz > > wrote: > > > > > > > Can anyone provide some advice as to what would be the recommended way > >

Re: [yocto] Kernel patches pulled from BSP definition file are not applied

2019-10-11 Thread Bruce Ashfield
On Fri, Oct 11, 2019 at 1:11 PM Diego Santa Cruz wrote: > > Hi, > > > > I have not received any feedback on the below email and I am not sure I am > doing the right thing. > > > > Can anyone provide some advice as to what would be the recommended way to > apply kernel patches listed in a mybsp-p

Re: [yocto] Kernel patches pulled from BSP definition file are not applied

2019-10-11 Thread Bruce Ashfield
Hi Diego, I didn't see your original email. I'm stepping out for a holiday weekend now, but will write up an explanation of the history reasons for what you are seeing when I get a few minutes over the next few days. Cheers, Bruce On Fri, Oct 11, 2019 at 1:11 PM Diego Santa Cruz wrote: > > Hi,

Re: [yocto] Building a out of tree kernel module on target system

2019-10-04 Thread Bruce Ashfield
On Fri, Oct 4, 2019 at 11:40 AM Shravan Singh wrote: > > Hello, > > I am trying to build an out of tree service module on a yocto raspberry pi > image(target system). > I am using yocto version warrior > and my machine is Raspberrypi-cm3 > Kernel version is 4.19.58 > > I was able to get the build

[yocto] [PATCH v2] yocto-bsps: update to v5.2.17

2019-09-26 Thread bruce . ashfield
From: Bruce Ashfield Updating the reference BSP SRCREVs and versions to 5.2.17 to match the latest for qemu* and to pickup some reference board specific patches. Signed-off-by: Bruce Ashfield --- v2: make sure that genericx86 and beaglebone-yocto are updated .../linux/linux-yocto_5.2

Re: [yocto] [PATCH] yocto-bsps: update to v5.2.17

2019-09-26 Thread Bruce Ashfield
On Thu, Sep 26, 2019 at 12:55 PM wrote: > From: Bruce Ashfield > > Updating the reference BSP SRCREVs and versions to 5.2.17 to match > the latest for qemu* and to pickup some reference board specific > patches. > > Signed-off-by: Bruce Ashfield > --- > .../lin

[yocto] [PATCH] yocto-bsps: update to v5.2.17

2019-09-26 Thread bruce . ashfield
From: Bruce Ashfield Updating the reference BSP SRCREVs and versions to 5.2.17 to match the latest for qemu* and to pickup some reference board specific patches. Signed-off-by: Bruce Ashfield --- .../linux/linux-yocto_5.2.bbappend | 16 1 file changed, 8

Re: [yocto] perf.bb on poky master branch

2019-09-04 Thread Bruce Ashfield
On Wed, Sep 4, 2019 at 4:53 AM vygu wrote: > > Hello, > > Just to signal there are several mistakes with the recipe "perf.bb" from poky > on master (currently: e2bde009b325b40641407ecf50f54ed8c41726d6) > > - If "Python 3 is not yet supported" by "perf" sources, it causes an issue > during the do

Re: [yocto] [meta-cloud-services][PATCH] glusterfs: support usrmerge

2019-09-03 Thread Bruce Ashfield
merged Bruce On Fri, Aug 30, 2019 at 2:13 AM wrote: > > From: Changqing Li > > Signed-off-by: Changqing Li > --- > recipes-extended/glusterfs/glusterfs.inc | 8 +--- > 1 file changed, 5 insertions(+), 3 deletions(-) > > diff --git a/recipes-extended/glusterfs/glusterfs.inc > b/recipes-ex

[yocto] [PATCH v2] meta-yocto-bsp: Bump to the v5.2 kernel

2019-08-30 Thread bruce . ashfield
/pipermail/linux-yocto/2019-August/007908.html Signed-off-by: Kevin Hao Signed-off-by: Bruce Ashfield --- v2: This is a minor tweak to the SRCREVs from Kevin's original version, everything else is unchanged. The meta changes are also in the latest linux-yocto 5.2 recipes. Bruce ...

Re: [yocto] getting error in "make-mod-scripts-1.0-r0" while building meta-altera kernel as local source

2019-07-17 Thread Bruce Ashfield
On Wed, Jul 17, 2019 at 7:43 AM praveen vattipalli wrote: > > Hi All, > we are upgrading Yocto from Krogath to Sumo version. > while using meta-altera kernel source as local source, > > if i use EXTERNALSRC_BUILD variable > EXTERNALSRC = > "${TOPDIR}/../meta-altera/recipes-kernel/linux/files/ker

Re: [yocto] [meta-cloud-services][PATCH 2/2] nss-pam-ldapd: add required distro feature check for pam

2019-07-03 Thread Bruce Ashfield
merged. Bruce On Sun, Jun 30, 2019 at 10:09 PM wrote: > > From: Mingli Yu > > As nss-pam-ldapd depends on libpam, it should do > required distro feature check for pam. > > Signed-off-by: Mingli Yu > --- > recipes-support/nss-pam-ldapd/nss-pam-ldapd_0.9.8.bb | 3 ++- > 1 file changed, 2 insert

Re: [yocto] [meta-cloud-services][PATCH 1/2] meta-cloud-services: add layer depends on networking-layer

2019-07-03 Thread Bruce Ashfield
merged Bruce On Sun, Jun 30, 2019 at 10:08 PM wrote: > > From: Mingli Yu > > Since spice of meta-cloud-services depends on > cyrus-sasl which comes from networking-layer, > add missing layer depends back. > > Signed-off-by: Mingli Yu > --- > conf/layer.conf | 2 +- > 1 file changed, 1 inserti

Re: [yocto] arm yocto-linux custom defconfig not working

2019-06-06 Thread Bruce Ashfield
s perhaps being selected by an option, or a default configuration was being assumed .. you will see some minor deltas. Bruce > > Pierluigi > > On 06/06/19 15:47, Bruce Ashfield wrote: > > On Thu, Jun 6, 2019 at 9:38 AM Pierluigi Greto > > wrote: > >> Hi, > >

Re: [yocto] arm yocto-linux custom defconfig not working

2019-06-06 Thread Bruce Ashfield
On Thu, Jun 6, 2019 at 9:38 AM Pierluigi Greto wrote: > > Hi, > > I have to create a custom 4.14.49 linux kernel. In my recipe I have added my > defconfig, but yocto it's not taking in consideration the defconfig. Instead > it's building the kernel using the default values. Also the compilation

Re: [yocto] warrior: QA issue when bump kernel to 5.2-rc2

2019-05-30 Thread Bruce Ashfield
On Thu, May 30, 2019 at 8:37 AM Belisko Marek wrote: > > On Thu, May 30, 2019 at 2:35 PM Bruce Ashfield > wrote: > > > > On Thu, May 30, 2019 at 4:14 AM Belisko Marek > > wrote: > > > > > > Hi, > > > > > > I'm trying to ad

Re: [yocto] warrior: QA issue when bump kernel to 5.2-rc2

2019-05-30 Thread Bruce Ashfield
On Thu, May 30, 2019 at 4:14 AM Belisko Marek wrote: > > Hi, > > I'm trying to add support for latest possible released kernel in > meta-sunxi by using poky warrior and hit this QA issue: > ERROR: linux-mainline-5.2-rc2-r0 do_package: QA Issue: linux-mainline: > Files/directories were installed bu

Re: [yocto] Investigate virtual/kernel assignment

2019-05-24 Thread Bruce Ashfield
On Fri, May 24, 2019 at 12:27 PM Mauro Ziliani wrote: > > Hi all. > > How can I ask to bitbake which is the actual value of virtual/kernel? > Here's one way: bitbake -e virtual/kernel | grep PREFERRED_PROVIDER_virtual\/kernel # $PREFERRED_PROVIDER_virtual/kernel [2 operations] PREFERRED_PROVIDE

Re: [yocto] Building Out-of-Tree Modules on the BBB Target

2019-05-24 Thread Bruce Ashfield
On Fri, May 24, 2019 at 8:50 AM Bruce Ashfield wrote: > > > On Fri, May 24, 2019 at 7:24 AM Zoran Stojsavljevic < > zoran.stojsavlje...@gmail.com> wrote: > >> As I said, I am a man of experimental try-outs. And here is the try! >> >> Now, after setting

Re: [yocto] Building Out-of-Tree Modules on the BBB Target

2019-05-24 Thread Bruce Ashfield
V_TOOLS} \ >> > > systemtap \ >> > > " >> > > >> > > Problem with this approach is that such a kernel makes the >> rootfs too >> > > big and impractical: >> > > -rw-r--r--. 2 user vboxusers 101499952 Ma

Re: [yocto] Building Out-of-Tree Modules on the BBB Target

2019-05-24 Thread Bruce Ashfield
the kernel. I'm going to create two new optional packages for the fall release that are simply captured kernel-source and kernel-headers for those uses cases where someone really does want the entire source tree, or just the headers. The details for that work are in bugzilla. Bruce &g

Re: [yocto] kernel-devsrc used to be full source - not the case since thud

2019-05-23 Thread Bruce Ashfield
On Thu, May 23, 2019 at 12:20 PM Andrei Gherzan wrote: > > On 23/05/2019 17.11, Bruce Ashfield wrote: > > > > On Thu, May 23, 2019 at 11:24 AM Andrei Gherzan wrote: > >> On 23/05/2019 16.10, Bruce Ashfield wrote: >> >> >> >> On Thu

Re: [yocto] kernel-devsrc used to be full source - not the case since thud

2019-05-23 Thread Bruce Ashfield
On Thu, May 23, 2019 at 11:24 AM Andrei Gherzan wrote: > On 23/05/2019 16.10, Bruce Ashfield wrote: > > > > On Thu, May 23, 2019 at 11:00 AM Andrei Gherzan wrote: > >> >> On 23/05/2019 15.39, Bruce Ashfield wrote: >> >> >> >> On

Re: [yocto] kernel-devsrc used to be full source - not the case since thud

2019-05-23 Thread Bruce Ashfield
On Thu, May 23, 2019 at 11:00 AM Andrei Gherzan wrote: > > On 23/05/2019 15.39, Bruce Ashfield wrote: > > > > On Thu, May 23, 2019 at 10:32 AM Bruce Ashfield > wrote: > >> >> >> On Thu, May 23, 2019 at 9:56 AM Andrei Gherzan wrote: >> >>>

Re: [yocto] kernel-devsrc used to be full source - not the case since thud

2019-05-23 Thread Bruce Ashfield
On Thu, May 23, 2019 at 10:39 AM Andrei Gherzan wrote: > On 23/05/2019 15.32, Bruce Ashfield wrote: > > > > On Thu, May 23, 2019 at 9:56 AM Andrei Gherzan wrote: > >> Hello, >> >> This might have been discussed before. I couldn't find a relevant >&

Re: [yocto] kernel-devsrc used to be full source - not the case since thud

2019-05-23 Thread Bruce Ashfield
On Thu, May 23, 2019 at 10:32 AM Bruce Ashfield wrote: > > > On Thu, May 23, 2019 at 9:56 AM Andrei Gherzan wrote: > >> Hello, >> >> This might have been discussed before. I couldn't find a relevant >> thread, but if it is so, just link me to

Re: [yocto] kernel-devsrc used to be full source - not the case since thud

2019-05-23 Thread Bruce Ashfield
On Thu, May 23, 2019 at 9:56 AM Andrei Gherzan wrote: > Hello, > > This might have been discussed before. I couldn't find a relevant > thread, but if it is so, just link me to it. > > Since thud, more specific since > > commit 9af0f1a46bbb6ad9ee8b35957251f4aa826b

Re: [yocto] Building Out-of-Tree Modules on the BBB Target

2019-05-23 Thread Bruce Ashfield
being said, they are optional. I might be misreading, but what exactly are you trying to build that requires that specific structure ? We are both rebuilding the entire kernel and out of tree modules all the time with the existing structure/path of the on-target installs. kernel-devsrc itself

Re: [yocto] Building Out-of-Tree Modules on the BBB Target

2019-05-15 Thread Bruce Ashfield
e not alone in not going to it first. Hopefully I'll get some new patches out in the coming month before summer holidays really kick in. Bruce > Just thinking loud... > > Zoran > ___ > > On Wed, May 15, 2019 at 4:25 PM Bruce Ashfield > wrote: > > > > >

Re: [yocto] Building Out-of-Tree Modules on the BBB Target

2019-05-15 Thread Bruce Ashfield
l for a release. And IIRC the autobuilders are using a sato based image (Richard could confirm more easily that I could what image type the autobuilders are using for hello-world on target module tests). Bruce > > Thank you, > Zoran > ___ > > > On Wed, May 15, 20

Re: [yocto] Building Out-of-Tree Modules on the BBB Target

2019-05-14 Thread Bruce Ashfield
On Tue, May 14, 2019 at 1:30 PM Zoran Stojsavljevic < zoran.stojsavlje...@gmail.com> wrote: > Hello Chris, Bruce, > > I have some additional data to share with you both, since I have tried > something. And here is my take on the things! > > > 1. Build using a bb recipe. > > Take a look at meta-ske

Re: [yocto] Building Out-of-Tree Modules on the BBB Target

2019-05-12 Thread Bruce Ashfield
On Sun, May 12, 2019 at 6:54 AM Zoran Stojsavljevic < zoran.stojsavlje...@gmail.com> wrote: > Hello to the YOCTO community, > > I am using (to build the target for Beagle Bone Black) the following > script: > https://github.com/ZoranStojsavljevic/bbb-yocto > https://github.com/ZoranStojsavljevic/b

Re: [yocto] [PATCH] meta-yocto-bsp: Bump to the latest stable kernel for all the BSP

2019-05-09 Thread Bruce Ashfield
tojsavljevic/bbb-yocto/blob/master/bbb-releases/bbb-warrior/target-bbb-platform-traces.txt > > While interesting .. it really isn't relevant in this context. But thanks for sharing anyway! Cheers, Bruce > Thank you, > Zoran > ___ > > On Thu, May 9, 2019 at 2:53 PM Bruc

Re: [yocto] [PATCH] meta-yocto-bsp: Bump to the latest stable kernel for all the BSP

2019-05-09 Thread Bruce Ashfield
On Thu, May 9, 2019 at 8:10 AM Kevin Hao wrote: > Boot test for all these boards. > > I do have more -stable updates coming, and you are seeing some queued 5.0.x changes that I haven't sent yet (since I'm hung up on resolving a 4.19 conflict for one of the SoC branches), but yes, the changes here

Re: [yocto] Incorporating Xilinx DNNDK into Yocto

2019-05-04 Thread Bruce Ashfield
On Sat, May 4, 2019 at 10:07 AM Emily Smith wrote: > Hi Randy - > > Good point it might be. Should I ask the meta-Xilinx maintainers about > getting it in there? > > That's probably the right thing to do, and/or just ask on the xilinx mailing list what the plans are for releasing the code in a la

Re: [yocto] How to remove packages from Image coming because of RDEPENDS

2019-04-23 Thread Bruce Ashfield
On Tue, Apr 23, 2019 at 6:09 AM Priyanshu Sharma < ms.priyanshu.sha...@gmail.com> wrote: > Hi, > > How can we remove inclusion of any package which comes because some other > package RDPENDS on it? > > For example, rpcbind recipe RDEPENDS on shadow and libpam packages, > because of which if IMAGE_

Re: [yocto] Thud Kernel Configuration not Working

2019-04-14 Thread Bruce Ashfield
On Sat, Apr 13, 2019 at 9:54 PM nick wrote: > > Greetings, > I was trying to build a kernel with these files in a new layer for no smp to > be enabled but have no > idea why it doesn't work. This is after looking at the kernel manual and it's > literally the same > files excluding the disabling

[yocto] [PATCH] poky-tiny: set 5.0 as the preferred kernel

2019-04-09 Thread bruce . ashfield
From: Bruce Ashfield Updating poky-tiny to prefer 5.0 as the kernel version. Boot tested against qemux86 and qemuarm. This removes the last user of the 4.18 kernel, so we can queue it for removal from master. Signed-off-by: Bruce Ashfield --- meta-poky/conf/distro/poky-tiny.conf | 2 +- 1

Re: [yocto] Worries kernels supported

2019-04-05 Thread Bruce Ashfield
On Fri, Apr 5, 2019 at 7:42 PM Bruce Ashfield wrote: > > On Thu, Apr 4, 2019 at 5:28 PM akuster808 wrote: > > > > Hello, > > > > I noticed there are 3 kernels in Warrior. 4.18, 4.19 an 5.0. Do we > > really need 4.18? > > I see its the default version

Re: [yocto] Worries kernels supported

2019-04-05 Thread Bruce Ashfield
On Thu, Apr 4, 2019 at 5:28 PM akuster808 wrote: > > Hello, > > I noticed there are 3 kernels in Warrior. 4.18, 4.19 an 5.0. Do we > really need 4.18? > I see its the default version for poky-tiny. 4.18 is EOL but maintained > by Windriver. 4.18 needed to be around through M3 to backstop some lay

Re: [yocto] [meta-cloud-services][PATCH] dhcp: Add the default route option

2019-03-24 Thread Bruce Ashfield
merged Bruce On Thu, Mar 21, 2019 at 10:52 PM Zhixiong Chi wrote: > > Add the default route option for the operation of adding route, > while we set the static route and the mask setting is 0. > > For example: > add_routes 32 169 254 169 254 10 209 67 4 0 10 209 67 1 > > The first route (169.254

[yocto] [PATCH 4/4] poky/kernel: make default 5.0

2019-03-06 Thread bruce . ashfield
From: Bruce Ashfield The 5.0 kernel is available and 4.18 will soon be dropped, so we updated the preferred version to 5.0. Signed-off-by: Bruce Ashfield --- meta-poky/conf/distro/poky.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-poky/conf/distro/poky.conf b

[yocto] [PATCH 3/4] meta-yocto-bsp: Update the default kernel to v5.0 for the non-x86 BSPs

2019-03-06 Thread bruce . ashfield
From: Kevin Hao Signed-off-by: Kevin Hao Signed-off-by: Bruce Ashfield --- meta-yocto-bsp/conf/machine/beaglebone-yocto.conf | 2 +- meta-yocto-bsp/conf/machine/edgerouter.conf | 2 +- meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf | 2 +- 3 files changed, 3 insertions(+), 3

[yocto] [PATCH 2/4] meta-yocto-bsp: Add the v5.0 kernel support for all the BSPs

2019-03-06 Thread bruce . ashfield
From: Kevin Hao Boot test for all the boards. Signed-off-by: Kevin Hao Signed-off-by: Bruce Ashfield --- .../linux/linux-yocto_5.0.bbappend| 24 +-- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.0

[yocto] [PATCH 1/4] meta-yocto-bsp: introduce 5.0 bbappend

2019-03-06 Thread bruce . ashfield
From: Bruce Ashfield Although the hardware reference boards are not using the 5.x kernel yet, we generate a baseline bbappend for future work. Signed-off-by: Bruce Ashfield --- .../linux/linux-yocto_5.0.bbappend| 27 +++ 1 file changed, 27 insertions(+) create

[yocto] [PATCH 0/4] meta-yocto-bsp/poky: update kernel to 5.0

2019-03-06 Thread bruce . ashfield
From: Bruce Ashfield This is a follow on to my oe-core series that introduces the 5.0 kernel. Once that is merged (and all outstanding issues resolved), these can be applied to make the default 5.0 for poky and the reference BSPs. The removal of 4.18 from master will follow once everything is

Re: [yocto] Proper Use of KERNEL_MODULE_AUTOLOAD variable

2019-02-02 Thread Bruce Ashfield
On 2019-02-02 10:16 p.m., Ken Sloat wrote: On Sat, Feb 2, 2019 at 10:03 PM Bruce Ashfield wrote: On 2019-02-02 9:59 p.m., Ken Sloat wrote: Hello, I have an out of tree kernel module which I want autoloaded at startup on my system. Looking at the Yocto project manual, I see that one way I

Re: [yocto] Proper Use of KERNEL_MODULE_AUTOLOAD variable

2019-02-02 Thread Bruce Ashfield
On 2019-02-02 9:59 p.m., Ken Sloat wrote: Hello, I have an out of tree kernel module which I want autoloaded at startup on my system. Looking at the Yocto project manual, I see that one way I can do this is to add the module name to the KERNEL_MODULE_AUTOLOAD variable within my custom module rec

Re: [yocto] Deactivating KERNEL_FEATURES

2019-01-29 Thread Bruce Ashfield
On Tue, Jan 29, 2019 at 9:50 PM Chuck Wolber wrote: > > This question is with respect to the Yocto thud (2.6.x) branch. I have also > reviewed section 2.3.3 and 2.3.4 of the Kernel Development document. > > > My kernel configuration (cfg) seems to be overridden by KERNEL_FEATURES and > it is not

Re: [yocto] Incorrect config generated for yocto-style kernel (sumo)

2019-01-09 Thread Bruce Ashfield
On 2019-01-07 9:00 a.m., Kristupas Savickas wrote: Hello, I'm porting a kernel to use yocto-style build process. The kernel fetches fine, but there's a problem with '.config' file generation. I'd like to supply a 'defconfig' and a configuration fragment file 'test.cfg' (which should be overla

Re: [yocto] x86_64 kernel with i586 userland plus SDK?

2018-12-17 Thread Bruce Ashfield
On 12/17/18 8:50 AM, Richard Weinberger wrote: Bruce, On Mon, Dec 17, 2018 at 2:47 PM Bruce Ashfield wrote: Yocto seems to try a different approach. When I use qemux86-64.conf with DEFAULTTUNE being "i586" it generates a 32bit toolchain by default. Build Configuration:

Re: [yocto] x86_64 kernel with i586 userland plus SDK?

2018-12-17 Thread Bruce Ashfield
On 12/17/18 7:25 AM, Richard Weinberger wrote: [Resending with correct mail] Richard, On Mon, Dec 17, 2018 at 11:34 AM wrote: On Mon, 2018-12-17 at 11:26 +0100, Richard Weinberger wrote: On Wed, Nov 28, 2018 at 9:42 AM Richard Purdie wrote: The system can definitely do it, its just not so

[yocto] [PATCH] poky-lsb: bump preferred kernel to 4.19

2018-12-16 Thread Bruce Ashfield
Signed-off-by: Bruce Ashfield --- This goes along with the series just sent to oe-core to remove 4.14 and introduce 4.19 as the LTS (and LSB) kernel. Bruce meta-poky/conf/distro/poky-lsb.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-poky/conf/distro/poky

Re: [yocto] [yocto-kernel-tools][PATCH] tools/kconf_check: modify grep pattern

2018-12-16 Thread Bruce Ashfield
On 2018-12-12 8:36 p.m., Hongzhi, Song wrote: Thanks. So would you help to remedy the commit log while merging the patch? I've tweaked the message and added this to my queue. It will come out early this week. Bruce --Hongzhi On 12/13/2018 02:45 AM, Bruce Ashfield wrote: On 12/11

Re: [yocto] [yocto-kernel-tools][PATCH] tools/kconf_check: modify grep pattern

2018-12-12 Thread Bruce Ashfield
On 12/11/18 5:12 AM, Hongzhi.Song wrote: The cmd line, , can't match all expect config options. This is because that it is not always space after 'config' This should say "not always one space". There really should always just be a single space, but typos do sneak in. I'll queue the patch shor

Re: [yocto] kconfig variables not being included in yocto build.

2018-11-19 Thread Bruce Ashfield
On 2018-11-19 2:13 p.m., Sakib Sajal wrote: Hello, I have been trying to patch the linux kernel and add some kernel configuration but I am failing to add kconfig fragments to be included in the final build. Initially I tried patching the kernel with hardcoded values in the patch. I am build

Re: [yocto] QEMU kernel defconfigs

2018-11-15 Thread Bruce Ashfield
On 2018-11-15 12:29 p.m., Jon Mason wrote: I'm having difficulty determining where the kernel defconfigs are defined and located. I'm specifically looking for the qemuarm and qemuarm64 kernel defconfigs. I've looked at the relevant documentation, https://www.yoctoproject.org/docs/2.5.1/kernel-

Re: [yocto] [yocto-kernel-cache][v4.4][PATCH] kver: bump to v4.4.147

2018-11-06 Thread Bruce Ashfield
On 2018-11-06 8:07 p.m., akuster808 wrote: On 11/6/18 2:42 PM, Bruce Ashfield wrote: On 2018-11-06 5:10 PM, akuster808 wrote: On 11/6/18 2:05 PM, Khem Raj wrote: On Tue, Nov 6, 2018 at 1:57 PM Armin Kuster wrote: Signed-off-by: Armin Kuster ---   kver | 2 +-   1 file changed, 1 insertion

Re: [yocto] [yocto-kernel-cache][v4.4][PATCH] kver: bump to v4.4.147

2018-11-06 Thread Bruce Ashfield
On 2018-11-06 5:10 PM, akuster808 wrote: On 11/6/18 2:05 PM, Khem Raj wrote: On Tue, Nov 6, 2018 at 1:57 PM Armin Kuster wrote: Signed-off-by: Armin Kuster --- kver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kver b/kver index 7b008cd..5ccc572 100644 --- a/kver +++

Re: [yocto] thud, beaglebone-yocto.conf: SERIAL_CONSOLES setting

2018-11-02 Thread Bruce Ashfield
On 2018-11-02 4:59 AM, Kevin Hao wrote: On Fri, Nov 02, 2018 at 09:01:34AM +0100, Heiko Schocher wrote: Hello Kevin, Am 01.11.2018 um 03:18 schrieb Kevin Hao: On Wed, Oct 31, 2018 at 02:23:00PM +0100, Heiko Schocher wrote: Hello all, just builded core-image-minimal with current head of thud

Re: [yocto] thud, beaglebone-yocto.conf: SERIAL_CONSOLES setting

2018-10-31 Thread Bruce Ashfield
On 10/31/18 9:23 AM, Heiko Schocher wrote: Hello all, just builded core-image-minimal with current head of thud branch for the beaglebone-yocto machine, with linux 4.14.x LTS "Linux version 4.14.78", installed the resulting sd card image and boot it, and get: INIT: Id "O0" respawning too fast

Re: [yocto] [avahi] add service into rocko

2018-10-31 Thread Bruce Ashfield
On 10/31/18 7:03 AM, Jairo wrote: Hi all, I need to install an avahi service on rocko for (a node of) node-red. OK, I have an avahi_0.6.32.bb recipe at 'sources/poky/meta/recipes- connectivity/avahi/' which path is added at bblayers.conf file. but if I add the package at local.conf file like t

Re: [yocto] [SDK] including kernel devsrc to the SDK failes

2018-10-29 Thread Bruce Ashfield
On 2018-10-29 11:18 AM, Bas Mevissen wrote: On 2018-10-29 16:14, Bruce Ashfield wrote: On 2018-10-29 11:12 AM, Khem Raj wrote: On Mon, Oct 29, 2018 at 6:46 AM Bruce Ashfield wrote: On 10/29/2018 9:10 AM, Khem Raj wrote: On Fri, Oct 26, 2018 at 6:54 AM Bruce Ashfield wrote: On 10/26

Re: [yocto] [SDK] including kernel devsrc to the SDK failes

2018-10-29 Thread Bruce Ashfield
On 2018-10-29 11:12 AM, Khem Raj wrote: On Mon, Oct 29, 2018 at 6:46 AM Bruce Ashfield wrote: On 10/29/2018 9:10 AM, Khem Raj wrote: On Fri, Oct 26, 2018 at 6:54 AM Bruce Ashfield wrote: On 10/26/2018 4:28 AM, Måns Zigher wrote: So it looks like the number of /bin/awk have increased

Re: [yocto] [SDK] including kernel devsrc to the SDK failes

2018-10-29 Thread Bruce Ashfield
On 10/29/2018 9:10 AM, Khem Raj wrote: On Fri, Oct 26, 2018 at 6:54 AM Bruce Ashfield wrote: On 10/26/2018 4:28 AM, Måns Zigher wrote: So it looks like the number of /bin/awk have increased so the patch will fix one problem but there is more to fix. I have a "workaround" even t

Re: [yocto] [SDK] including kernel devsrc to the SDK failes

2018-10-26 Thread Bruce Ashfield
On 10/26/2018 4:28 AM, Måns Zigher wrote: So it looks like the number of /bin/awk have increased so the patch will fix one problem but there is more to fix. I have a "workaround" even though I am not so sure it is a workaround or not. The problem is fixed adding to kernel-devsrc.bbappend do

Re: [yocto] [yocto-docs][PATCH v2] kernel-dev: note about the change detection of kernel feature files

2018-10-25 Thread Bruce Ashfield
On 10/22/18 5:07 AM, Urs Fässler wrote: It is not the expected behavior that changes on the .cfg files only referenced from .scc files are not detected. This looks good to me. Also note that I have an outstanding bugzilla to see if I can invalidate stamps, etc, when these elements change .. so

Re: [yocto] [meta-virtualization][PATCH] libvirt: remove qemu from PACKAGECONFIG for mips n32 and n64

2018-10-18 Thread Bruce Ashfield
Wrong mailing list. Use meta-virtualization for these patches. I'm cross posting this there, for the archives. I've grabbed and merged this change (but could easily have missed it, since it was the wrong list and I wasn't directly copied). Bruce On 10/15/18 9:45 PM, kai.k...@windriver.com wrot

Re: [yocto] Fwd: preempt-rt for 4.14.71 fails to build

2018-10-10 Thread Bruce Ashfield
idn't got any reply there I've also asked here in case that someone else shares the same experience. Dimitris On Wed, 10 Oct 2018, 21:48 Bruce Ashfield, <mailto:bruce.ashfi...@windriver.com>> wrote: On 2018-10-10 2:18 PM, Dimitris Tassopoulos wrote: > Hi all!

Re: [yocto] Fwd: preempt-rt for 4.14.71 fails to build

2018-10-10 Thread Bruce Ashfield
On 2018-10-10 2:18 PM, Dimitris Tassopoulos wrote: Hi all! I've tried to build the latest preempt-rt kernel from the `v4.14/standard/preempt-rt/base` and it fails to build. These are the hashes I've used: This should go to the linux-yocto list, since that's where people interested in the li

Re: [yocto] changing kernel config in Morty build

2018-10-10 Thread Bruce Ashfield
gards, Greg Wilson-Lindberg Principal Firmware Engineer | Sakura Finetek USA, Inc. -Original Message- From: Greg Wilson-Lindberg Sent: Wednesday, October 10, 2018 09:31 AM To: 'Bruce Ashfield' ; yocto@yoctoproject.org Subject: RE: [yocto] changing kernel config in Morty

Re: [yocto] changing kernel config in Morty build

2018-10-09 Thread Bruce Ashfield
perly applied. Sorry I couldn't be of more help. Cheers, Bruce Thank you for taking a look at this. Regards, Greg Wilson-Lindberg *From:* yocto-boun...@yoctoproject.org on behalf of Greg Wilson-Lindberg

Re: [yocto] changing kernel config in Morty build

2018-10-08 Thread Bruce Ashfield
the root cause in the morning! Bruce Regards, Greg Wilson-Lindberg *From:* yocto-boun...@yoctoproject.org on behalf of Greg Wilson-Lindberg *Sent:* Friday, October 5, 2018 9:23:52 AM *To:* Bruce Ashfield; yocto@yoctopr

Re: [yocto] changing kernel config in Morty build

2018-10-05 Thread Bruce Ashfield
On 2018-10-04 4:38 PM, Greg Wilson-Lindberg wrote: Does anybody else have any idea about what is going on here? I can't tell from the information provided. But if you can send me a set of layers to clone, and configure locally, I can figure it out. Cheers, Bruce Yocto is seeing my request

Re: [yocto] [yocto-docs][PATCH] kernel-dev: document the change detection of kernel feature files

2018-10-02 Thread Bruce Ashfield
On 2018-10-01 8:42 AM, Urs Fässler wrote: Recommend to add recipe-space features to SRC_URI so that changes to them are detected automatically. Signed-off-by: Urs Fässler Signed-off-by: Pascal Bach --- documentation/kernel-dev/kernel-dev-common.xml | 7 +-- 1 file changed, 5 insertions(

Re: [yocto] [PATCH][meta-virtualization] docker: fix package qa warning

2018-09-29 Thread Bruce Ashfield
On 2018-09-29 5:26 AM, changqing...@windriver.com wrote: From: Changqing Li fix below warning: do_package_qa: QA Issue: ELF binary 'xxx/usr/bin/docker' has relocations in .text [textrel] Signed-off-by: Changqing Li --- recipes-containers/docker/docker_git.bb| 1 + .../files/00

Re: [yocto] [PATCH][meta-virtualization] docker-distribution: fix do package qa warning

2018-09-29 Thread Bruce Ashfield
These are all to the wrong mailing list, please resend them to the meta-virtualization list. On 2018-09-29 5:26 AM, changqing...@windriver.com wrote: From: Changqing Li fix below warning: 1.do_package_qa: QA Issue: No GNU_HASH in the elf binary: xxx/usr/sbin/registry' [ldflags] 2.do_package_

Re: [linux-yocto] : [yocto-4.12]: intel-socfpga: arm64: dts: stratix10: move dts node gpio_fpga into board specific dts file.

2018-09-27 Thread Bruce Ashfield
On 09/26/2018 09:43 PM, meng...@windriver.com wrote: From: Limeng Hi Bruce, The FPGA IO peripheral is only in specific FPGA design on Intel-PSG Stratix10 development board, and not all FPGA designs include FPGA IO. In addtional, this part of resource <0xf9001080 0x4> is able to be used for an

Re: [linux-yocto] : [yocto-4.12]: intel-socfpga: intel-socfpga: drivers: edac: get patches for double bits ecc error detection

2018-09-27 Thread Bruce Ashfield
On 09/27/2018 02:45 AM, meng...@windriver.com wrote: From: Limeng Hi Bruce, Get below patches for double bits ecc error detection feature 0001-Documentation-dt-edac-Move-Altera-SOCFPGA-EDAC-file.patch 0002-EDAC-altera-Handle-SDRAM-Uncorrectable-Errors-on-Str.patch 0003-EDAC-altera-Fix-ARM64-

Re: [linux-yocto] : [yocto-4.12]: intel-socfpga: driver: spi-nor: add new spi-norflash support

2018-09-27 Thread Bruce Ashfield
On 09/26/2018 12:03 AM, meng...@windriver.com wrote: From: Limeng Hi Bruce, Add 2 spi-norflash support Stratix10 SoC platform. Macronix 512Mb MX25U51245GXDI00 Macronix 2Gb MX66U2G45G merged Bruce patches as below: 0001-spi-nor-add-support-for-mx66u2g45g.patch 0002-spi-nor-add-support-f

Re: [linux-yocto] [linux-yocto-dev][PATCH] i2c: i801: fix DNV's SMBCTRL register offset

2018-09-27 Thread Bruce Ashfield
On 09/27/2018 11:32 AM, Bruce Ashfield wrote: This will show up in the -stable updates. I typically prefer to wait for these to cycle through that process, rather than applying them directly .. since it means I will have rebase / conflicts when I merge the -stable updates. That being said, it

Re: [linux-yocto] [linux-yocto-dev][PATCH] i2c: i801: fix DNV's SMBCTRL register offset

2018-09-27 Thread Bruce Ashfield
This will show up in the -stable updates. I typically prefer to wait for these to cycle through that process, rather than applying them directly .. since it means I will have rebase / conflicts when I merge the -stable updates. That being said, it is fairly trivial, so I've applied it to the -dev

Re: [linux-yocto] about beaglebone-yocto bitbake core-image-rt

2018-09-27 Thread Bruce Ashfield
On 09/27/2018 02:15 AM, ?? wrote: $ git clone git://git.yoctoproject.org/poky $ cd poky $ . ./oe-init-build-env build-bbb edit conf/local.conf to set MACHINE ??= "beaglebone-yocto" $ echo "PREFERRED_PROVIDER_virtual/kernel = \"linux-yocto-rt\"" >> conf/local.conf $ bitbake -v core-image-r

Re: [yocto] Is KCONFIG_MODE test backwards in kernel-yocto.bbclass?

2018-09-26 Thread Bruce Ashfield
On 2018-09-25 10:03 PM, Aaron Cohen wrote: http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/classes/kernel-yocto.bbclass#n297 With no KCONFIG_MODE specified, we check if the user has copied a defconfig to workdir, and then use allnoconfig if so. Shouldn't we be using alldefconfig in th

[yocto] [PATCH 2/2] yocto-bsp: drop 4.15 bbappend

2018-08-30 Thread Bruce Ashfield
4.18 is replacing 4.15 as the latest kernel in the upcoming release, so we drop this dangling bbappend. Signed-off-by: Bruce Ashfield --- .../recipes-kernel/linux/linux-yocto_4.15.bbappend | 27 -- 1 file changed, 27 deletions(-) delete mode 100644 meta-yocto-bsp/recipes

[yocto] [PATCH 1/2] poky: set linux-yocto default to 4.18

2018-08-30 Thread Bruce Ashfield
4.18 will be the newest kernel in the upcoming release, so we bump our default to it in preparation of 4.15 being dropped. Signed-off-by: Bruce Ashfield --- meta-poky/conf/distro/poky.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-poky/conf/distro/poky.conf b/meta

[yocto] [PATCH] poky: set linux-yocto default to 4.18

2018-08-24 Thread Bruce Ashfield
4.18 will be the newest kernel in the upcoming release, so we bump our default to it in preparation of 4.15 being dropped. Signed-off-by: Bruce Ashfield --- meta-poky/conf/distro/poky.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-poky/conf/distro/poky.conf b/meta

Re: [yocto] LXD on yocto

2018-08-22 Thread Bruce Ashfield
On 08/22/2018 10:40 AM, Sarayu Sivanandam wrote: Hi all, Is anyone currently working on creating a recipe for LXD? I want to create a recipe for LXD for my project and any inputs for the same is welcome. Thanks and Regards check on the meta-virtualization list. We already have lxc and the supp

Re: [yocto] Kernel configuration problems

2018-07-28 Thread Bruce Ashfield
On 7/27/2018 6:20 PM, Greg Wilson-Lindberg wrote: I'm trying to add a couple of drivers to the kernel in a Raspberry pi3 build. I've got the passing of the config options working, but I'm getting warnings from the kernel build that the options are not being applied: WARNING: linux-raspberryp

Re: [linux-yocto] [PATCH] Revert mm/vmstat.c: fix vmstat_update() preemption BUG

2018-07-25 Thread Bruce Ashfield
On 2018-07-24 9:47 PM, He Zhe wrote: On 2018年07月25日 04:07, Bruce Ashfield wrote: On 2018-07-23 10:07 PM, He Zhe wrote: On 2018年07月24日 03:21, Bruce Ashfield wrote: Which version/branches is this for ? This is for linux-yocto rt branches. linux-yocto-4.12 does not need this fix, since

Re: [yocto] [PATCH][meta-cloud-services] spice: remove spice receipe from meta-cloud-services

2018-06-21 Thread Bruce Ashfield
On 06/21/2018 02:11 AM, Changqing Li wrote: spice have been export to meta-openembedded/meta-networking, and have newer version. spice under this layer now have compile error, but spice under networking layer don't. Maybe we should not maintain 2 same spices, so delete it. I'm going to hold ont

Re: [linux-yocto] [PATCH 4.14&4.15] MIPS: Use '+=" instead of '=' to avoid the CFLAGS override

2018-06-11 Thread Bruce Ashfield
On 2018-06-11 6:17 AM, Kevin Hao wrote: We used the CFLAGS_xxx to workaround the gcc 8 build warnings for some specific file. But CFLAGS_xxx is also used with '=' in other places of this Makefile. This override the gcc 8 workaround, so replace all the '=' with '+=" to fix this issue. merged. SR

Re: [yocto] [Resolved] Re: cgroups and iptables problems running docker - maybe my config wrong?

2018-06-06 Thread Bruce Ashfield
11, Jakob Hasse wrote: On 04.06.2018 17:53, Bruce Ashfield wrote: On 2018-06-01 12:15 PM, Jakob Hasse wrote: Hello Bruce, Thank you very much for the quick response. I tried to built in the kernel changes. But the iptables error persists. I double checked over the weekend, and I have no prob

Re: [yocto] cgroups and iptables problems running docker - maybe my config wrong?

2018-06-04 Thread Bruce Ashfield
d, but without a reproducer on oe-core, chances are that it won't be easily resolved. At a glance, it isn't clear to me how systemd is causing your busybox-hwclock issue. But if you check the list, that particular package has recently been moved around/broken out. So I'd suggest making sur

Re: [yocto] cgroups and iptables problems running docker - maybe my config wrong?

2018-05-31 Thread Bruce Ashfield
On 2018-05-31 7:00 AM, Jakob Hasse wrote: Hello, Make sure to cc meta-virtualization on questions like this, since that is where you'll get more eyes that are running docker all the time. I ran into trouble running docker on our target. 1. When I want to start docker, I first have to re-mount

Re: [yocto] [meta-openstack][PATCH] python-requests: remove PREFERRED_VERSION limit

2018-05-21 Thread Bruce Ashfield
d by docker. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield * Now meta-oe upreved python-requests to 2.18.4, remove PREFERRED_VERSION limit to avoid bitbake messages like: "NOTE: preferred version 2.13.0 of python-requests not available" Signed-off-by: Mingli Yu

  1   2   3   4   5   6   7   8   9   10   >