[linux-yocto] Creating ARM64 ISO images

2022-10-21 Thread Johnnie Peters
Hi, I would like to build iso and live images for the aarch64 type. I found this patch that claims to fix this for luvos "https://ml01.01.org/hyperkitty/list/l...@lists.01.org/thread/FPNEKQDRH2KWC7TJ3E26F47ZY3PELH2X/;. This was posted in 2015.  I have found no other information with google

Re: [yocto] Error during linux booting

2022-10-21 Thread Khem Raj
On Fri, Oct 21, 2022 at 10:38 AM Zoran Stojsavljevic wrote: > > > For enabling systemd its best to start with > > DISTRO = "poky-altcfg" > > With all due respect, Khem, I thought that this line in local.conf > makes systemd as default?! > INIT_MANAGER ?= "systemd" yes that will do it. Infact

Re: [yocto] Error during linux booting

2022-10-21 Thread Zoran
> For enabling systemd its best to start with > DISTRO = "poky-altcfg" With all due respect, Khem, I thought that this line in local.conf makes systemd as default?! INIT_MANAGER ?= "systemd" >> Hello Zoran >> Yes, i have set INIT_MANAGER ?= "systemd" Zee ___ On Fri, Oct 21, 2022 at 6:28 PM

Re: [yocto] Error during linux booting

2022-10-21 Thread Khem Raj
If you are using poky then ssytemd is not default init system, its sysvinit. For enabling systemd its best to start with DISTRO = "poky-altcfg" On Sun, Oct 16, 2022 at 11:32 AM Vaibhav Deshpande wrote: > > Hello > > I am trying to build a yocto image from the kirkstone branch >

[yocto] license manifest files effectively disappear when do_rootfs is not rerun

2022-10-21 Thread Christian Thießen via lists . yoctoproject . org
Dear list, when building an image based on kirkstone, it seems I've come across an interesting corner case: The image built successfully, the build/tmp/deploy/licenses/${IMAGE}-${MACHINE} symlink got updated as expected, but that new directory contained only image_license.manifest.

Re: [yocto] Raspberry Pi 4 h264 encoder

2022-10-21 Thread Zoran
I see that you are using the following (EXO) player: https://github.com/google/ExoPlayer I see that you are trying to use the HW codec for H264. In Android, I use also the SW codec with the option: --encoder OMX.google.h264.encoder This email is just to make the context much cleaner, and

[linux-yocto] [yocto-kernel-cache][PATCH yocto-5.10] nxp-s32g: disable CONFIG_NVM config

2022-10-21 Thread Ovidiu Panait
Stable commit 549209caabc8 ("lightnvm: disable the subsystem") disabled the lightnvm subsystem in v5.10.114, as it is known to be broken. Therefore, also disable CONFIG_NVM for nxp-s32g BSPs in order to fix the following build warnings: [NOTE]: 'CONFIG_NVM' last val (y) and .config val (n) do

[yocto] Raspberry Pi 4 h264 encoder

2022-10-21 Thread Ed Watson
I want to increase the performance streaming from a rpi4 via an rtsp streamer. I am using ffmpeg to do the encoding however it is using CPU encoding. What is the right options for using the hardware in 264 encoding? I assume it is  -c:v h264_omx That is not compiled it. I added to 

Re: [yocto] Error during linux booting

2022-10-21 Thread Vaibhav Deshpande
Hello Laurent I am building for qemuriscv64 Command :- MACHINE=qemuriscv64 bitbake core-image-full-cmdline Thank you. Regards Vaibhav Vivek Deshpande On Thu, Oct 20, 2022 at 11:00 PM Laurent Gauthier < laurent.gauth...@soccasys.com> wrote: > Hi Vaibhav, > > Out of curiosity which image did

Re: [yocto] Error during linux booting

2022-10-21 Thread Vaibhav Deshpande
Hello Zoran Yes, i have set INIT_MANAGER ?= "systemd" it does not related to console but init Failure logs : - sh-5.1# ls -l /sbin/init ls: cannot access '/sbin/init': No such file or directory sh-5.1# ls -l /lib/systemd/ total 8 drwxr-xr-x 2 root root 4096 Mar 9 2018 system drwxr-xr-x 2