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

2019-11-27 Thread Rudolf J Streif
to+ow...@lists.yoctoproject.org > Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub > [rudolf.str...@ibeeto.com] > -=-=-=-=-=-=-=-=-=-=-=- -- - Rudolf J Streif CEO/CTO ibeeto +1.855.442.3386 x700 signature.asc Description: OpenPGP digital signature -=-=-=-=-=-=-=-=-=-=-=- Links: You

Re: [yocto] Yocto build to add root password

2019-11-25 Thread Rudolf J Streif
@lists.yoctoproject.org > Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub > [rudolf.str...@ibeeto.com] > -=-=-=-=-=-=-=-=-=-=-=- -- - Rudolf J Streif CEO/CTO ibeeto +1.855.442.3386 x700 signature.asc Description: OpenPGP digital signature -=-=-=-=-=-=-=-=-=-=-=- Links: You recei

Re: [yocto] permanently supercede kernel config with one of my own creation

2020-01-29 Thread Rudolf J Streif
ackage? Trying. :) > I'ts a single file that has to be inserted/used at the correct point > in the build. I'd say it's not rocket science but that's exactly what > it is for. LOL Many ways lead to Rome, as the saying goes. But it looks like the bbappend might be the best s

Re: [yocto] permanently supercede kernel config with one of my own creation

2020-01-28 Thread Rudolf J Streif
r the original yocto > config, or a kludge of my options with a bunch of defaults I did not > specify. > > How can I take my existing .config and force yocto to use it, and it > only, forevermore? > > -- - Rudolf J Streif CEO/CTO ibeeto +1.855.442.3386 x

Re: [yocto] Creating a build system which can scale. #yocto

2020-02-17 Thread Rudolf J Streif
dependency > tree)  from the equation above. > >   > Yes, that is the idea. Since the builds are running inside a Docker instance there is a local cache but it will be discarded when the container is discarded and the VM is spun down. Cache misses require additional time bu

Re: [yocto] does git SRC_URI really *require" a SRCREV setting?

2020-02-15 Thread Rudolf J Streif
I options in use). > > rday > > p.s. bitbake's git.py fetcher code makes no mention of the "rev" > option in its opening docstring. just an observation if anyone wants > to tweak that. > > > -- - Rudolf J Streif CEO/CTO ibeeto +1.855.442.3386 x700 signatu

Re: [yocto] First time reaching out, having issue building standalone out-of-tree kernel module - help?

2020-01-03 Thread Rudolf J Streif
urce/linux-socfpga.git;protocol=https;branch=${SOCFPGA_KERNEL_BRANCH} > > <http://github.com/altera-opensource/linux-socfpga.git;protocol=https;branch=$%7BSOCFPGA_KERNEL_BRANCH%7D> >  \ >     file://${MACHINE}/defconfig \ >     file://${MACHINE}/${DTS_FILE} \ >

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

2020-04-08 Thread Rudolf J Streif
is placed and copied. When using > DISTRO='poky-mydist' the files that are placed into the folder are not > the files that are supposed to be copied from there, hence the error. > > Am I interpreting this situation correctly? > Is there an error in my /poky-mydist/ distribution? > Is t

[yocto] Invitation: Yocto Project Technical Team Meeting @ Monthly from 8am to 9am on the third Tuesday (PDT) (yo...@yoctoproject.org)

2020-03-13 Thread Rudolf J Streif
-NUM-GUESTS=0:mailto:theyoctoproject@gmail.c om ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;RSVP=TRUE ;CN=Rudolf J Streif;X-NUM-GUESTS=0:mailto:rudolf.str...@gmail.com ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP= TRUE;CN=stephen.k.jol

Re: [yocto] Enabling SELinux in an application #SELINUX

2020-04-23 Thread Rudolf J Streif
d to the > internet as well, but I still don’t see how the security access > provisions in SELinux are needed for our application.  > > Lastly, I'm not a programmer. I manage the business end of all of > Middleby's electronic controls, so the aim of this message is to ask > for general guid

Re: [yocto] [WIC] Grow last partition up to disk size

