Re: [linux-yocto] [PATCH] mips: malta PCI fixup, fix __init annotation warning

2020-04-08 Thread Bruce Ashfield
On Mon, Apr 6, 2020 at 11:21 AM Paul Gortmaker wrote: > > Currently we see the following link warning: > > WARNING: vmlinux.o(.pci_fixup_final+0xefc): Section mismatch in > reference from the variable __pci_fixup_malta_pcnet32_ioports_fixup164 > to the function

Re: [linux-yocto] [kernel-cache][PATCH] kernel-cache: drop apparmor_on_boot.cfg from apparmor.scc

2020-04-08 Thread Bruce Ashfield
merged to 5.4 (and master). Bruce On Mon, Apr 6, 2020 at 12:17 PM akuster wrote: > > Forgot to refresh prior to sending patch for below commit: > > Commit: 97c1acde apparmor/apparmor_on_boot: drop config no longer exists in > 5.4 > > Signed-off-by: Armin Kuster > --- >

Re: [linux-yocto] [linux-yocto v5.4] Another patch series for the Marvell cn96xx SoC support

2020-04-08 Thread Bruce Ashfield
On Tue, Apr 7, 2020 at 4:57 AM Kevin Hao wrote: > > Hi Bruce, > > Here is another patch series for the Marvell cn96xx SoC support. The main > changes include: > - Add tuning support for HS400 mode for octeontx2 mmc > - Misc Ethernet bug fixes > - A new driver to to handle GPINT0 interrupt

Re: [yocto] QA notification for completed autobuilder build (yocto-3.1.rc2)

2020-04-08 Thread akuster
On 4/8/20 6:18 PM, Sangeeta Jain wrote: > Hi all, > > Intel and WR YP QA is now running QA execution for YP build yocto-3.1.rc2. > We are planning to execute following tests for this cycle: > > OEQA-manual tests for following module: > 1. OE-Core > 2. BSP-hw Has the manual testing situation

[yocto] [yocto-autobuilder-helper][zeus][PATCH] config.json: Override BBTARGETS for meta-intel

2020-04-08 Thread Hussin, Mohamad Noor Alim
From: Mohamad Noor Alim Hussin Using meta-intel with core-image-sato-(sdk)-ptest results in a hddimg size of more than 4 GB. Remove that image type from testing. hddimg is not built by default in dunfell so this is applicable only to zeus. Signed-off-by: Mohamad Noor Alim Hussin ---

Re: [yocto] QA notification for completed autobuilder build (yocto-3.1.rc2)

2020-04-08 Thread Sangeeta Jain
Hi all, Intel and WR YP QA is now running QA execution for YP build yocto-3.1.rc2. We are planning to execute following tests for this cycle: OEQA-manual tests for following module: 1. OE-Core 2. BSP-hw Runtime auto test for following platforms: 1. MinnowTurbot 32-bit 2. Coffee Lake 3. NUC 7 4.

Re: [yocto] Fw: Reducing rootfs size in yocto

2020-04-08 Thread Randy MacLeod
On 2020-03-30 2:57 a.m., Mikko Rapeli wrote: Hi, Generic approaches for reducing yocto target image size where buildhistory is an important source of information: * review and minimize distro features, enable only what you need

Re: [yocto] imx-boot do_compile failing with custom distro #yocto

2020-04-08 Thread Rudolf J Streif
Hi Stefan, I agree that it is odd that a recipe copies a file, in this case the bl31 bootloader image, from the deploy area to the recipe area. This bootloader binary is created by the imx-atf recipe. imx-atf is listed as a dependency for imx-boot which is the recipe that is failing in your

[yocto] imx-boot do_compile failing with custom distro #yocto

2020-04-08 Thread stefan . wenninger
Hi, I have encountered a curious problem when trying to create my own poky-based distribution. My distribution poky-mydist.conf in conf/distro/ of my own layer: > > require conf/distro/poky.conf > DISTRO = "poky-mydist" > DISTRO_NAME = "Poky my dist (Custom Project Distro)" > DISTROOVERRIDES =

Re: [yocto] QA notification for completed autobuilder build (yocto-3.1.rc2)

2020-04-08 Thread Richard Purdie
On Wed, 2020-04-08 at 04:01 +, pokybu...@localhost.yoctoproject.org wrote: > A build flagged for QA (yocto-3.1.rc2) was completed on the > autobuilder and is available at: > > > https://autobuilder.yocto.io/pub/releases/yocto-3.1.rc2 > > > Build hash information: > > bitbake:

[yocto] SDL2 without X11 #debian #yocto #apt

2020-04-08 Thread Adrian
Hi, I try use SDL2 without X11 only with kmsdrm on stm32mp1 device. but I get error:  "KMSDRM not available". I try the same on Rpi3 and its works. I see that there is no kmsdrm in pkg-config and there is no anywhere libdrm.pc, is it required ?. Should I build SDL on device ? if yes, how can

Re: [yocto] QA notification for completed autobuilder build (yocto-3.1.rc1)

2020-04-08 Thread Richard Purdie
On Wed, 2020-04-08 at 01:14 +, Jain, Sangeeta wrote: > Hi Richard, > > Thanks for update on > https://autobuilder.yocto.io/pub/releases/yocto-3.1.rc1 > Unfortunately, I didn't received any mail for 3.1.rc1 or rc2 build > notification. > Looks like automated mail has some issues. > > I will

[yocto] Shorten booting time

2020-04-08 Thread JH
Hi, I am running Yocto built Linux on an ARM device, it takes about more than 1 minutes to boot from NAND and kernel, any good strategy to reduce the ARM device booting time? I can think of cutting down unnecessary configures in kernel. Thank you. Kind regards, - jh -=-=-=-=-=-=-=-=-=-=-=-