Re: [yocto] Question regarding executing an install script during the build of an image

2024-10-21 Thread Josef Holzmayr
Hi Felix, I presume you are talking about https://github.com/thiagoralves/OpenPLC_v3/tree/master? In that case, what *actually* runs in that installation script is https://github.com/thiagoralves/OpenPLC_v3/blob/master/background_installer.sh, which is a highly general purpose distribution targete

Re: [yocto] CFP for Yocto Project Summit 2024.12 is open

2024-10-26 Thread Josef Holzmayr
ote: > >> >> Hey. Just so you know the dates you list in the CFP are a little off. >> >> October 25th is a Friday, not a Monday. >> >> Same for the other three dates. Not sure if it will confuse anyone... >> >> >> On 10/3/2024 5:16 AM, Josef

Re: [yocto] [Issue/BUG] Yocto Project Releases Downloads Page with 403 - Forbidden

2024-10-26 Thread Josef Holzmayr
pinging @helpd...@yoctoproject.org On Sat, Oct 26, 2024 at 1:16 PM joao.ccabral via lists.yoctoproject.org wrote: > Almost all the folders on the page > http://downloads.yoctoproject.org/releases/yocto/ give 403-Forbidden with > a nginx template. > All the folders/versions changed in 2024-Jul-3

[yocto] CFP for Yocto Project Summit 2024.12 is open

2024-10-03 Thread Josef Holzmayr
Submit your talk now! --> https://pretalx.com/yocto-project-summit-2024-12/cfp <-- The Yocto Project® *Virtual* Summit 2024.12 is a virtual technical conference for engineers, open source technologists, students and academia in the OSS space. Event Schedule - Tuesday, Dec 3nd - Thursday, Dec

Re: [yocto] Use of SDK for building images?

2021-06-17 Thread Josef Holzmayr
Leon Woestenberg schrieb am Do., 17. Juni 2021, 14:17: > Hello all, > > In some other build systems the generated SDK can be used to also > generate an image. Thus the SDK allows development against the target > sysroot using the prebuilt host and target tools, as well as > (re)generate the targe

Re: [yocto] Would COMPATIBLE_IMAGE make sense?

2021-06-28 Thread Josef Holzmayr
Howdy! Am 29.06.2021 um 01:28 schrieb Jonas Vautherin: I was thinking about my issue described here [1], and discovered the variables called COMPATIBLE_MACHINE and COMPATIBLE_HOST, which "you can use to stop recipes from being built for machines (/hosts) with which the recipes are not compatib

Re: [yocto] linux-hotplug recipe

2021-08-08 Thread Josef Holzmayr
Howdy! Am 08.08.2021 um 16:11 schrieb chiefsleepy...@gmail.com: I'm new to yocto so forgive me if this has been answered before.  I searched a number of resources and wasn't able to find an answer.  I've been able to install yocto and make modifications to the bblayers.conf and local.conf file

Re: [yocto] How does one add do_fetch, do_unpack to an image recipe?

2021-08-08 Thread Josef Holzmayr
Howdy! Am 07.08.2021 um 02:25 schrieb John Klug: I am using dunfell. In the documentation I see: https://www.yoctoproject.org/docs/current/bitbake-user-manual/bitbake-user-manual.html#unsetting-variables In case some filter removes the yocto URL, I am referring to: docs/current/bitbake

Re: [yocto] building mbpoll

2021-08-27 Thread Josef Holzmayr
Howdy! Am 27.08.2021 um 10:10 schrieb Ivan Riabtsov: Hi All. i need to build mbpoll git://github.com/epsilonrt/mbpoll I was created layer: ivr@home-machine:~/work/yocto_orig/sources/meta-mbpoll/recipes-mbpoll/mbpoll $ cat mbpoll_1.4.11.bb SUMMARY = "bitbake-layers recipe" DESCRIPTION = "mbpoll

Re: [yocto] building mbpoll

2021-08-27 Thread Josef Holzmayr
(re-adding list) Am 27.08.2021 um 11:17 schrieb Ivan Riabtsov: maybe mbpoll is not cloned? I found the custom-rts.c file on the mbpoll website and try to search for it in the build directory, but I can't find anything my mbpoll_1.4.11.bb file: SUMMARY = "bitbake-layers recipe" DESCRIPTION = "m

Re: [yocto] Node-red and Wifi

2021-10-13 Thread Josef Holzmayr
Brutally honest: Yes it can. No you won't be able to do it without reading the docs. schrieb am Mi., 13. Okt. 2021, 08:51: > I am looking at various distributions to move to from my existing one - > without wanting to wade through another lots of documentation - can the > Yocto buid > 1) be con

Re: [yocto] Specified SDKMACHINE value is not valid

2021-11-01 Thread Josef Holzmayr
Add the BSP layer, set MACHINE. > ---John > > > On 2021-11-01 05:55, Josef Holzmayr wrote: > > jchludzinski via lists.yoctoproject.org [1] > > schrieb am Mo., 1. > > Nov. 2021, 07:27: > > > >> NEWBIE question! > >> > >> I tried building a