2020-04-30 Thread Rudolf J Streif
gt;> [Install] >> WantedBy=default.target >> >> >> On Thu, Apr 30, 2020 at 8:30 PM Marek Belisko >> wrote: >>> On Thu, Apr 30, 2020 at 8:27 PM Khem Raj wrote: >>>> >>>> >>>> On 4/30/20 11:25 AM, Marek Belisko wrote: >>>>>

[yocto] [WIC] Wic creates spurious partition

2020-04-30 Thread Rudolf J Streif
I seem to be running into wic problems today... I have the following wks file: > part SPL --source rawcopy --sourceparams="file=SPL" --ondisk mmcblk --no-table --align 1 part u-boot --source rawcopy --sourceparams="file=${UBOOT_BINARY}" --ondisk mmcblk --no-table --align 69 part /boot

Re: [yocto] [WIC] Wic creates spurious partition

2020-04-30 Thread Rudolf J Streif
Ok, I found the answer to my own question. It's the typical extended partition issue. :rjs On 4/30/20 4:36 PM, Rudolf J Streif via lists.yoctoproject.org wrote: > I seem to be running into wic problems today... > > I have the following wks file: > > part SPL --source rawcopy --sou

[yocto] [WIC] Multiple WKS Files

2020-05-02 Thread Rudolf J Streif
eMMC devices commonly have three hardware partitions: two boot partitions and a user partition. I was looking for a convenient way to have wic build an image for the boot partition and one for the user partition. However, that does not seem to be possible right out of the box. The variable

Re: [yocto] [WIC] Multiple WKS Files

2020-05-04 Thread Rudolf J Streif
On 5/2/20 2:47 PM, Joshua Watt wrote: > > > On Sat, May 2, 2020, 1:22 PM Rudolf J Streif <mailto:rudolf.str...@ibeeto.com>> wrote: > > eMMC devices commonly have three hardware partitions: two boot > partitions and a user partition. I was looking for a conve

Re: [yocto] deploy GPG keys into images

2020-05-19 Thread Rudolf J Streif
.pub \   >> ${IMAGE_ROOTFS}/home/${user}/.ssh/authorized_keys    done } ROOTFS_POSTPROCESS_COMMAND += "configure_sshd;" I have this script as an include file that I included into my image recipes. :rjs > Thanks, > -Damien > > -- - Rudolf J Streif CEO/CTO ibeeto +1.855.442.338

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

Re: [yocto] Strange error

2020-06-10 Thread Rudolf J Streif
a2eee9ce87b18ebf40d25 to > 5b2654046d2ac406f3484b3286de0acd. The metadata is not deterministic > and this needs to be fixed. > > > Why? > > > Best regards, > >   MZ > > > -- - Rudolf J Streif CEO/CTO ibeeto +1.855.442.3386 x700 signature.asc Description: OpenPGP digital signature

[yocto] Hardware video decode on RPi3

2020-11-21 Thread Rudolf J Streif
I am trying to play back mp4 video (venerable Big Buck Bunny at this time) on RPi3. I added gstreamer1.0, gstreamer1.0-omx and the plugins to the image. libgstomx.so is installed in usr/lib/gstreamer-1.0 on target. However, gst-inspect-1.0 | grep omx does not return any results.

Re: [yocto] Hardware video decode on RPi3

2020-11-23 Thread Rudolf J Streif
Thanks, Khem. On 11/22/20 11:15 PM, Khem Raj wrote: On Thu, Nov 19, 2020 at 7:38 PM Rudolf J Streif wrote: I am trying to play back mp4 video (venerable Big Buck Bunny at this time) on RPi3. I added gstreamer1.0, gstreamer1.0-omx and the plugins to the image. libgstomx.so is installed

[yocto] Hardware video decode on RPi3

2020-11-19 Thread Rudolf J Streif
I am trying to play back mp4 video (venerable Big Buck Bunny at this time) on RPi3. I added gstreamer1.0, gstreamer1.0-omx and the plugins to the image. libgstomx.so is installed in usr/lib/gstreamer-1.0 on target. However, gst-inspect-1.0 | grep omx does not return any results.

[yocto] openjdk-8 multilib

