Re: [yocto] How to install rrdtool-per package?

2020-07-01 Thread ingemar0720
ok. I've found the cause. rrdtool-perl is empty so yocto doesn't generate rpm package for it. I create another .bbappend file and add `ALLOW_EMPTY_${PN}-perl = "1"` and it works. Thanks for all the helps. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply

[yocto] Generating SDK and postinstall intercepts failure #sdk #yocto #toolchain

2020-07-01 Thread ppayeur01
Hi, I am having trouble generating the SDK for my image after upgrading from sumo to zeus. Here is an extract of my log.do_populate_sdk : NOTE: Running intercept scripts: NOTE: > Executing update_gio_module_cache-nativesdk intercept ... NOTE: + '[' True = False -a nativesdk-qemuwrapper-cross

Re: [yocto] #yocto

2020-07-01 Thread Tim Orling
The key error is this: “ ERROR: Nothing PROVIDES 'core-image-sato' core-image-sato was skipped: 'package-managementtools-debug' in IMAGE_FEATURES is not a valid image feature. “ So you need to figure out what is happening there. On Wed, Jul 1, 2020 at 9:05 AM Pankaj Vinadrao Joshi <

[yocto] The following packages have unmet dependencies: packagegroup-core-x11-base : Depends: packagegroup-core-x11-xserver but it is not going to be installed #yocto

2020-07-01 Thread Pankaj Vinadrao Joshi
Hi, i am trying to build core-image-sato and i am using PACKAGE_CLASSES = "package_deb" but while building i am getting following error pankaj@exaleap-Inspiron-3584:~/Oe-Raspberrypi4$ bitbake core-image-sato Parsing recipes: 100%

Re: [yocto] #yocto

2020-07-01 Thread Pankaj Vinadrao Joshi
Hi Quentin, Thanks for response I didnt got solution yet as previously u suggested to remove hwcodecstools-debug but i after i faced one more issue with other features from core-image-sato.bb file but simply removing from there is ok,i did not got like why i am getting like so error which i

Re: [yocto] #yocto

2020-07-01 Thread Quentin Schulz
Hi Pankaj, On Wed, Jul 01, 2020 at 08:36:50AM -0700, Pankaj Vinadrao Joshi wrote: [...] > 2) I have built the image without these configuration but after booting the > image its asking for password for connecting from ssh thought i have not set > any packages > i have included following

Re: [yocto] ERROR: Nothing PROVIDES 'core-image-sato' #raspberrypi #yocto

2020-07-01 Thread Pankaj Vinadrao Joshi
Sorry this message was posted by mistake. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#49822): https://lists.yoctoproject.org/g/yocto/message/49822 Mute This Topic: https://lists.yoctoproject.org/mt/75236361/21656 Mute #yocto:

[yocto] #yocto

2020-07-01 Thread Pankaj Vinadrao Joshi
Hi, i am building an image for RPI4 but while building core-image-sato i am getting the following error pankaj@exaleap-Inspiron-3584:~/Oe-Raspberrypi4$ bitbake core-image-sato Parsing recipes: 100%

Re: [yocto] How to install rrdtool-per package?

2020-07-01 Thread ingemar0720
Hi Quentin I've execute command "bitbake rrdtool -e" to checked the result and find it's been set as I expected. This rrdtool-perl is actually required by "rpimonitor", if I execute command "bitbake rpimonitor" and it would success. But when I execute command "bitbake mydistro ", it always say

Re: [yocto] Dunfell 3.1.1 gcc-sanitizers build failure

2020-07-01 Thread Joshua Watt
On Wed, Jul 1, 2020 at 9:47 AM MikeB wrote: > > The rumors of my success were exaggerated. If performing a fresh build from > scratch, the image build succeeds, but the populate_sdk still fails as in the > original post. If I then do a 'bitbake -ccleansstate on gcc-source-9.3.0', > the

Re: [yocto] Dunfell 3.1.1 gcc-sanitizers build failure

2020-07-01 Thread MikeB
The rumors of my success were exaggerated. If performing a fresh build from scratch, the image build succeeds, but the populate_sdk still fails as in the original post. If I then do a 'bitbake -ccleansstate on gcc-source-9.3.0', the populate_sdk succeeds. Mike On Wed, Jul 1, 2020 at 6:45 AM

Re: [yocto] How to install rrdtool-per package?

2020-07-01 Thread Quentin Schulz
On Wed, Jul 01, 2020 at 07:26:00AM -0700, ingemar0...@gmail.com wrote: > On Wed, Jul 1, 2020 at 05:27 AM, "Josef Holzmayr" > wrote: > > > > > Howdy! > > > > Am 01.07.2020 um 14:05 schrieb ingemar0...@gmail.com: > > > >> On Wed, Jul 1, 2020 at 04:46 AM, Josef Holzmayr wrote: > >> > >> The

Re: [yocto] How to install rrdtool-per package?