Re: [yocto] #yocto Remove hexdump from image

2021-11-19 Thread Josef Holzmayr
Am 19.11.2021 um 10:02 schrieb lucapirozzi via lists.yoctoproject.org: Hi everyone, I'm trying to remove some application, some of them packages and other being busybox parts. I'm trying to remove hexdump from my image and I configured every busybox defconfig to have CONFIG_HEXDUMP and its

Re: Private: Re: [yocto] #yocto Remove hexdump from image

2021-11-19 Thread Josef Holzmayr
(re-adding list) Am 19.11.2021 um 10:11 schrieb lucapirozzi via lists.yoctoproject.org: Hi Joseph, thank you for replying. Shall I use oe-pkgdata-util find-patch this way? oe-pkgdata-util  find-path /usr/bin/hexdump Because it gives me an error ERROR: Unable to find any package producing pat

Re: [yocto] Adding DKMS support to yocto build project #dunfell #kernel

2022-02-10 Thread Josef Holzmayr
Hi Rayaan, > On 10. Feb 2022, at 10:29, ray...@skeg.com wrote: > I am new to yocto and in need of assistance please. > > Could someone please assist me with getting DKMS included in my build. > > my platform is: stm32mp1 Currently DKMS is not supported in Yocto/OE and there are no imminent pla

Re: [yocto] Possible to ignore a missing file in recipe without error?

2022-02-11 Thread Josef Holzmayr
Howdy! > On 11. Feb 2022, at 20:03, Howard wrote: > > Hi: > > I have a simple recipe that installs a few miscellaneous files, one of the > files may or may not be present and in reality that's ok for the moment, but > I don't see a way to do things in a recipe based on the presence or absence

Re: [yocto] Building Yocto on M1 Mac

2022-02-13 Thread Josef Holzmayr
Howdy! > On 13. Feb 2022, at 19:04, Alexander Kanavin wrote: > > Even if you do manage to start a build, performance won't be great. > Yocto, by design, builds the entire stack from source, so a lot of CPU > cores is essential. Don't spend your time waiting, get an > appropriately specced Linux

Re: [yocto] On managing debug and production builds

2022-03-01 Thread Josef Holzmayr
Howdy! Karthik Poduval schrieb am Mi. 2. März 2022 um 04:23: > This concept of user vs debug builds is there in Android and any > Android developer who gets introduced to yocto may look for these > options. There seem to be many implementation choices here, trying to > summarize some of the opti

Re: [yocto] Honister on Ubuntu 14.04

2022-03-03 Thread Josef Holzmayr
Howdy! Just pack a more recent Ubuntu into the container engine of your least dislike - docker usually does the trick well enough if you can go with its license situation, otherwise podman is an interesting option. Greetz, Josef > On 3. Mar 2022, at 19:06, Daniel Ammann wrote: > > Hi, > > I

Re: [yocto] Skipping already-stripped check doesn't work

2022-04-12 Thread Josef Holzmayr
As already pointed out on IRC, the only real solution is: a) removing the shipped binaries from the install (as Khem also mentioned) and b) making the module re-build the binaries using the cross toolchain that the rest of the build also uses. Greetz Am Di., 12. Apr. 2022 um 00:26 Uhr schrieb Ale

Re: [yocto] OE Linux & board-support-package

2022-05-05 Thread Josef Holzmayr
Howdy! Am Do., 5. Mai 2022 um 10:43 Uhr schrieb jchludzinski via lists.yoctoproject.org : > > OK, let's go with that. > > I've watched the "Live Coding with Yocto Project #1: download and first > build" youtube video. Where is the BSP built in this procedure? The BSP that is implicitly used in th

[yocto] CFP for YPS 2023.11 now open!

2023-08-23 Thread Josef Holzmayr
Its sunny, it is summer, you're just back from vacation? Nothing better to get into the flow again than writing a proposal for the 2023.11 edition of the Yocto Project Summit! We love to hear about all your Yocto things. What you made, what you broke, what you learned, what you created. The CFP i

[yocto] The YPS 2023.11 CFP is waiting for you!

2023-09-13 Thread Josef Holzmayr
Summer vacation is over, so what is the next thing to focus on? Sharing your The Yocto Project, A Linux Foundation Project Kung-Fu, war stories, use cases... And the best place to do so is the Yocto Project Summit 2023.11 - the CFP is already open. We are eager to read your submissions! https://s

[yocto] OEDvM 2023.12

2023-09-15 Thread Josef Holzmayr
Howdy! We are happy to announce this years OEDvM taking place on Friday December 1st, 2023. Bring your topics and challenges for discussion, or just join for the networking. As usual, the main organization will happen through the OpenEmbedded Wiki, with the event page being located at https://ww

Re: [yocto] Cross-compilation of driver files

2023-09-20 Thread Josef Holzmayr
As you did not provide any meaningful information (no errors, no source, no logs), maybe you should start there if you expect people to help you. For documentation, please see https://docs.yoctoproject.org/kernel-dev/common.html#working-with-out-of-tree-modules Greetz, Josef On Wed, Sep 20, 2023

