[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

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

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 "

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

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

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

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

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

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

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,

[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

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

[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

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

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.

[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

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.

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

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

[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

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

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

[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

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

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.

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

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

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 :

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

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

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

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

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

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

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

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: [yocto] Specified SDKMACHINE value is not valid

2021-11-01 Thread Josef Holzmayr
he 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 and I

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

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 =

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

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

Re: [yocto] Would COMPATIBLE_IMAGE make sense?

2021-06-29 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

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

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

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

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

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

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

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

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

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

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 >

Re: [yocto] sd-bus.h not found even with DEPENDS += "systemd"

2020-09-28 Thread Josef Holzmayr-Khosh Amoz
Without digging into the details, it sounds very very much like the most of your problems are caused by handcrafting a Makefile which is not cross compile aware and probably has multiple other issues. Therefore I strongly suggest to use a build system like autotools, cmake or meson. You can find

Re: Private: Re: [yocto] Information about Yocto Dunfell components version #dunfell

2020-09-01 Thread Josef Holzmayr-Khosh Amoz
slightly. Example: libtiff seems to be just "tiff". http://cgit.openembedded.org/openembedded-core/tree/meta/recipes-multimedia/libtiff/tiff_4.1.0.bb?h=dunfell Am Di., 1. Sept. 2020 um 12:55 Uhr schrieb Yocto_user < avinashyadav9...@gmail.com>: > Thanks Josef Holzmayr-Khos

Re: [yocto] Information about Yocto Dunfell components version #dunfell

2020-09-01 Thread Josef Holzmayr-Khosh Amoz
Insert the package names into http://layers.openembedded.org/layerindex/branch/dunfell/recipes and see for yourself :) Greetz Am Di., 1. Sept. 2020 um 12:22 Uhr schrieb Yocto_user < avinashyadav9...@gmail.com>: > Hi All, > > I read the Dunfell release notes but couldn't find the version detail

Re: [yocto] Help with yocto poky quick start

2020-08-26 Thread Josef Holzmayr-Khosh Amoz
Howdy! Its a long shot, but are you also using WSL2 on the Windows 10 Host? In that case, downloads into a VirtualBox VM can be corrupted, see https://www.virtualbox.org/ticket/19695 Greetz Am Mi., 26. Aug. 2020 um 08:41 Uhr schrieb Brendan Simon (SEPL) : > > Hi Erik, > > Nope. It's ot a HTML

Re: [yocto] Yocto host not found

2020-08-04 Thread Josef Holzmayr-Khosh Amoz
https://twitter.com/TheYoctoJester/status/1290569609100308480 Am Di., 4. Aug. 2020 um 15:17 Uhr schrieb FLoraVLogs : > > I am seeing the following error: > > Gateway Timeout > > Server error - server 198.145.29.63 is unreachable at this moment. > > Please retry the request or contact your

Re: [yocto] Remove connman package from yocto sdk.

2020-07-28 Thread Josef Holzmayr-Khosh Amoz
Howdy! Am Di., 28. Juli 2020 um 07:19 Uhr schrieb NIKHIL PATIL : > > hi, > Still we ar facing same issue , > If anyone know, please help. > > On Fri, Jul 24, 2020 at 6:14 PM NIKHIL PATIL wrote: >> >> Hi team, >> We want to use NetworkManager to access internet using LTE module >>

Re: [yocto] #toolchain #yocto #devtool #linux

2020-07-28 Thread Josef Holzmayr-Khosh Amoz
Howdy! Am Di., 28. Juli 2020 um 07:09 Uhr schrieb : > > Hi, > I am trying to build a yocto demo-coreip-cli image for my custom RISC-V SOC > which only supports imafd instructions. For the compilation of cross > toolchain that is used by Bitbake, I tried changing cross-binutils.inc recipe > and

Re: [yocto] Building of warrior branch fails when building with Ubuntu 20.04 LTS #qemu #yocto #linux

2020-07-21 Thread Josef Holzmayr-Khosh Amoz
Howdy! Am Di., 21. Juli 2020 um 09:07 Uhr schrieb Bernd : > > Hello, > > we are using the warrior branch for our embedded Linux project. Since Ubuntu > 20.04 LTS has been released we would like to switch from 18.04 to 20.04. > However, Ubuntu 20.04 now uses glibc-2.31 where the stime function

Re: [yocto] How to completely uninstall a pre-installed package in Yocto #linux #yocto

2020-07-15 Thread Josef Holzmayr-Khosh Amoz
Howdy! Am Mi., 15. Juli 2020 um 07:40 Uhr schrieb Soi, Sheng Leong : > > The question is how to completely uninstall the pre-installed package in > Yocto. Thanks > > I found out that one of the packages in Yocto is unwanted, and wish to > completely uninstall the package. > In contrast to a

Re: [yocto] how does "bitbake meta-toolchain" map to a particular "image" when generating SDK?

2020-07-05 Thread Josef Holzmayr-Khosh Amoz
Howdy! Robert P. J. Day schrieb am So., 5. Juli 2020, 23:27: > > Quoting Richard Purdie : > > > On Sun, 2020-07-05 at 15:24 -0400, Robert P. J. Day wrote: > >> Quoting Ross Burton : > >> > >> > On Sun, 5 Jul 2020 at 11:50, Robert P. J. Day > >> wrote: > >> > >however, one can also generate

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

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

2020-06-24 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

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

Re: [yocto] apt-get destroying itself when trying to install package #apt #yocto

2020-04-02 Thread Josef Holzmayr
nt whitepaper, I am sure > it will help us properly setup packet management of our yocto-built .deb > packages. > > Stefan > -- ——— Josef Holzmayr Software Developer Embedded Systems Tel: +49 8444 9204-48 Fax: +49 8444 9204-50 R-S-I Elektrotechnik GmbH & Co. KG Woelke

Re: [yocto] apt-get destroying itself when trying to install package #apt #yocto

2020-04-02 Thread Josef Holzmayr
c6 (= 2.28-10) but 2.27-r0 is to be installed > Depends: libc-dev-bin (= 2.28-10) but it is not going to be > installed > Depends: linux-libc-dev but it is not going to be installed > python3-psutil : Depends: python3 (< 3.8) > Depends: p

Re: [yocto] Yocto Project Status WW04'20

2020-02-02 Thread Josef Holzmayr
nt 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 Developer E

Re: [yocto] Image specific package selection?

2020-01-17 Thread Josef Holzmayr
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 user. > > Any idea how that c

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

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

2020-01-14 Thread Josef Holzmayr
possible, 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: +49 844

Re: [yocto] patchutils bitbake recipe

2020-01-08 Thread Josef Holzmayr
range 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 :) None detected. Gr

Re: [yocto] patchutils bitbake recipe

2020-01-08 Thread Josef Holzmayr
d 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 – GmbH: H

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] OEM supplied yocto image is impossible to work with

2019-12-27 Thread Josef Holzmayr
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#maintaining-build-output-quality [3] https://www.yoctoproject.org/docs/3.0.1/dev-manual/dev-manua

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

2019-12-24 Thread Josef Holzmayr
in/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 targets configure.ac, but hey, little dif

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-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] 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-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: 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't w

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

2019-11-29 Thread Josef Holzmayr
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 Softw

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

2019-11-28 Thread Josef Holzmayr
to 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 Schwei

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

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] 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.yoctoproject.org > Unsubscribe: https:

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

2019-11-28 Thread Josef Holzmayr
o+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 Elektrotechnik Gmb

  1   2   >