2020-07-01 Thread ingemar0720
On Wed, Jul 1, 2020 at 05:27 AM, "Josef Holzmayr" wrote: > > Howdy! > > Am 01.07.2020 um 14:05 schrieb ingemar0...@gmail.com: > >> On Wed, Jul 1, 2020 at 04:46 AM, Josef Holzmayr wrote: >> >> The correct place to do this is your DISTRO conf file. >> >> Is this the correct way to set up it?

Re: [yocto] ERROR: Nothing PROVIDES 'core-image-sato' #raspberrypi #yocto

2020-07-01 Thread Rudolf J Streif
Pankaj, On 7/1/20 7:10 AM, Pankaj Vinadrao Joshi wrote: > Hi, > i am building an image for RPI4 Can you please provide the entire error message? :rjs > -- - Rudolf J Streif CEO/CTO ibeeto +1.855.442.3386 x700 signature.asc Description: OpenPGP digital signature

Re: [yocto] ERROR: Nothing PROVIDES 'core-image-sato' #raspberrypi #yocto

2020-07-01 Thread Quentin Schulz
Hi, On Wed, Jul 01, 2020 at 07:10:34AM -0700, Pankaj Vinadrao Joshi wrote: > Hi, > i am building an image for RPI4 You have probably added core-image-sato to DEPENDS which is incorrect. You can't add an image recipe as a dependency. Quentin -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all

[yocto] ERROR: Nothing PROVIDES 'core-image-sato' #raspberrypi #yocto

2020-07-01 Thread Pankaj Vinadrao Joshi
Hi, i am building an image for RPI4 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#49813): https://lists.yoctoproject.org/g/yocto/message/49813 Mute This Topic: https://lists.yoctoproject.org/mt/75236130/21656 Mute #raspberrypi:

Re: [yocto] How to install rrdtool-per package?

2020-07-01 Thread Josef Holzmayr
Howdy! Am 01.07.2020 um 14:05 schrieb ingemar0...@gmail.com: On Wed, Jul 1, 2020 at 04:46 AM, Josef Holzmayr wrote: The correct place to do this is your DISTRO conf file. Is this the correct way to set up it? PACKAGECONFIG_pn-rrdtool="rrdtool rrdtool-perl" Please see

Re: [yocto] How to install rrdtool-per package?

2020-07-01 Thread ingemar0720
On Wed, Jul 1, 2020 at 04:46 AM, Josef Holzmayr wrote: > > The correct place to do this is your DISTRO conf file. Is this the correct way to set up it? PACKAGECONFIG_pn-rrdtool="rrdtool rrdtool-perl" -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online

Re: [yocto] How to install rrdtool-per package?

2020-07-01 Thread Josef Holzmayr
Howdy! Am 01.07.2020 um 13:04 schrieb ingemar0...@gmail.com: Hello Josef Thanks for you reply! From your link, it seems rrdtool recipe already give an alias as `rrdtool-perl`, is it correct? Exactly. If activated, then the rrdtool recipe already procides the rrdtool-perl package. Then

Re: [yocto] How to install rrdtool-per package?

2020-07-01 Thread ingemar0720
Hello Josef Thanks for you reply! >From your link, it seems rrdtool recipe already give an alias as >`rrdtool-perl`, is it correct? Then shall I add PACKAGECONFIG in .bbappend file for rrdtool? Or i shall add in my own recipe? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to

Re: [yocto] Dunfell 3.1.1 gcc-sanitizers build failure

2020-07-01 Thread MikeB
The combination of the https://lists.openembedded.org/g/openembedded-core/message/140161 and a 'bitbake -ccleansstate on gcc-source-9.3.0' has gotten me back on track. Thank you all for the help! On Tue, Jun 30, 2020 at 11:10 PM Steve Sakoman wrote: > On Tue, Jun 30, 2020 at 5:08 PM Steve

Re: [yocto] How to install rrdtool-per package?

2020-07-01 Thread Josef Holzmayr
Howdy! Looks very much like you'll need to set up PACKAGECONFIG of rrdtool, then it should provide rrdtool-perl. See also: http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.2.bb?h=master#n104 Greetz Am 01.07.2020 um 11:50 schrieb

[yocto] How to install rrdtool-per package?

2020-07-01 Thread ingemar0720
My Yocto build failed and it seems to be looking for "rrdtool-perl" package. I've added package "rrdtool" into my "INSTALL_APPEND" variable but it still fail. The logs is in below. Could someone helped me to find the correct recipe to install it? """ repo: using cache for: oe-repo not found

Re: [yocto] Need help understanding #devtool flow to library

2020-07-01 Thread tobies
Hi Quentin That was indeed the problem. The reason that my code was not working as expected was not in the devtool flow but in my code :-). So now on to debugging my real problem. Thanks a lot! Stephan -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply

Re: [yocto] License reporting for golang (and rust)

2020-07-01 Thread Robert Berger
Hi, My comments are in-line On 30/06/2020 14:37, Irving ST wrote: Hi, For anyone else having the same problem, here's what I eventually did for my go stuff: I created a bbclass containing a task that gets inherited by all packages, but the task only does some work when it detects that it is