[yocto] Yocto Project Summit CFP closes Monday, October 2nd

2023-09-29 Thread Josef Holzmayr
The countdown is ticking! At the moment the CFP for the Yocto Project Summit 2023.11 is still open, but will close on Monday, October 2nd, 2023. So made sure to submit this weekend! https://summit.yoctoproject.org/yocto-project-summit-2023-11/cfp -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all mes

Re: [yocto] Adding device tree overlay #kirkstone

2023-10-02 Thread Josef Holzmayr
Hi Daniel, adding it to IMAGE_BOOT_FILES should do the trick. Greetz, Josef On Sun, Oct 1, 2023 at 10:35 PM wrote: > Hi, > > I am struggling to add a device tree overlay to the linux kernel. > > I am on the kirkstone branch and my recipe (linux-raspberrypi_%.bbappend) > looks like this: > > >

[yocto] Yocto Project Summit 2023.11 registrations are open now!

2023-10-06 Thread Josef Holzmayr
Registration are open now! Join us for the Yocto Project Summit 2023.11 to not only hear about the latest and greatest, but also challenges and solutions from the whole community. https://summit.yoctoproject.org/yocto-project-summit-2023-11/ Josef, on behalf of the organization committee -=-=-=-

Re: [yocto] continuous security updates for the Linux system

2023-10-09 Thread Josef Holzmayr
Please see https://wiki.yoctoproject.org/wiki/System_Update Full disclosure: I work for Mender, which is one of the mentioned OTA solutions - mender.io Greetz, Josef On Mon, Oct 9, 2023 at 2:56 PM MOHAMMED HASSAN wrote: > Hi guys, > I want to know more about security updates in yocto. > So gen

Re: [yocto] are there any plans for a RISC-V reference board?

2023-10-09 Thread Josef Holzmayr
Hi Robert, It has been discussed at numerous occasions. The main blocker is: we need a commitment for the maintenance. So if a high-ranking member decides to push forwards with this and allocate resources, or a new member from the RISC-V ecosystem steps up to make it happen, then the project is al

[yocto] OpenEmbedded Workshop CFP - February 5th, 2024

2023-10-26 Thread Josef Holzmayr
We are hosting a workshop on Monday, February 5th 2024 in Brussels. Yes exactly, the day right after FOSDEM. So make sure to extend your stay and share your findings or the things you bring. How? By submitting to the OE Workshop 2024 CFP. Open now and waiting for you. https://pretalx.com/oe-ws-202

Re: [yocto] WARNING: IMAGE_FSTYPES:remove += is not a recommended operator combination, please replace it / Fuzz detected

2023-12-06 Thread Josef Holzmayr
Hi Renato, Replace it with IMAGE_FSTYPES:remove = "rpi-sdimg" The += operator is not meant to be used in combination with :append and :remove. Greetz, Josef On Wed, Dec 6, 2023 at 3:10 PM wrote: > I'm building a Yocto image to Raspi Zero W and Mender. My configuration: > > MACHINE = "raspberry

Re: [yocto] How to handle user network configuration on a OTA environment

2023-12-07 Thread Josef Holzmayr
Hi Renato, I would suggest to start with the tutorial we have exactly for this usecase here: https://hub.mender.io/t/how-to-configure-networking-using-systemd-in-yocto-project/1097. Once you have it replicated and working, add and modify the bits and pieces that are specific to your requirements.

Re: [yocto] Wireless interface (wlan) not shown on Raspberry Pi Zero W

2023-12-13 Thread Josef Holzmayr
Hi Renato, make sure that wifi is enabled and the required firmware is installed as outlined in step 7 here: https://hub.mender.io/t/how-to-configure-networking-using-systemd-in-yocto-project/1097 : DISTRO_FEATURES:append = " wifi " IMAGE_INSTALL:append = " linux-firmware-rpidistro-bcm43430 " Gr

Re: [yocto] Wireless interface (wlan) not shown on Raspberry Pi Zero W

2023-12-13 Thread Josef Holzmayr
I guessed that you followed the tutorial from the meta-stargazer name :-) However it does not answer if you really made sure that the firmware package as pointed out is installed, through either local.conf or a custom image. You can check the manifest file in the image deploy directory to verify t

[yocto] yocto-patches mailing list

2024-03-28 Thread Josef Holzmayr
Hi all, Following some discussions and suggestions to improve, the yocto-patc...@lists.yoctoproject.org mailing list has been created. We want to move Yocto Project-specific patches and their discussion over to that list in order to have a clearer separation and therefore go-to address for contrib

Re: [yocto] Get bitbake build target in recipe

2024-05-02 Thread Josef Holzmayr
Hi Matt, That's just not possible. A recipe can not know which image is being built. Reason: the packaged outputs from recipes are used for all images that depend on them, so they need to be image agnostic. If you need to trigger something across various recipes, then use a DISTRO wide configurati

Re: [yocto] Exception during boot process, any ideas?