2021-01-26 Thread Rudolf J Streif
I have been scratching my head over building openjdk-8 with multilib for an aarch64 system. Essentially, I want to use 32-bit OpenJDK on the 64-bit system. Theoretically adding to local.conf require conf/multilib.conf MULTILIBS = "multilib:lib32" DEFAULTTUNE_virtclass-multilib-lib32 =

Re: [yocto] openjdk-8 multilib

2021-01-26 Thread Rudolf J Streif
On 1/26/21 11:35 AM, Richard Purdie wrote: On Tue, 2021-01-26 at 09:00 -0800, Rudolf J Streif wrote: I have been scratching my head over building openjdk-8 with multilib for an aarch64 system. Essentially, I want to use 32-bit OpenJDK on the 64-bit system. Theoretically adding to local.conf

Re: [yocto] Assign IP address at boot time

2021-03-11 Thread Rudolf J Streif
=ttyS0,115200n8 *ip=192.168.0.101:255.255.255.0:eth0* -- Rudolf J Streif CEO/CTO ibeeto +1.855.442.3386 x700 OpenPGP_0x8D8CA82927339B75.asc Description: OpenPGP public key OpenPGP_signature Description: OpenPGP digital signature -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group

Re: [yocto] Assign IP address at boot time

2021-03-10 Thread Rudolf J Streif
-- Rudolf J Streif CEO/CTO ibeeto +1.855.442.3386 x700 OpenPGP_0x8D8CA82927339B75.asc Description: application/pgp-keys OpenPGP_signature Description: OpenPGP digital signature -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#52653): https

Re: [yocto] Assign IP address at boot time

2021-03-10 Thread Rudolf J Streif
the IP assignment to happen during boot time. What is your startup manager? systemd or SysVInit? -- Rudolf J Streif CEO/CTO ibeeto +1.855.442.3386 x700 OpenPGP_0x8D8CA82927339B75.asc Description: application/pgp-keys OpenPGP_signature Description: OpenPGP digital signature

Re: [yocto] Assign IP address at boot time

2021-03-10 Thread Rudolf J Streif
is that the file should be eth0.network. The name of the file(s) do not matter that much. The extension does though. -- Rudolf J Streif CEO/CTO ibeeto +1.855.442.3386 x700 OpenPGP_0x8D8CA82927339B75.asc Description: application/pgp-keys OpenPGP_signature Description: OpenPGP digital signature

Re: [yocto] Assign IP address at boot time

2021-03-09 Thread Rudolf J Streif
by the kernel. You should also look at the kernel log if the network interface is configured. :rjs -- Rudolf J Streif CEO/CTO ibeeto +1.855.442.3386 x700 OpenPGP_0x8D8CA82927339B75.asc Description: application/pgp-keys OpenPGP_signature Description: OpenPGP digital signature

Re: [yocto] Kernel panic - not syncing: VFS: Unable to mount root fs ...

2021-03-01 Thread Rudolf J Streif
to it. You would need to use the u-boot monitor commands to track it down. Please bear with me here. I don't have that particular board and you only provided very little information. :rjs -- Rudolf J Streif CEO/CTO ibeeto +1.855.442.3386 x700 OpenPGP_0x8D8CA82927339B75.asc Description

Re: [yocto] Inactive service of hello world #yocto

2021-09-07 Thread Rudolf J Streif
What does your 'Hello World' service do? Just print 'Hello World' to the console and then exit? If so that would be the reason why it is inactive. Systemd starts it and then it exits. Typically, services keep running (except for some special cases) once they are started. That's what makes them a

[yocto] [WIC] bootimg-partition plugin

2021-09-22 Thread Rudolf J Streif
ts getVar() with a wildcard or "starts with". I am not all into the details of DataSmart and maybe there is something like this already and I just don't know about it. Hence the question here before I start hacking a kludge into the image_types_wic class. Thanks, Rudi -- Rudolf

Re: [yocto] Query regarding yocto build

