Re: [yocto] RootFS Size increase during Migration

2020-09-03 Thread Khem Raj
On Thu, Sep 3, 2020 at 10:18 PM Aashik Aswin wrote: > > Hi Developers, > > I am migrating my code from Yocto Thud (4.19) Kernel to Yocto Zeus (5.4) > Kernel. > > The recipes and conf files are essentially the same, but I am seeing a > substantial increase in the RootFS Size and Subsequent final

[yocto] RootFS Size increase during Migration

2020-09-03 Thread Aashik Aswin
Hi Developers, I am migrating my code from Yocto Thud (4.19) Kernel to Yocto Zeus (5.4) Kernel. The recipes and conf files are essentially the same, but I am seeing a substantial increase in the RootFS Size and Subsequent final image size (Close to 40 MB). Any idea on how we can debug this or

[yocto] Error while building dahdi-linux along with Rocko Yocto #yocto #rocko #dahdi

2020-09-03 Thread prashantsingh
Hi, I'm using Rocko yocto for my project, in this when I'm including dahdi-linux I'm getting unneeded files error. Error logs: ERROR: dahdi-linux-3.1.0-r0 do_package: QA Issue: dahdi-linux: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/hotplug

Re: [yocto] How to integrate kernel-module in yocto-dunfell? #yocto #dunfell #apt #tx2 #kernel

2020-09-03 Thread Marek Belisko
On Thu, Sep 3, 2020 at 8:56 AM wrote: > > Hi Khem, thanks for your reply! Now I am a bit confused. Marek has sent me > another recipe: Shared recipe should be the same as one from meta-oe :). So you can include it in your image and it should be build then. > > LICENSE = "GPLv2" > >

Re: [yocto] How to integrate kernel-module in yocto-dunfell? #yocto #dunfell #apt #tx2 #kernel

2020-09-03 Thread kilian . brandt
Hi Khem, thanks for your reply! Now I am a bit confused. Marek has send me another recipe: > > > > LICENSE = "GPLv2" > > > > LIC_FILES_CHKSUM = " file://COPYING;md5=72d977d697c3c05830fdff00a7448931 " > > > > > SRCREV = "6003f9997587e6a563cebf1f246bcd0eb6deff3d" > > > > PV =

[yocto] [meta-cgl][PATCH] pacemaker: Fix build with -fno-common

2020-09-03 Thread Yu, Mingli
From: Mingli Yu Starting with GCC >= 10.x, -fno-common is used as default instead of -fcommon. Make the function definiton extern to fix the build failure. Set the default OCF_ROOT_DIR to $libdir/ocf to make the resource agents components more compatible. Signed-off-by: Mingli Yu ---