2024-07-15 Thread Josef Holzmayr
Hi Gerd, As much as we love your enthusiasm - four mails on basically the same issue in just a matter of hours are a bit much. Remember, this is a list where community volunteers share their advice. As you say "I have a scarthgap image that is constantly crashing during boot, it is (more or less)

Re: [yocto] Diff / Delta file between two rootfs images #toolchain #yocto

2024-07-31 Thread Josef Holzmayr
Hi Patryk, The Mender dude here :-) As already pointed out by Logan, yeah, the most straightforward thing is to use the delta updates feature which we offer, as it already packages the workflow in a known good way. And for larger fleets, the delta generation can also be moved to the hosted backen

[yocto] Mini-Summit in Dublin: Hands on with the Yocto Project

2022-08-10 Thread Josef Holzmayr
Howdy there! We're happy to finally announce the Yocto Project Mini-Summit taking place the day before ELC-E in Dublin! Monday, September 12th, 2022 | 2:00 – 5:30 PM Location: Convention Centre Dublin Registration Cost: $25 Bring your boards, your questions, your problems, and your solutions to

Re: [yocto] Disabling SSH by default (but keeping the service)

2022-10-13 Thread Josef Holzmayr
Hi Maik, this is a number of things being mixed up. 1) a recipe cannot affect another recipe. the image is a recipe, sshd is a recipe. so you either can set this in a bbappend to thesshd recipe, or in a config file (distro, machine, local) - but not in the image. 2) the override separator is : the

Re: [yocto] Scope of the build parameters #systemd

2022-11-03 Thread Josef Holzmayr
Hi Martin, its Yocto chant #1: "Recipe data is local, configuration data is global." Means: whatever happens in a recipe, other recipes can't see it. Whatever happens in a configuration file (local, machine, distro), it is visible everywhere. An image is just a recipe, in the end - so whatever yo

Re: Private: Re: [yocto] Scope of the build parameters #systemd

2022-11-03 Thread Josef Holzmayr
Re-adding list, as I think this is valid information for all Yocto users. On Thu, Nov 3, 2022 at 10:24 PM martin.leduc via lists.yoctoproject.org wrote: > Ok, I get that. If DISTRO_FEATURES is settable only into local.conf, what > are the other variables valid into the local.conf only? No, th

Re: Private: Re: [yocto] Private: Re: [yocto] Scope of the build parameters #systemd

2022-11-03 Thread Josef Holzmayr
Again re-adding list On Thu, Nov 3, 2022 at 10:40 PM martin.leduc via lists.yoctoproject.org wrote: > Per example, in poky/meta... I found the core-image-minimal.bb (bitbake > core-image-minimal), pulling on the core-image.bbclass, pulling on > images.bbclass by using the inherit keyword. >

Re: [yocto] Image dependent variables/files in included recipes

2022-11-17 Thread Josef Holzmayr
For the record - Yocto chant #1: Recipe data is local - configuration data is global. On Thu, Nov 17, 2022 at 4:30 PM Quentin Schulz via lists.yoctoproject.org wrote: > Hi Maik, > > On 11/17/22 16:22, Maik Vermeulen wrote: > > Hi, > > > > Depending on the image that's being built, e.g. developm

Re: [yocto] source-less python

2022-11-17 Thread Josef Holzmayr
It can always be added if is is found useful and robust. We tend to be careful about taking things into core layers as long as those two concerns, plus the maintenance commitment are not clear. Technical debt is a real problem. On Thu, Nov 17, 2022 at 2:05 PM Yishai Jaffe wrote: > Seems like a s

Re: [yocto] do_install hangs on native tasks

2022-12-07 Thread Josef Holzmayr
Is it maybe the restricted network access thats biting you? See third item: https://docs.yoctoproject.org/migration-guides/release-notes-4.0.html#new-features-enhancements-in-4-0 On Wed, Dec 7, 2022 at 2:37 PM Bruce Ashfield wrote: > On Tue, Dec 6, 2022 at 5:07 PM Christopher Friedt > wrote: >

[yocto] OE Workshop in Brussels, February 6th - gentle reminder

2023-01-19 Thread Josef Holzmayr
Hello all you Open, Embedded, and even OpenEmbedded people out there! This is your gentle reminder that we are hosting an OE Workshop in Brussels on Monday, February 6th - the day after FOSDEM at Avenue Louise 523, 1050 Brussels, Belgium. Find a preliminary schedule at https://pretalx.com/openemb

Re: [yocto] How to remove Rust (and other packages) from yocto build #bitbake

2023-04-05 Thread Josef Holzmayr
Randomly removing things just does not work (TM). Bitbake builds only what you tell it to anyways, so whatever you see in your build is directly (because it goes into the resulting image) or indirectly (because it is needed to build the resulting image) defined by your target. So the things you ca

Re: [yocto] OTA updates for Application Software