2022-03-15 Thread Rudolf J Streif
the following issue with bitbake log-wrapper ( one of the APIs I'm trying to integrate). Please provide assistance to resolve the error. Thanks and regards, Nupur -- Rudolf J Streif CEO/CTO ibeeto +1.855.442.3386 x700 OpenPGP_0x8D8CA82927339B75.asc Description: OpenPGP public key

Re: [yocto] Custom Image Type

2022-02-28 Thread Rudolf J Streif
Thanks, Khem. On 2/28/22 8:54 PM, Khem Raj wrote: On Mon, Feb 28, 2022 at 8:32 PM Rudolf J Streif wrote: I ran into a problem with a custom image type class. I called the class image_types_ota.bbclass. When I try to use it I am getting these error messages for two predefined image recipes

[yocto] Custom Image Type

2022-02-28 Thread Rudolf J Streif
I ran into a problem with a custom image type class. I called the class image_types_ota.bbclass. When I try to use it I am getting these error messages for two predefined image recipes (but only for these two, for any other image recipe it is fine): ERROR:

Re: [yocto] Honister broken WiFi communication

2022-01-18 Thread Rudolf J Streif
Hi JH, On Tue, Jan 18, 2022, 01:54 JH wrote: > Hi, > > Has anyone successfully built a Linux image by Honister to run WiFi > driver, connman and wpa_supplicant for WiFi interface? > Yes, I have, but with Network Manager instead of connman. WiFi works just fine. > > I could build an image by

Re: [yocto] Honister broken WiFi communication

2022-01-19 Thread Rudolf J Streif
branch? I can help to test and to debug it if more advanced people in oe-core, bitbake, kernel, WiFi driver mwifiex can provide me more information. Honestly, I don't think the issue is related to connman or wpa_supplicant at all but on the dhcp level. Thank you. Kind regards, - jupiter -- R

[yocto] linux-firmware_20211216

2022-01-26 Thread Rudolf J Streif
or that or is it simply an oversight? Thanks, Rudi -- Rudolf J Streif CEO/CTO ibeeto +1.855.442.3386 x700 OpenPGP_0x8D8CA82927339B75.asc Description: OpenPGP public key OpenPGP_signature Description: OpenPGP digital signature -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to

Re: [yocto] linux-firmware_20211216

2022-01-26 Thread Rudolf J Streif
On 1/26/22 10:10 AM, Khem Raj wrote: On Wed, Jan 26, 2022 at 9:21 AM Rudolf J Streif wrote: I got a question about the linux-firmware-bcm4373 package. The link /lib/firmware/brcm/brcmfmac4373-sdio.clm_blob -> ../cypress/cyfmac4373-sdio.clm_blob is packaged into linux-firmw

[yocto] Running podman from recipe

2023-10-31 Thread Rudolf J Streif
I am trying to run podman to pull images from a registry and repackage them using YP Kirkstone. My build host is Fedora 38 and podman is version 4.7.0 podman is running newuidmap (I wouldn't understand why it does so when doing just a 'pull' but that seems to be the case). newuidmap is

Re: [yocto] Forcing uninative?

2023-09-20 Thread Rudolf J Streif
Thank you, Alexandre. On 9/20/23 14:16, Alexandre Belloni wrote: Hello, On 20/09/2023 13:59:54-0700, Rudolf J Streif wrote: I need to resurrect a Yocto Project build environment based on honister. My dev system has since moved on to a newer glibc etc. As expected, I am getting this warning

[yocto] Forcing uninative?

2023-09-20 Thread Rudolf J Streif
I need to resurrect a Yocto Project build environment based on honister. My dev system has since moved on to a newer glibc etc. As expected, I am getting this warning WARNING: Your host glibc version (2.37) is newer than that in uninative (2.34). Disabling uninative so that sstate is not

Re: [yocto] Forcing uninative?

2023-09-20 Thread Rudolf J Streif
On 9/20/23 18:32, Khem Raj wrote: On Wed, Sep 20, 2023 at 2:16 PM Alexandre Belloni via lists.yoctoproject.org wrote: Hello, On 20/09/2023 13:59:54-0700, Rudolf J Streif wrote: I need to resurrect a Yocto Project build environment based on honister. My dev system has since moved

[yocto] Force binary package install

2022-06-07 Thread Rudolf J Streif
' to skip uninstallable packages) -- Rudolf J Streif CEO/CTO ibeeto +1.855.442.3386 x700 OpenPGP_0x8D8CA82927339B75.asc Description: OpenPGP public key OpenPGP_signature Description: OpenPGP digital signature -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View

Re: [yocto] Force binary package install

2022-06-13 Thread Rudolf J Streif
Thanks, Richard. I was sidetracked by other stuff, hence the delay. Please see below. On 6/8/22 8:54 AM, Richard Purdie wrote: On Tue, 2022-06-07 at 18:17 -0700, Rudolf J Streif wrote: On 6/7/22 4:36 PM, Chuck Wolber wrote:  >> Is there an elegant way

Re: [yocto] Force binary package install

2022-06-13 Thread Rudolf J Streif
On 6/13/22 2:32 PM, Richard Purdie wrote: On Mon, 2022-06-13 at 13:08 -0700, Rudolf J Streif wrote: I don't exactly know how the glibc versioning works. I suppose the API versions are defined by the Version file of the various components. However, when I did more analysis on the libraries

Re: [yocto] Force binary package install

2022-06-07 Thread Rudolf J Streif
dresses this at build time. But when installing the package in the rootfs dnf does a dependency check which then fails. I don't know if there is an elegant way of overriding dnf to force installation of the package. Alex On Tue, 7 Jun 2022 at 20:59, Rudolf J Streif wrote: I have been hand

Re: [yocto] Force binary package install

2022-06-07 Thread Rudolf J Streif
    GLIBC_2.28 6 0x00 0x069691b1 GLIBC_2.31     GLIBC_2.30 The versions don't match hence dnf throws an error. I guess I can defer the error with INSANE_SKIP += "file-rdeps" but then it comes up again when installing. Alex On Tue 7. Jun 2022 at 22.57, Rudol

Re: [yocto] Force binary package install

2022-06-07 Thread Rudolf J Streif
to a different package type like IPK. That would probably only work if the dependency mechanism is different for IPK. I have not checked that. ..Ch:W.. -- *"Perfection must be reached by degrees; she requires the slow hand of time." - Voltaire* -- Rudolf J Streif CEO/CTO ibe

Re: [yocto] Dependency for binary package

2022-08-25 Thread Rudolf J Streif
Thank you, Quentin. On 8/25/22 7:45 AM, Quentin Schulz wrote: Hi Rudolf, On 8/25/22 16:30, Rudolf J Streif wrote: I am packaging a binary package that has been built with the SDK created with the exact same configuration. During do_package I am getting an error that a dependency

[yocto] Dependency for binary package

2022-08-25 Thread Rudolf J Streif
I am packaging a binary package that has been built with the SDK created with the exact same configuration. During do_package I am getting an error that a dependency on libGLESv2.so()(64bit) cannot be met. Adding mesa to RDEPENDS does not resolve the issue. I can bypass it in the recipe by

Re: [yocto] Dependency for binary package

2022-08-26 Thread Rudolf J Streif
On 8/25/22 5:44 PM, Khem Raj wrote: On Thu, Aug 25, 2022 at 4:56 PM Rudolf J Streif wrote: On 8/25/22 4:49 PM, Khem Raj wrote: On Thu, Aug 25, 2022 at 4:44 PM Rudolf J Streif wrote: Thanks, Khem. On 8/25/22 4:27 PM, Khem Raj wrote: On Thu, Aug 25, 2022 at 7:30 AM Rudolf J Streif wrote

Re: [yocto] Dependency for binary package

2022-08-25 Thread Rudolf J Streif
Thanks, Khem. On 8/25/22 4:27 PM, Khem Raj wrote: On Thu, Aug 25, 2022 at 7:30 AM Rudolf J Streif wrote: I am packaging a binary package that has been built with the SDK created with the exact same configuration. During do_package I am getting an error that a dependency on libGLESv2.so

Re: [yocto] Dependency for binary package

2022-08-25 Thread Rudolf J Streif
On 8/25/22 4:49 PM, Khem Raj wrote: On Thu, Aug 25, 2022 at 4:44 PM Rudolf J Streif wrote: Thanks, Khem. On 8/25/22 4:27 PM, Khem Raj wrote: On Thu, Aug 25, 2022 at 7:30 AM Rudolf J Streif wrote: I am packaging a binary package that has been built with the SDK created with the exact same

Re: [yocto] do_kernel_configme - Could not generate configuration queue

2022-10-18 Thread Rudolf J Streif
validated updating to the specific hash resolved my issue too. Nope. I got tied up with some other issues, I'll send it tonight when I get a moment! I can confirm that updating kern-tools-native to6a4752eb resolved the issue for me. Bruce Jose Rudolf J Streif escreveu no dia

Re: [yocto] patching of device tree from layer

2022-10-27 Thread Rudolf J Streif
go about patching the dtsi and making sure that the patch is applied before ther file is included? I don't recommend doing this but the example explains how to patch the dts file. It works the same way for the dtsi. Thank you all, Mistyron :rjs -- Rudolf J Streif CEO/

[yocto] do_kernel_configme - Could not generate configuration queue

2022-10-14 Thread Rudolf J Streif
I am running into a bizarre problem with kernel configuration. I have an existing build environment that builds for an i.MX6ul machine. That works fine and the linux-fslc kernel 5.18 builds without any problems. Now within the that build environment I changed the machine to imx6ullevk and

Re: [yocto] do_kernel_configme - Could not generate configuration queue

2022-10-14 Thread Rudolf J Streif
d my other regression testing, but I was > traveling today and couldn't send my pull request. > > I'll send it over the weekend, so hopefully it'll be merged shortly! > Thank you, Jose and Bruce. Much appreciated. Rudi > > Bruce > > > >> Jose >> &

Re: [yocto] LAYERSERIES_COMPAT_ variable in the layer's recipe

2022-11-30 Thread Rudolf J Streif
On Wed, Nov 30, 2022, 20:27 Zoran wrote: > Hello to Yocto community, > > As I am much more passive yocto wise these few years ( working on > Android build systems and around, this is also a nightmare, I should > say ;-) ), I have one Yocto question which I never really understood. > > I will ask

Re: [yocto] LAYERSERIES_COMPAT_ variable in the layer's recipe

2022-12-01 Thread Rudolf J Streif
Recently I've also seen this: LAYERSERIES_COMPAT_phytec = "${LAYERSERIES_COMPAT_core}" Oh no, now the entire Yocto Project world knows about this hack. Now we need a sanity checker for this in the insane class. :) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group.

Re: [yocto] Setting recipe PACKAGECONFIG with in a Bash script?

2023-01-31 Thread Rudolf J Streif
-sd /theCloud For this I would add the specific PACKAGECONFIG to a bitbake pre- or post-configuration file and call: bitbake -r preconf ... bitbake -R postconf ... Thanks, -- Rudolf J Streif CEO/CTO 1.855.442.3386 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent

[yocto] Network Isolation and CMake FetchContent

2023-03-22 Thread Rudolf J Streif
I have a vendor project which uses CMake FetchContent. It's simple to override FETCHCONTENT_FULLY_DISCONNECTED=ON which is set in the cmake class. However, that does not fix the issue since network isolation prevents the CMake from downloading the content. I have not found a way to override

Re: [yocto] Network Isolation and CMake FetchContent

2023-03-22 Thread Rudolf J Streif
On 3/22/23 10:56, Jose Quaresma wrote: Hi Rudolf, Rudolf J Streif escreveu no dia quarta, 22/03/2023 à(s) 16:58: I have a vendor project which uses CMake FetchContent. It's simple to override FETCHCONTENT_FULLY_DISCONNECTED=ON which is set in the cmake class. However

Re: [yocto] [Yocto-Advocacy] Yocto Project Community Manager updates

2023-05-04 Thread Rudolf J Streif
e project has definitely benefited from your involvement and you'll be sorely missed. Welcome to the role Josef, no pressure! :) Cheers, Richard -- Rudolf J Streif CEO/CTO 1.855.442.3386 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Repl

Re: [yocto] Bundling an image artifacts into another image

2024-03-04 Thread Rudolf J Streif
that is possible. I have done it many times. Create any scripts, systemd service files etc. you need to automatically install the image to the eMMC with recipe, create a recipe to install your previously build system image, create a minimal root file system to contain the necessary artifacts.