2023-04-21 Thread Josef Holzmayr
On Fri, Apr 21, 2023 at 6:01 AM Khem Raj wrote: > there are several options that can be used for OTA with yocto project. > > mender > https://mender.io/ > https://github.com/mendersoftware/meta-mender I am currently working on a comprehensive list of boards/releases that are directly supported

[yocto] CFP for Yocto Dev Day - colocated with EOSS 2023, Prague

2023-04-28 Thread Josef Holzmayr
Hi all! We are happy to have an in-person Dev Day again, colocated with the EOSS in Prague. It will take place on Monday June 26th, and it... (wait for it)... needs YOU! Specifically, it needs your ideas, your experience, your stories. Shared them! The CFP is open now, use those cold and rainy da

Re: [yocto] Trouble Adding Files to rootfs

2023-05-03 Thread Josef Holzmayr
My guess is that you are on a recent release, which as changed syntax. To add files to packages, you need: FILES:${PN} += ... But I agree with the other responders, please be as precise as possible. Name your used versions please, for one thing. The other part is that things will not be added to

Re: [yocto] Yocto Project Community Manager updates

2023-05-04 Thread Josef Holzmayr
Thank you Nico for the five years in which we had the pleasure of working together for the growth and future of the Yocto Project and OpenEmbedded. Your contributions and insight will be missed - but hopefully not you as a person. We will meet again, over a drink, and talk of the olde times... And

Re: [yocto] OTA Updates

2023-05-11 Thread Josef Holzmayr
For Mender there is a pretty detailed guide on how to build and run a demo image at https://docs.mender.io/operating-system-updates-yocto-project/build-for-demo Various board integrations are maintained on https://github.com/mendersoftware/meta-mender-community, and/or documented on hub.mender.io.

[yocto] Final reminder: CFP for Yocto Project Developer Day in Prague, June 26th 2023

2023-05-22 Thread Josef Holzmayr
Hello there! Time is running out for you if you'd like to speak at the Yocto Project Developer Day in Prague on June 26th, 2023 in Prague, neatly colocated with EOSS. You have exactly...*checks clock* 3 hours and 44 minutes left to let us know about the cool things you built, the riddles you solv

Re: [yocto] Remove unwanted packages from core-image-minimal. #distro #kirkstone #yocto

2023-07-13 Thread Josef Holzmayr
On Thu, Jul 13, 2023 at 8:56 AM wrote: > But the default core-image-minimal also contains > > dpkg and apt packages > > These packages are not needed in my RFS. I tried removing them with: Chances are that you have the package-management IMAGE_FEATURE set. Remove that. https://docs.yoctoproject.o

Re: [yocto] owner and group of sysroots changed to nobdoy #bitbake #kirkstone

2023-07-22 Thread Josef Holzmayr
See https://docs.yoctoproject.org/4.0.4/migration-guides/migration-4.0.html#fetching-changes, last bullet. On Sat, Jul 22, 2023 at 7:06 AM wrote: > > Hi, experts > > I'm moving my bb recipe to kirkstone but met a problem which causing ssh > operation in bb recipe failed. after some investigat

Re: [yocto] #apt #linux #yocto #raspberrypi., apt, gcc, sudo not present

2020-05-28 Thread Josef Holzmayr
Howdy! Am 27.05.2020 um 12:06 schrieb Siddhartha V: Hello,   I built the image for Raspberrypi3B+ board. But when boot the board gcc, apt, sudo were not there. Actually only the poweron and poweroff and few basic commnds like, ls, mkdir, whoami were working. May I konw what wrong I did whil

Re: [yocto] Strange error

2020-06-10 Thread Josef Holzmayr
Howdy! Am 10.06.2020 um 19:48 schrieb Mauro Ziliani: Hi all. This error NOTE: Executing RunQueue Tasks ERROR: When reparsing .do_rootfs, the basehash value changed from 7419bfc242fa2eee9ce87b18ebf40d25 to 5b2654046d2ac406f3484b3286de0acd. The metadata is not deterministic and this needs to

Re: [yocto] Nested images, a.k.a. two-stage booting

2020-06-23 Thread Josef Holzmayr
Howdy! Am 24.06.2020 um 07:48 schrieb Nicolas Dechesne: On Wed, Jun 24, 2020 at 3:12 AM Peter Budny wrote: Hello all, I have an unusual and uncommon situation, and could use some help to get Yocto to do what I need. I'm working on a legacy system which is being ported to use Yocto and Linu

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 ingemar0...@g

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 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

Re: [yocto] Error when building eSDK for a `docker load`able tarball

2020-11-10 Thread Josef Holzmayr
Howdy! Am Sa., 7. Nov. 2020 um 16:04 Uhr schrieb Manuel Wagesreither : > ERROR: Task linux-dummy.do_fetch attempted to execute unexpectedly > Task > /data/proj/poky/build-bora-docker/tmp/work/containerx86_64-poky-linux/bora-container/1.0-r0/sdk-ext/image/tmp-renamed-sdk/layers/poky/meta-manwag/re

Re: [yocto] Error when building eSDK for a `docker load`able tarball

2020-11-10 Thread Josef Holzmayr
Howdy! Am Mi., 11. Nov. 2020 um 08:18 Uhr schrieb Robert ber...@yocto.user : > So it looks like it's extensible SDK specific. > > Can you please try with the "standard" sdk instead of the extensible sdk > to see if this works for you? Tried that. Standard SDK works, it's definitely related to

Re: [yocto] yocto recipt from host ide

2020-11-19 Thread Josef Holzmayr
Am Fr., 20. Nov. 2020 um 02:47 Uhr schrieb Khem Raj : > > On Thu, Nov 19, 2020 at 1:48 PM Sergey Ivanov wrote: > > > > Hi there. > > Could anyone share a good approach/documentation/etc on how to > > properly configure and use sysroot and sdk for a specific cmake - based c++ > > receipt > > to be

Re: [yocto] yocto recipt from host ide

2020-11-21 Thread Josef Holzmayr
Am Fr., 20. Nov. 2020 um 02:47 Uhr schrieb Khem Raj : > > On Thu, Nov 19, 2020 at 1:48 PM Sergey Ivanov wrote: > > > > Hi there. > > Could anyone share a good approach/documentation/etc on how to > > properly configure and use sysroot and sdk for a specific cmake - based c++ > > receipt > > to be

Re: [yocto] #yocto CORE_IMAGE_EXTRA_INSTALL Where can I find a list of valid package names?

2021-02-04 Thread Josef Holzmayr
Howdy! Am Mi., 3. Feb. 2021 um 23:26 Uhr schrieb : > Hi, I've just started making use of the CORE_IMAGE_EXTRA_INSTALL variable in > my local.conf. I'm really confused about where everyone is finding valid > names for the packages? I though maybe it was the recipe names in meta but > I've run

Re: [yocto] devtool question/issue

2021-02-08 Thread Josef Holzmayr
Hi David! Am Mo., 8. Feb. 2021 um 01:01 Uhr schrieb David Gartner : > I found the issue that was causing my problem. Just an FYI if anyone else > happens to run into this. > > There was a file named ".devtoolbase" in /mnt/YB. I think this was a remenant > of some previous work I was doing with y

Re: [yocto] PREFERRED_VERSION_pn-: which version is selected?

2021-02-08 Thread Josef Holzmayr
Howdy! Am Mo., 8. Feb. 2021 um 11:52 Uhr schrieb Mauro Ziliani : > In the image recipe I put > > image-recipe.bb > > IMAGE_INSTALL_append := " \ > recipe1 \ > " > > PREFERRED_VERSION_pn-recipe1 := "0.9" As usual, recipe data is local, conf data is global. Setting things that should affect ot

Re: [yocto] Dunfell, nodejs and typescript - short experience report

2021-02-12 Thread Josef Holzmayr
Howdy! Thanks for sharing, a few comments inline. Am Fr., 12. Feb. 2021 um 11:03 Uhr schrieb Simon Vogl : > > I have some remarks and questions about the npm/nodejs support in dunfell > that I wanted to share. We are creating nodejs-based IoT edge solutions and > upgrading our build environment

Re: [yocto] anyone bundled libbpf into a recipe?

2021-02-22 Thread Josef Holzmayr
https://twitter.com/TheYoctoJester/status/1358865946790797324 Am Mo., 22. Feb. 2021 um 12:24 Uhr schrieb Robert P. J. Day : > > > colleague wants a recipe for libbpf: > > https://github.com/libbpf/libbpf > > would anyone have done that already and is willing to let me steal it? > > rday > > >

Re: [yocto] Custom python location on target #python

2021-02-22 Thread Josef Holzmayr
Howdy! Am Mo., 22. Feb. 2021 um 13:22 Uhr schrieb : > I'm new to the Yocto Project. It is my first time posting a Yocto related > question. If this is the wrong place, I apologize in advance. No problem, welcome on board! > I need to change the python installation location on my target from /us

Re: Private: Re: [yocto] Custom python location on target #python

2021-02-22 Thread Josef Holzmayr
(re-adding list as this certainly does not contain sensitive information - others might add other opinions and hints, as well as my answer should be available for everyone to find it.) Am Mo., 22. Feb. 2021 um 14:35 Uhr schrieb : > > On Mon, Feb 22, 2021 at 04:57 AM, Josef Holzmayr

Re: [yocto] Building test code?

2021-03-16 Thread Josef Holzmayr
Am Di., 16. März 2021 um 10:49 Uhr schrieb Nicolas Dechesne : > > On Tue, Mar 16, 2021 at 8:07 AM jchludzinski via > lists.yoctoproject.org > wrote: > > > > It certainly appears to be BUT I'm not certain what I'm looking at? > > > > What is meta-openembedded? > > > > Is it a GIT repo that can be c

Re: [yocto] eula-downloads.yoctoproject.org down???

2021-03-30 Thread Josef Holzmayr
Am Di., 30. März 2021 um 05:22 Uhr schrieb anthony.l via lists.yoctoproject.org : > > Getting a message today > Fetcher failure for URL: 'https://eula-downloads.yoctoproject.org/index.php'. > URL https://eula-downloads.yoctoproject.org/index.php doesn't work. Please > ensure your network is confi

Re: [yocto] is there a rationale for YP using sysvinit as default init manager?

2019-11-21 Thread Josef Holzmayr
are). I'd say it hardly > matters what the default is, if the other options are well supported. > > Alex Thats my take as well. By sysv being the default andsystemd being massively used we almost automatically end up with good testing of both. Greetz -- ——— Jos

Re: [yocto] How to reduce rootfs image size?

2019-11-27 Thread Josef Holzmayr
find out the sizes of the things. Greetz -- ——— Josef Holzmayr Software Developer Embedded Systems Tel: +49 8444 9204-48 Fax: +49 8444 9204-50 R-S-I Elektrotechnik GmbH & Co. KG Woelkestrasse 11 D-85301 Schweitenkirchen www.rsi-elektrotechnik.de ——— Amtsgericht I

Re: [yocto] Yocto Image Build for NXP i.MX8M

2019-11-28 Thread Josef Holzmayr
wner: yocto+ow...@lists.yoctoproject.org > Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub > [holzm...@rsi-elektrotechnik.de] > -=-=-=-=-=-=-=-=-=-=-=- -- ——— Josef Holzmayr Software Developer Embedded Systems Tel: +49 8444 9204-48 Fax: +49 8444 9204-50 R-S-I Elektrot

Re: [yocto] Yocto Image Build for NXP i.MX8M

2019-11-28 Thread Josef Holzmayr
-=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > > View/Reply Online (#47444): > https://lists.yoctoproject.org/g/yocto/message/47444 > Mute This Topic: https://lists.yoctoproject.org/mt/63894854/3618269 > Group Owner: yocto+ow...@lists.yoctoprojec

Re: [yocto] Architecture of .wic approach; image of images

2019-11-28 Thread Josef Holzmayr
ow...@lists.yoctoproject.org > Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub > [holzm...@rsi-elektrotechnik.de] > -=-=-=-=-=-=-=-=-=-=-=- -- ——— Josef Holzmayr Software Developer Embedded Systems Tel: +49 8444 9204-48 Fax: +49 8444 9204-50 R-S-I

Re: [yocto] Architecture of .wic approach; image of images

2019-11-28 Thread Josef Holzmayr
ptable gpt --timeout=1 > > 2) Or should I create a new recipe that builds the WIC and depends on > the initramfs? > > Remember, I have no rootfs other than the (non-bundled) initramfs. > Depending on the answers, I will come up with the issues I see. -- ——— Josef Holz

Re: [yocto] Architecture of .wic approach; image of images

2019-11-28 Thread Josef Holzmayr
On Thu, Nov 28, 2019 at 12:53:54PM +0100, Leon Woestenberg wrote: > On Thu, Nov 28, 2019 at 12:41 PM Josef Holzmayr > wrote: > > On Thu, Nov 28, 2019 at 12:11:52PM +0100, Leon Woestenberg wrote: > > > Let me then first describe the issue I am having, which I think

Re: [yocto] Architecture of .wic approach; image of images

2019-11-28 Thread Josef Holzmayr
into FAT through WIC. > Or documentation on how to implement this correctly. > > Regards, > > Leon. -- ——— Josef Holzmayr Software Developer Embedded Systems Tel: +49 8444 9204-48 Fax: +49 8444 9204-50 R-S-I Elektrotechnik GmbH & Co. KG Woelkestrasse 11 D-85301 S

Re: [yocto] source.list for apt tool in yocto image for raspberry pi #yocto #raspberrypi #debian #apt

2019-11-29 Thread Josef Holzmayr
you need, and not use runtime package management. If you want to use it like a debian, and think it should behave like a debian, then you probably should just run debian. Yocto builds a custom distribution, therefore no "official" packages exist. Greetz. -- ——— Josef Holzmayr

Re: Private: Re: [yocto] source.list for apt tool in yocto image for raspberry pi #yocto #raspberrypi #debian #apt

2019-11-29 Thread Josef Holzmayr
On Fri, Nov 29, 2019 at 04:29:59AM -0800, keyurthumar0...@gmail.com wrote: > On Fri, Nov 29, 2019 at 04:23 AM, Josef Holzmayr wrote: > > > > > use it like a debian, and think it should behave like a debian, then you > > Hey thank you for the reply. > > I don

Re: [yocto] Raspberry pi 4 recipe and layer issues.

2019-12-13 Thread Josef Holzmayr
into the image. It does *not* guarantee that they are already around when some random, other recipe is being built. So, first and foremost - sort out your dependencies. There is some introductory information here: https://youtu.be/IehnEC3GOGU Greetz -- ——— Josef Holzmayr Software Develo

Re: [yocto] Raspberry pi 4 recipe and layer issues.

2019-12-17 Thread Josef Holzmayr
xzcat, yes, > zcat, zcip Thats only halfways correct: busybox *CAN* provide sum, if configured accordingly. It obviously is not, in your case. The easiest way to get sum is probably to just pull in coreutils: http://cgit.openembedded.org/openembedded-core/tree/meta/recipes-core/coreutils/coreutil

Re: [yocto] Raspberry pi 4 recipe and layer issues.

2019-12-18 Thread Josef Holzmayr
, unlzop, unxz, unzip,        > > uptime, usleep, uudecode, uuencode, vconfig, vi, vlock, volname,        > > wall, watch, watchdog, wc, wget, which, who, whoami, xargs, xz,        > > xzcat, yes, zcat, zcip > > Thats only halfways correct: busybox *CAN* provide sum, if con

Re: [yocto] ubuntu from Yocto

2019-12-21 Thread Josef Holzmayr
offer customization tooling. Greetz -- ——— Josef Holzmayr Software Developer Embedded Systems Tel: +49 8444 9204-48 Fax: +49 8444 9204-50 R-S-I Elektrotechnik GmbH & Co. KG Woelkestrasse 11 D-85301 Schweitenkirchen www.rsi-elektrotechnik.de ——— Amtsgericht Ingolst

Re: [yocto] Raspberry pi 4 recipe and layer issues.

2019-12-24 Thread Josef Holzmayr
is the error that I get. > /bin/sh: 1: sum: not found If a Makefile does such _stupid_ things, then better patch it. An example of patching something like this is https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-core/util-linux/util-linux/configure-sbindir.patch which t

Re: [yocto] OEM supplied yocto image is impossible to work with

2019-12-27 Thread Josef Holzmayr
With that, I hope I could give a somewhat helpful but certainly honest answer. Greetz [1] https://stackoverflow.com/questions/58863254/how-to-manage-meta-layers-for-a-yocto-project-build-configs-in-git/58865947#58865947 [2] https://www.yoctoproject.org/docs/3.0.1/dev-manual/dev-manual.html#mai

Re: [yocto] Update connman to build connman_1.37.bb?

2020-01-06 Thread Josef Holzmayr
for 1.37 into your custom layer. By default, the highet one gets chosen. Greetz -- ——————— Josef Holzmayr Software Developer Embedded Systems Tel: +49 8444 9204-48 Fax: +49 8444 9204-50 R-S-I Elektrotechnik GmbH & Co. KG Woelkestrasse 11 D-85301 Schweitenkirchen www.rsi-elek

Re: [yocto] patchutils bitbake recipe

2020-01-08 Thread Josef Holzmayr
re it would have to go). Greetz -- ——— Josef Holzmayr Software Developer Embedded Systems Tel: +49 8444 9204-48 Fax: +49 8444 9204-50 R-S-I Elektrotechnik GmbH & Co. KG Woelkestrasse 11 D-85301 Schweitenkirchen www.rsi-elektrotechnik.de ——— Amtsgericht Ingolstadt

Re: [yocto] patchutils bitbake recipe

2020-01-08 Thread Josef Holzmayr
d, people do strange stuff all the time. If what we do is useful for you, go ahead. And on the topic of self-hosting, we actually have something called "packagegroup-self-hosted" which should be nice base to build from. > And sorry in advance if I opened any cans of worms :) Non

Re: [yocto] building both musl and glibc based images for same machine

2020-01-14 Thread Josef Holzmayr
ible, and glibc is > several MB, so I'd like to base that image (and obviously anything I > include in that) on musl. However, the real root filesystem must for > various reasons be based on glibc. Greetz -- ——— Josef Holzmayr Software Developer Embedded Systems Tel: +4

Re: [yocto] #apt #yocto #sdk #toolchain

2020-01-15 Thread Josef Holzmayr
n see apt being useful on the target under rare/obscure cirumstances, but in the SDK, what do you want to archieve? Greetz > FooBar PS: Hiding behind "FooBar" doesn't give a very good impression. -- ——— Josef Holzmayr Software Developer Embedded Systems Tel: +49 8

Re: [yocto] Image specific package selection?

2020-01-17 Thread Josef Holzmayr
ot; build because there is no dependency handling across machines. s/MACHINE/DISTRO/g probably, but then you're right. Again, this is exactly what multiconfig bulds do. > My goal is to have a "bitbake alpha" in a machine solving the nesting in a > way that is transparent to the u

Re: [yocto] Versioning a recipe based on other recipe

2020-01-20 Thread Josef Holzmayr
that. But in a nutshell: "What happens in one recipe never affects what happens in another." Greetz -- ——— Josef Holzmayr Software Developer Embedded Systems Tel: +49 8444 9204-48 Fax: +49 8444 9204-50 R-S-I Elektrotechnik GmbH & Co. KG Woelkestrasse 11 D-85301 Schweitenkirchen w

Re: [yocto] Yocto Project Status WW04'20

2020-02-02 Thread Josef Holzmayr
lopment of Yocto? > > > > Currently the yocto list is a mixture of core development list and forum > > for newbie user questions, with no easy way to have them separate. > > > > Thanks > > Adrian > > > -- ——— Josef Holzmayr Software Develo

  1   2   >