Re: [yocto] initramfs creation

2023-12-07 Thread Zoran
Please, read carefully thru this yocto @ thread. https://www.yoctoproject.org/pipermail/yocto/2018-July/041680.html I hope this does help. Zee ___ On Wed, Dec 6, 2023 at 10:47 PM wrote: > > Hi, > > I'm trying to create a custom initramfs to handle some things before > switching root to

Re: [yocto] TI AM62x based EV charger platform with Pionix UI s/w Image build problem. #apt #bitbake #distro #poky

2023-11-28 Thread Zoran
Hello Sairaj, You should do df command and explore how much of your /home or / partitions (have no idea how the system was installed) is left. Maybe you have a problem with the limited free space on your SSD/HDD? You should have at least 60GB or even more disk space available to do one

Re: [yocto] relabel selinux system at build time: meta-selinux (thud)

2023-04-04 Thread Zoran
___ On Tue, Apr 4, 2023 at 12:33 PM Zoran Stojsavljevic wrote: > > This is a very tough one! > > Zee > ___ > > On Tue, Apr 4, 2023 at 11:38 AM Kamal Kishor > wrote: > > > > Hi, > > I need to relabel the rootfs at build time instead of first boot. > > C

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

2022-12-01 Thread Zoran
Do not bother... This is a war between me and the entire YOCTO community of founders... It has been going for a while. Lot of INTEL guys and former INTEL guys against former INTEL guy. Me. But, I came here with Peace. It seems some people could not overcome their EGOs. I am trying to ask for a

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

2022-12-01 Thread Zoran
Agreed. Will revert. Zee ___ On Thu, Dec 1, 2022 at 1:48 PM Ross Burton wrote: > > On 1 Dec 2022, at 12:46, Zoran Stojsavljevic > wrote: > > But, could you, please, allow me to have my own original cannelloni > > recipe (yes, I developed it with some help from

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

2022-12-01 Thread Zoran
> >> On 1 Dec 2022, at 04:27, Zoran via lists.yoctoproject.org >> wrote: >> > I do not understand why we need to explicitly name releases for such >> > simple generic layers?! >> >> The compatibility is because over time things change: overrid

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

2022-12-01 Thread Zoran
EXTRA_SPACE_append = "${@bb.utils.contains("DISTRO_FEATURES", "systemd", " + 4096", "" ,d)}" Zee On Thu, Dec 1, 2022 at 12:09 PM Ross Burton wrote: > > On 1 Dec 2022, at 04:27, Zoran via lists.yoctoproject.org > wrote: > > I do

[yocto] LAYERSERIES_COMPAT_ variable in the layer's recipe

2022-11-30 Thread Zoran
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 it by example. I have one layer for the CAN tools and

Re: [yocto] #dunfell

2022-11-03 Thread Zoran
>>> - for imageType in ${KERNEL_IMAGETYPES} ; do >>> + for imageType in ${KERNEL_IMAGETYPE_FOR_MAKE} ; do Interesting... What is the difference between variables ${KERNEL_IMAGETYPES} and ${KERNEL_IMAGETYPE_FOR_MAKE} ? Zee ___ On Thu, Nov 3, 2022 at 5:24 PM Frederic Martinsons wrote: > >

Re: [yocto] Help with setting up a PREEMPT_RT image for BeagleBone Black #yocto

2022-11-01 Thread Zoran
Michael, I am not sure what you are trying to achieve, but I have some advice for you. Here is what you need to do in local.conf: MACHINE ?= "beaglebone" PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" COMPATIBLE_MACHINE_beaglebone-yocto = "beaglebone-yocto" Not sure what the last two

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

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

Re: [yocto] Error during linux booting

2022-10-20 Thread Zoran
the issue solved > is this required for the latest yocto version (kirkstone)? > > > Thank you. > > Regards > Vaibhav Vivek Deshpande > > > On Mon, Oct 17, 2022 at 1:28 AM Zoran Stojsavljevic > wrote: >> >> Interesting... Looking into the log massage it

Re: [yocto] Error during linux booting

2022-10-16 Thread Zoran
Interesting... Looking into the log massage itself! > [0.00] Kernel command line: root=/dev/vda2 rootwait console=ttyS0 > earlycon=uart8250,mmio,0x1000 Command line does not specify baud rate... Usually by default it is 115200. Just a kludge. Then: > [0.00] earlycon:

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

2022-05-07 Thread Zoran
This is very interesting... How do some people, or system IT "designers", or System guys, perceive the term: "Board Support Package"??? Funny, isn't it? Or, at least, pejorative!? Zee ___ On Thu, May 5, 2022 at 5:42 AM jchludzinski via lists.yoctoproject.org wrote: > > OE Linux uses device

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

2022-05-04 Thread Zoran
Hello J, Please, could you be more specific? Thank you, Zee ___ On Thu, May 5, 2022 at 5:42 AM jchludzinski via lists.yoctoproject.org wrote: > > OE Linux uses device tree files (*.dts and *.dtsi files), so is there > any need for a board-support-package? > > > -=-=-=-=-=-=-=-=-=-=-=-

Re: [yocto] Question about initramfs and fitImage

2022-04-29 Thread Zoran
Hello Khoi, This might be is your starting point: https://www.yoctoproject.org/pipermail/yocto/2018-July/041680.html Zee ___ On Thu, Apr 28, 2022 at 11:13 PM Khoi Dinh Trinh wrote: > > Hi All, > > I'm trying to build an image that uses the currently built image as the > initramfs instead

Re: [yocto] package and booting an initramfs image

2022-04-20 Thread Zoran
Please, read carefully thru this yocto @ thread. https://www.yoctoproject.org/pipermail/yocto/2018-July/041680.html Zee ___ On Tue, Apr 19, 2022 at 8:27 PM wrote: > > I have a need to package my kernel, dtb, and rootfs manually and then boot > this as an initramfs. I'm not sure which

Re: [yocto] #yocto #zeus Problem with moving from rocko to zeus

2022-02-10 Thread Zoran
Dule, Dule, Dudule! Slusaj i prati sta ti YOCTO velicine pricaju! I pokusaj sam da se snadjes, jer te dobro navode! ;-) Zee ___ On Fri, Feb 11, 2022 at 8:38 AM Dusan Radic wrote: > > Here is the error: > > | .../kernel-source/include/linux/log2.h:22:1: warning: ignoring > attribute

Re: [yocto] gpsd [version 3.23; master branch]: Is it possible to include / enable ubxtool?

2021-09-01 Thread Zoran
To add every package (into poky) by every personal wish of any Yocto user, or not to add any package without exclusion, that is the question? Why not to do addition of the proprietary layer for missing package or group of missing by the same/similar context packages??? Zee ___ On Wed, Sep

Re: [yocto] kcrash package compile issue

2021-08-30 Thread Zoran
On Mon, Aug 30, 2021 at 6:46 AM Zoran wrote: > > > > > CMake Error in src/CMakeLists.txt: > > > > > > Imported target "KF5::WindowSystem" includes non-existent path > > > > You somehow mixed Windows and Linux Cmake build systems. Not sure

Re: [yocto] kcrash package compile issue

2021-08-29 Thread Zoran
> CMake Error in src/CMakeLists.txt: > > Imported target "KF5::WindowSystem" includes non-existent path You somehow mixed Windows and Linux Cmake build systems. Not sure how... Solution 1: fix on the fly current problem: You should inspect the file: src/CMakeLists.txt and try to fix Windows

Re: [yocto] Getting bitbake error after 54% recipes are baked. #dunfell #yocto

2021-08-17 Thread Zoran
> keep in mind that based upon how many vcores you allocate to VM will > determine memory pressure > as well. So if you have 2 cores perhaps 4GB is ok or maybe even 4 > cores might workout ok but some bigger packages like > chromium etc. need minimal 16GB RAM to build. This should be reflected

Re: [yocto] Getting bitbake error after 54% recipes are baked. #dunfell #yocto

2021-08-17 Thread Zoran
> /home/vrana/Desktop/yocto_Practice/build/tmp/ \ > work/core2-64-poky-linux/gcc/9.3.0-r0/recipe-sysroot-native/ \ > usr/bin/x86_64-poky-linux/../../libexec/x86_64-poky-linux/ \ > gcc/x86_64-poky-linux/9.3.0/as: > *out of memory allocating 4064 bytes after a total of 452272128 bytes* Looks to me

Re: [yocto] Hardknott systemd-journald issue

2021-08-16 Thread Zoran
Hello Jupiter, This might provide you a great help: https://askubuntu.com/questions/864722/where-is-journalctl-data-stored Namely: *Usually the storage directory is /var/log/journal or /run/log/journal, but it doesn't have to necessarily exist in your system.If you just want to check the

Re: [yocto] run.do_image_zipabox2_sdimg.27223: parted: not found

2021-07-01 Thread Zoran
having a really funky issue This is the truth... Truly funky issue, no doubts!  Zee ___ On Thu, Jul 1, 2021 at 5:57 PM Yocto wrote: > having a really funky issue everything builds fine under pyro updated it > all to dunfell, and now im hitting this failure below, i also pasted the > log

Re: [yocto] Problem with YOCTO Dunfell and host Fedora 33

2021-06-29 Thread Zoran
/ZoranStojsavljevic/meta-socketcan/commit/b79e35425b72ba1caf90404a953235a43202e16f Zee ___ On Fri, May 21, 2021 at 7:55 AM Zoran via lists.yoctoproject.org wrote: > > Hello Joel, > > Thank you for the tips. Really helpful, appreciated very much. > > I spent some time this morning invest

Re: [yocto] [OE-core] Hardknott (GCC10) Compiler Issues

2021-06-28 Thread Zoran
> The target system should be independent of buildtools version and the target > system should also be binary reproducible so if that were changing through > changing buildtools tarball, that would be worrying in itself. Even better, the rootfs built by YOCTO could be used, but anyone can build

Re: [yocto] [OE-core] Hardknott (GCC10) Compiler Issues

2021-06-28 Thread Zoran
At least seems that GCC 10.2 is not the cause of the problem for my cannelloni recipe issue: https://github.com/mguentner/cannelloni/issues/35 The same error repeats itself with GCC 11.2 (in hardknott). The issue is most probably optimizing GCC switches and Include paths in further cannelloni

Re: [yocto] Hardknott (GCC10) Compiler Issues

2021-06-25 Thread Zoran
r--. 1 vuser vboxusers 2574 Jun 25 13:50 libgfortran.inc [vuser@fedora33-ssd gcc]$ Waiting for the compilation results (still compiles). Zee ___ On Fri, Jun 25, 2021 at 10:15 AM Zoran via lists.yoctoproject.org wrote: > > > I have no idea if this is possible in the current Y

Re: [yocto] Hardknott (GCC10) Compiler Issues

2021-06-25 Thread Zoran
####| Time: 0:00:11 Sstate summary: Wanted 1709 Local 0 Network 0 Missed 1709 Current 0 (0% match, 0% complete) NOTE: Executing Tasks On Fri, Jun 25, 2021 at 7:58 AM Zoran via lists.yoctoproject.org wrote: > An intere

Re: [yocto] Hardknott (GCC10) Compiler Issues

2021-06-24 Thread Zoran
An interesting issue, and I think I hit it as well (my best guess). Here is my issue: https://github.com/mguentner/cannelloni/issues/35 > During the thud-to-hardknott upgrade process, we did nightly > builds of the new hardknott based target image from our thud > based SDK VM. I assumed that

Re: [yocto] QEMU Size Increase from Yocto Thud to Zeus

2021-06-14 Thread Zoran
> Yes, look at the PACKAGECONFIGs and setting QEMU_TARGETS. Does it mean that with the local.conf line: # enable,disable,depends,rdepends # PACKAGECONFIG[qemu] = "--with-qemu,--without-qemu,qemu," The QEMU is completely removed (this is all that needs to be done, or...)? Thank you, Zee ___

Re: [yocto] How to switch yocto INIT_MANAGER from systemd to sysvinit #dunfell

2021-05-31 Thread Zoran
___ On Fri, May 28, 2021 at 3:02 PM Swapna Nannapaneni wrote: > > Typo. No leading space INIT_MANAGER = "sysvinit". > > Thanks, > Priya. > > On Fri, May 28, 2021 at 8:55 AM Zoran Stojsavljevic > wrote: >> >> > you don't want the leading

Re: [yocto] How to switch yocto INIT_MANAGER from systemd to sysvinit #dunfell

2021-05-28 Thread Zoran
Day wrote: > > On Fri, 28 May 2021, Zoran wrote: > > > > Tried setting INIT_MANAGER = " sysvinit" in build/conf/local.conf > > > > Is it INIT_MANAGER = " sysvinit" , or INIT_MANAGER = "sysvinit" (no > > blank at the beginning)? > &

Re: [yocto] How to switch yocto INIT_MANAGER from systemd to sysvinit #dunfell

2021-05-28 Thread Zoran
> Tried setting INIT_MANAGER = " sysvinit" in build/conf/local.conf Is it INIT_MANAGER = " sysvinit" , or INIT_MANAGER = "sysvinit" (no blank at the beginning)? Thank you, Zee ___ On Fri, May 28, 2021 at 1:47 PM Swapna Nannapaneni wrote: > > Thanks Robert and Raj!! > > I am using Yocto

Re: [yocto] How to switch yocto INIT_MANAGER from systemd to sysvinit #dunfell

2021-05-28 Thread Zoran
Why do I (always) point out the obvious? And I do need... Geniuses are not meant to fix The World to understand them!? Geniuses should understand The World (and act properly)! Extras to geniality, do you, YOCTO primes, think? ___ Robert... If I am correct, i'm I? Should you include in

[yocto] [announcement] jumpnow/meta-bbb and jumpnow/meta-jumpnow

2021-05-27 Thread Zoran
Hello Folks, In order to continue to develop my: https://github.com/ZoranStojsavljevic/bbb-yocto And advance to yocto hardknott, I did the temporary moves: Cloned both jumpnow repos to my github space: https://github.com/ZoranStojsavljevic/meta-bbb

Re: [yocto] hardknott core-image-weston weston is crashing

2021-05-26 Thread Zoran
Seems like this bug has nothing to do with YOCTO, rather with Wayland setup https://wayland-devel.freedesktop.narkive.com/6yavoPFZ/i-ve-got-a-question-to-ask-you My two cent worth attempt, Zoran ___ On Wed, May 26, 2021 at 11:40 AM Marek Belisko wrote: > > Hi, > > I'm usi

Re: [yocto] ERROR: ParseError at .../bbb-yocto-gatesgarth/meta-bbb/images/console-image.bb:4: Could not include required file images/basic-dev-image.bb

2021-05-24 Thread Zoran
nk you, Zoran ___ On Mon, May 24, 2021 at 9:27 PM Quentin Schulz wrote: > > > > On May 24, 2021 2:13:57 PM UTC, Zoran wrote: > >Or, maybe, now the DHCP is included in the releases by default? > > > >Thank you, > >Zoran > >___ > > > >O

Re: [yocto] ERROR: ParseError at .../bbb-yocto-gatesgarth/meta-bbb/images/console-image.bb:4: Could not include required file images/basic-dev-image.bb

2021-05-24 Thread Zoran
Or, maybe, now the DHCP is included in the releases by default? Thank you, Zoran ___ On Mon, May 24, 2021 at 4:09 PM Zoran Stojsavljevic wrote: > > Hello Quentin, > > Thank you for finding the bug. It was in front of my eyes (I print all > the layers at the end of setu

Re: [yocto] ERROR: ParseError at .../bbb-yocto-gatesgarth/meta-bbb/images/console-image.bb:4: Could not include required file images/basic-dev-image.bb

2021-05-24 Thread Zoran
e question is: what should I include in the CORE_IMAGE_EXTRA_INSTALL_append for the DHCP package for gatesgarth and later releases??? Thank you, Zoran ___ On Mon, May 24, 2021 at 2:24 PM Quentin Schulz wrote: > > Hi Zoran, > > On May 24, 2021 8:27:58 AM UTC, Zoran wrote: > &g

[yocto] ERROR: ParseError at .../bbb-yocto-gatesgarth/meta-bbb/images/console-image.bb:4: Could not include required file images/basic-dev-image.bb

2021-05-24 Thread Zoran
changes required in local.conf ? You can all try it yourselves, and see the same! Thank you, Zoran ___ -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#53623): https://lists.yoctoproject.org/g/yocto/message/53623 Mute This Topic: https

Re: [yocto] Problem with YOCTO Dunfell and host Fedora 33

2021-05-20 Thread Zoran
://github.com/mguentner/cannelloni/commit/d01dd1dc745914d129b1f4da2074e282253246af And, the issue recorded with Maximilian Guentner's cannelloni repo: https://github.com/mguentner/cannelloni/issues/35 Thank you again, Zoran ___ On Thu, May 20, 2021 at 4:48 PM Joel Winarske wrote: > > Hi

[yocto] Problem with YOCTO Dunfell and host Fedora 33

2021-05-20 Thread Zoran
(please, look into the attached file cmake_problem.txt). This cmake problem was introduced after switching from Fedora 31 to Fedora 33 ?! Any clue/idea why this is happening??? What is the cause of the problem? Thank you, Zoran ___ [vuser@fedora33-ssd build]$ bitbake -k core-image-minimal WARNING

Re: [yocto] Yocto Zeus : facing error regarding hostapd #zeus

2021-05-13 Thread Zoran
should explore (by similarities) this pointer in very details: https://github.com/Xilinx/meta-virtualization/issues/4#issuecomment-590532621 Zoran ___ On Thu, May 13, 2021 at 8:25 AM rohit jadhav wrote: > > Hi Zoran, >log.do_rootfs.31340is linked to log.do_rootfs I have checke

Re: [yocto] Yocto Zeus : facing error regarding hostapd #zeus

2021-05-12 Thread Zoran
iew as well. Thank you, Zoran ___ On Wed, May 12, 2021 at 5:29 PM rohit jadhav wrote: > > Hi Zoran , > I have attached the log file for your reference. > Thank You > Regards > Rohit > > On Wed, May 12, 2021 at 7:50 PM Zoran Stojsavljevic > wrote: >&

Re: [OE-core] [yocto] Yocto Project Status WW18`21

2021-05-12 Thread Zoran
> We have discussed extending it but we currently only have the funding > for the originally planned 2 years. Really/echt??? Why? ;) Zoran ___ On Wed, May 5, 2021 at 12:33 AM Richard Purdie wrote: > > On Tue, 2021-05-04 at 18:38 +0200, Alexander Kanavin wrote: > > On Tue

Re: [yocto] Yocto Zeus : facing error regarding hostapd #zeus

2021-05-12 Thread Zoran
> Log file in: > /home/tel/imx_yocto_bsp_Zeus/Yocto_setup/build_imx6ull/tmp/work/ > imx6ull14x14evk-poky-linux-gnueabi/core-image-minimal/1.0-r0/temp/ *log.do_rootfs.31340* Could you, please, attach a log file? Thank you, Zoran ___ On Wed, May 12, 2021 at 2:01 PM rohit jadh

Re: [yocto] [meta-rockchip][PATCH] trusted-firmware-a: use 1500000 baud for serial console

2021-04-07 Thread Zoran
> +-#define RK3399_BAUDRATE 115200 > ++#define RK3399_BAUDRATE 150 > + #define RK3399_UART_CLOCK 2400 Interesting... For years (a few decades) everybody has used 115200 as the standard setup for UART, as global definition. Why

Re: [yocto] [meta-rockchip][PATCH] trusted-firmware-a: use 1500000 baud for serial console

2021-04-07 Thread Zoran
cy for Rockchip could not derive 115200, rather 15?! Zee ___ On Wed, Apr 7, 2021 at 10:55 AM Yann Dirson wrote: > > Le mer. 7 avr. 2021 à 06:07, Zoran Stojsavljevic > a écrit : > > > > > +-#define RK3399_BAUDRATE 115200 > > > +

Re: [yocto] Enabling Serial console via uart1(serial1) in cm3(rpi3) kernel 5.4. #cm3 #dunfell

2021-03-22 Thread Zoran
el. I'm getting no > more tty > input overrun(s). Please, let us know. Zee ___ On Mon, Mar 22, 2021 at 10:19 AM wrote: > > Hi Zoran, > here is the cat /proc/cmdline output of my cm3- > > coherent_pool=1M snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=

Re: [yocto] spidev.c ?

2021-03-21 Thread Zoran
;>; >// interrupts = <0 24 IRQ_TYPE_EDGE_FALLING>; >num-cs = <0x1>; >status = "okay"; > >spidev@0 { > compatible = "rohm,dh2228fv"; > #address-cells = <0x1>; > #size-cells = <0x0>; > reg = <

Re: [yocto] spidev.c ?

2021-03-19 Thread Zoran
pin > /sys/bus/platform/drivers/spi_altera > /sys/bus/spi > /sys/bus/spi/devices/spi0.0 > /sys/bus/spi/drivers/spi-nor > /sys/bus/spi/drivers/altr_a10sr/spi0.0 > /sys/bus/spi/drivers/spidev > /sys/module/spidev > /sys/module/spidev/drivers/spi:spidev > /sys/module/spi_alt

Re: [yocto] spidev.c ?

2021-03-18 Thread Zoran
I am guessing here But what do you have while executing the following command being in /sys as root? root@arm:/sys# find . -name spi* Zee ___ On Wed, Mar 17, 2021 at 5:41 PM jchludzinski via lists.yoctoproject.org wrote: > > In the YOCTO/Linux source tree there's drivers/spi/ which

Re: [yocto] How can I create a truly minimal distribution that runs entirely from RAM?

2021-03-15 Thread Zoran
Please, go to Ross Burton, bark there, and align the (?) views (nothing against your attack against me). Thank you, Zoran Stojsavljevic ___ On Mon, Mar 15, 2021 at 6:21 PM Nicolas Dechesne wrote: > > hey Zoran, > > > On Mon, Mar 15, 2021 at 5:01 PM Zoran wrote: > > > >

Re: [yocto] How can I create a truly minimal distribution that runs entirely from RAM?

2021-03-15 Thread Zoran
of the problem (since I am the only one trying to help here)??? Or do I need to explain it more to (you and INTEL) the ground??? Did you contribute to the solution of the problem??? Or you need salt and pepper from me? Do you get it??? Thank you for understanding, Zoran Stojsavljevic

Re: [yocto] How can I create a truly minimal distribution that runs entirely from RAM?

2021-03-15 Thread Zoran
ank you, Zee (Zoran) ___ On Mon, Mar 15, 2021 at 12:17 AM p32 via lists.yoctoproject.org wrote: > > Thank you very much. I figured out that you can have Yocto create a suitable > U-Boot wrapper as follows (from the image recipe): > IMAGE_FSTYPES = "cpio.xz.u-boot" >

Re: [yocto] How can I create a truly minimal distribution that runs entirely from RAM?

2021-03-12 Thread Zoran
hese changes, and upload it on your server; 5. Change the U-boot recipe to be downloaded from your server! Another approach I do not know (maybe YOCTO people do know a better approach from inside the YOCTO build system). Hope this helps. Zoran ___ On Fri, Mar 12, 2021 at 10:49 PM p32 vi

Re: [yocto] ttyS0 is not getting generated in my Raspberry-CM3 module.

2021-03-11 Thread Zoran
> ...I'm not getting /dev/ttyS0 even after giving > enable_uart=1 in config.txt file... And what U R getting exactly? ls -al /dev | grep ttyS And, also, could you do it for: ls -al /dev | grep ttyUSB (with serial/USB cable plugged-in)? Zee ___ On Fri, Mar 12, 2021 at 6:57 AM wrote: > >

Re: [yocto] How can I create a truly minimal distribution that runs entirely from RAM?

2021-03-10 Thread Zoran
BBB example: https://www.yoctoproject.org/pipermail/yocto/2018-July/041696.html The line: DISTRO_FEATURES_append = " ram" Should be: DISTRO_FEATURES_append = " nfs" BSP Traces for BBB (YOCTO Warrior):

Re: [yocto] Assign IP address at boot time

2021-03-10 Thread Zoran
Hello, Maybe you can stop in the U-Boot monitor, and check your environment? => => print serverip => print ipaddr => print gatewayip => print gw_ip And see what and how your bootcmd and similar env variables look like? And if you do not have defined above, to add them (according to ash script)

Re: [yocto] #av1 #armv6 #raspberrypi #neon

2021-02-18 Thread Zoran
wrote: > > Yes I will check it. Do you know how to remove callconvention-hard from > TUNE_FEATURES ? > > Best regards, > > Safouane > > Le jeu. 18 févr. 2021 à 14:52, Zoran Stojsavljevic > a écrit : >> >> > TUNE_FEATURES= "arm arm

Re: [yocto] #av1 #armv6 #raspberrypi #neon

2021-02-18 Thread Zoran
ollowing line: TUNE_FEATURES= "arm armv6 vfp arm1176jzfs" I guess, YOCTO people have not too much experience with armv6, nor me, but this should be (I hope) generic. Hope this helps. Zoran ___ On Thu, Feb 18, 2021 at 12:44 PM safouane maaloul wrote: > > This is my build configur

Re: [yocto] #av1 #armv6 #raspberrypi #neon

2021-02-17 Thread Zoran
So, what is your MACHINE variable set to? Maybe knowing that, somebody can help. Zee -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#52362): https://lists.yoctoproject.org/g/yocto/message/52362 Mute This Topic:

Re: [yocto] Enabling Serial console via uart1(serial1) in cm3(rpi3) kernel 5.4. #cm3 #dunfell

2021-02-11 Thread Zoran
Hello Prashant, Can you telnet to the target? And issue the following: cat /proc/cmdline And post it here? In the meantime, you can verify the issue with: https://www.raspberrypi.org/documentation/configuration/cmdline-txt.md Hope this helps, Zee ___ On Thu, Feb 11, 2021 at 2:24 PM

Re: [yocto] [OE-core] Let me tell you how I really feel. Zero filter. If you need meta-python2, you need to become a maintainer. Immediately. Period.

2021-02-02 Thread Zoran
> This sounds like a good idea to me and I have admin > right so I've given you access :) +1 Zee ___ On Tue, Feb 2, 2021 at 10:33 AM Richard Purdie wrote: > > On Mon, 2021-02-01 at 15:40 +0100, Martin Jansa wrote: > > can I get the write access to meta-python2 as mentioned above? > > > > I

Re: [yocto] insmod - huawei E3372h kernel module

2021-01-20 Thread Zoran
Jan 20, 2021 at 12:20 PM Zoltan Kerenyi Nagy wrote: > > Hi Zoran, > > Interestingly I don't have any header file on the target: > > # find / -name *.h > > # > > > -- > Zolee > > -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to

Re: [yocto] insmod - huawei E3372h kernel module

2021-01-19 Thread Zoran
Zolee, You need also to do on the target platform the following (very first time): You must have header files, at minimum, in target's : /usr/src/$(uname -r)/ Or for yocto (AFAIK), maybe: /usr/src/kernel/$(uname -r)/ To prepare out-of-tree device driver compilation in /usr/src/kernel/$(uname

[yocto] insmod - huawei E3372h kernel module

2021-01-19 Thread Zoran
Forwarded to r...@burtonini.com . Thank you, Zoran/Zee -- Forwarded message - From: Zoran via lists.yoctoproject.org Date: Tue, Jan 19, 2021 at 2:23 PM Subject: Re: [yocto] insmod - huawei E3372h kernel module To: Zoltan Kerenyi Nagy , Burton, Ross Cc: Yocto-mailing-list

Re: [yocto] insmod - huawei E3372h kernel module

2021-01-19 Thread Zoran
read from the same). Thank you, Zoran ___ On Tue, Jan 19, 2021 at 2:00 PM Zoltan Kerenyi Nagy wrote: > > I don have a recipie for /etc/modules > > To my understanding this order will cause the load: > > KERNEL_MODULE_AUTOLOAD += "ncm_driver"KERNEL_MODULE_PROBECONF +

Re: [yocto] insmod - huawei E3372h kernel module

2021-01-17 Thread Zoran
ning with "#" are ignored. *cdc_ncm* *cdc_wdm* *huawei_cdc_ncm* You need to, using YOCTO recipes, to modify /etc/modules file to look as shown above, while bitbaking the target. Zoran ___ On Sun, Jan 17, 2021 at 1:34 PM Zoltan Kerenyi Nagy < kerenyi.nagy.zol...@gmail.com> wrote:

Re: [yocto] insmod - huawei E3372h kernel module

2021-01-08 Thread Zoran
24576 3 iptable_mangle,ip_tables,iptable_filter debian@arm:/lib/modules/5.8.18-bone24/kernel/drivers/net/usb$ Zolee, U need (based upon this lsmod on my target) to solve the problem (homework for you). ( U owe me double Glenmorangie on rocks! ) Zee ___ On Fri, Jan 8, 2021 at 1:49 PM Zoran

Re: [yocto] insmod - huawei E3372h kernel module

2021-01-08 Thread Zoran
> Does it mean that it will never ever work? > Could you please try this one? This might match your kernel version: > https://elixir.bootlin.com/linux/v5.8.18/source/drivers/net/usb/huawei_cdc_ncm.c > > Zolee [vuser@fedora33-ssd usb]$ kdiff3 huawei_cdc_ncm_5.8.18.c huawei_cdc_ncm.c

Re: [yocto] insmod - huawei E3372h kernel module

2021-01-08 Thread Zoran
odules/5.8.18-bone24/kernel/drivers/net/usb$ Good Luck! Zoran ___ On Fri, Jan 8, 2021 at 12:22 PM Zoltan Kerenyi Nagy < kerenyi.nagy.zol...@gmail.com> wrote: > No success :-( > > insmod /lib/modules/4.10.0/extra/huawei_cdc_ncm.ko > insmod: can't insert '/lib/modules/4.10.0

Re: [yocto] Unable to extract tar file #dunfell #yocto

2021-01-07 Thread Zoran
Just maybe... This web pointer can help you! https://stackoverflow.com/questions/46448682/cmake-error-the-source-does-not-appear-to-contain-cmakelists-txt/52068568 Zoran ___ On Fri, Jan 8, 2021 at 7:18 AM Vijay Rakesh Munganda wrote: > > Anyone, please suggest. > > Thanks, &g

Re: [yocto] insmod - huawei E3372h kernel module

2021-01-07 Thread Zoran
exported at all, neither in include/linux/regulator/fixed.h, neither in drivers/regulator/fixed-helper.c). So the mikrobus driver, being a module, produces such an error: unknown symbol in module, or unknown parameter . ___ Sorry for the confusion. :( Zoran ___ On Thu, Jan 7, 2021 a

Re: [yocto] insmod - huawei E3372h kernel module

2021-01-07 Thread Zoran
be recompiled as built-in the kernel. There are differences between having an OOT driver versus a built-in driver. Since some variables and functions are exported in .c files, and not propagated into related .h files. And then this makes some confusion while having OOT drivers. Zoran ___ On Thu

Re: [yocto] insmod - huawei E3372h kernel module

2021-01-07 Thread Zoran
No, no... I did not mean in the makefile to change m to y. Please, maybe you can try to set your makefile to lookalike as these ones: https://github.com/ZoranStojsavljevic/mikrobus/blob/mikrobusv2/Makefile https://github.com/ZoranStojsavljevic/mikrobus/blob/mikrobusv2-debug/Makefile Zoran

Re: [yocto] insmod - huawei E3372h kernel module

2021-01-07 Thread Zoran
uess 99.9% that the kernel compilation (actually, driver compilation) will pass. I think YOCTO (recipe) behaves perfectly correctly. Other approach: try to compile the same module with Makefile above on the target. (my two cent thoughts) Zoran ___ On Thu, Jan 7, 2021 at 2:46 PM Zoltan Kerenyi Nagy wrot

Re: [yocto] Using U-boot in Yocto

2020-12-21 Thread Zoran
/project management model looks like, I should say. Zoran ___ On Sun, Dec 20, 2020 at 3:10 PM Jonas Vautherin wrote: > > Oh, for some reason I had not found the docs. Thanks a lot, that looks really > good! > > On Sun, Dec 20, 2020 at 2:13 PM Paul Barker wrote: >> >> O

Re: [yocto] #yocto #linux #systemd Having issues building command line utilities: ntpq, timedatectl, and ntpstat into kernel image

2020-09-30 Thread Zoran
sysvinit" VIRTUAL-RUNTIME_init_manager = "systemd" VIRTUAL-RUNTIME_dev_manager = "systemd" VIRTUAL-RUNTIME_initscripts = "" With systemd added, you'll inherit timedatectl tool. Best Regards, Zoran ___ On Tue, Sep 29, 2020 at 5:57 PM Monsees, Stev

Re: [yocto] #yocto systemd not able to start sshd after a reboot

2020-09-27 Thread Zoran
shdgenkeys.service *Requires=**sshd.socket* Zoran ___ On Fri, Sep 18, 2020 at 5:29 PM wrote: > > I am facing a peculiar problem with openssh. I have built openssh_8.0p1on zeus. > > The sshd.service file is as follows: > [Unit] > Description=OpenSSH server daemon > Documentation

Re: [yocto] SIGINT Issues with Zeus Migration

2020-09-25 Thread Zoran
ble. If it does not, something is very wrong... I suggest, Aashik, you write YOCTO bugzilla for Zeus. > Zoran, are you suggesting that the program will change the signal > handler to default even after it has exited, and for the subsequent > ping command? Yes, I do. Then, the ping comma

Re: [yocto] SIGINT Issues with Zeus Migration

2020-09-25 Thread Zoran
this code; [2] After execution, repeat the routine (ping) and see if terminates the ping process. All other comments are obvious (testing the Zeus SIGINT signal, yada yada yada... ;-) Zoran ___ On Fri, Sep 25, 2020 at 6:48 AM Aashik Aswin wrote: > > Hello Developers, > > I

Re: [yocto] #yocto systemd not able to start sshd after a reboot

2020-09-21 Thread Zoran
temctl list-dependencies sshd.socket | grep sshd sshd.socket Strange... Isn't it?! Zoran ___ On Sat, Sep 19, 2020 at 3:37 PM wrote: > > Hello All, > > I finally got it to work!!! > > There was a sshd.socket file in /lib/systemd/system which had the following >

Re: [yocto] #yocto systemd not able to start sshd after a reboot

2020-09-19 Thread Zoran
-user.target *Seems that some leftovers from System V still reside in YOCTO... Correct???* Best Regards, Zoran ___ On Sat, Sep 19, 2020 at 3:37 PM wrote: > Hello All, > > I finally got it to work!!! > > There was a sshd.socket file in /lib/systemd/system which had the &

Re: [yocto] #yocto systemd not able to start sshd after a reboot

2020-09-18 Thread Zoran
Hello Srijan, Did you recap/look into this sshd.service file? https://lists.yoctoproject.org/g/yocto/message/49993 Zoran ___ On Fri, Sep 18, 2020 at 8:07 PM wrote: > > Hello Khem, > > With the above sshd.service file the sshd daemon fails to start. It gives an > erro

Re: [yocto] QA notification for completed autobuilder build (yocto-3.0.4.rc1)

2020-08-17 Thread Zoran
roject... Isn't it?! Thank you, Zoran Stojsavljevic ___ On Mon, Aug 17, 2020 at 9:09 AM Sangeeta Jain wrote: > Hello All, > > Intel and WR YP QA is planning for QA execution for YP build > yocto-3.0.3.rc2. We are planning to execute following tests for this cycle: >

Re: [yocto] How to enable preempt-rt in Yocto Zeus or Warrior?

2020-07-28 Thread Zoran
classical building procedures in there) The same for U-Boot, or even you can use YOCTO's U-Boot. Then, if the whole system suits your requirements, you might go by Bruce's advices (from his very last email). Just an idea how to ease your initial pain... Zoran ___ On Tue, Jul 28, 2020 at 4:18 PM

Re: [yocto] How to enable preempt-rt in Yocto Zeus or Warrior?

2020-07-28 Thread Zoran
). Zoran ___ On Tue, Jul 28, 2020 at 2:45 PM Scott Whitney wrote: > > Hi Bruce, > > > > Yes, we are using Linux built by Yocto, but where is the preferred provider > for the kernel set to linux-yocto-rt? > > > > Thanks for your help > > > > Scott

Re: [yocto] openssh_8.0p1 on zeus - sshd.service not starting [RESOLVED] #yocto

2020-07-18 Thread Zoran
Although, I must admit, I have there OpenSSH_7.9p1. Zoran ___ On Sat, Jul 18, 2020 at 5:38 PM Zoran via lists.yoctoproject.org wrote: > > This is what I have with my BBB on SDcard with Debian Buster: > > root@arm:/etc/systemd/system# cat sshd.service > [Unit] > Descript

Re: [yocto] openssh_8.0p1 on zeus - sshd.service not starting [RESOLVED] #yocto

2020-07-18 Thread Zoran
for comparison. Best Regards, Zoran ___ On Sat, Jul 18, 2020 at 5:19 PM wrote: > > Helo Zoran, > > Type=notify didn't work, either. > > The only thing that worked was Type=simple. > > Thanks, > -=Srijan Nandi -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent

Re: [yocto] openssh_8.0p1 on zeus - sshd.service not starting [RESOLVED} #yocto

2020-07-18 Thread Zoran
> Finally was able to resolve the issue. It seems the sshd.service > did not line Type=forking. > > I changed it to Type=simple and it started working. Please, could you try with Type=notify ? Thank you, Zoran ___ On Sat, Jul 18, 2020 at 12:53 PM wrote: > > Finally w

Re: [yocto] openssh_8.0p1 on zeus - sshd.service not starting #yocto

2020-07-16 Thread Zoran
option does mean (lazy to investigate), seems that this was the main cause of the problem: https://unix.stackexchange.com/questions/390224/openssh-server-start-failed-with-result-timeout Please, read this link carefully. Best Regards, Zoran ___ On Thu, Jul 16, 2020 at 5:53 PM wrote: > >

Re: [yocto] openssh_8.0p1 on zeus - sshd.service not starting #yocto

2020-07-16 Thread Zoran
sshd.service -r -n 1 Zoran ___ On Thu, Jul 16, 2020 at 4:01 PM wrote: > > I am facing an issue with openssh_8.0p1 on zeus...systemd is not able to > start sshd.service. I am using the following sshd.service file. > > [Unit] > Description=OpenSSH server daemon > Doc

Re: [yocto] Imx8m mini boot

2020-03-03 Thread Zoran
What about issuing dmesg command after the boot?! Zoran ___ On Tue, Mar 3, 2020 at 1:56 PM Iñigo Vicente Waliño wrote: > > Hi, > > Is there any way to see the traceability or registers by the command line of > the secure boot on my imx8m mini board with u-boot? >

Re: [yocto] Bitbake error

2020-02-26 Thread Zoran
I have created local.conf for bbb which includes both systemd and ssh. Please, find it here. https://github.com/ZoranStojsavljevic/bbb-yocto/blob/master/bbb-releases/bbb-zeus/local.conf I sincerely hope it helps. Best Regards, Zoran On Wed, Feb 26, 2020 at 12:43 PM Iñigo Vicente Waliño

Re: [yocto] Bitbake error

2020-02-25 Thread Zoran
U R not the only one experiencing this problem. https://stackoverflow.com/questions/60336978/yocto-error-perf-1-0-r9-do-compile-oe-runmake-failed-from-bitbake-image Does this setup you have compile with core-image-minimal? Zoran On Mon, Feb 24, 2020 at 11:58 AM Iñigo Vicente Waliño

Re: [yocto] Bitbake error

2020-02-21 Thread Zoran
Hope this can fix the issue: http://lists.openembedded.org/pipermail/openembedded-core/2016-October/127246.html Best Regards, Zoran On Fri, Feb 21, 2020 at 10:16 AM Iñigo Vicente Waliño wrote: > > Hi, > > I'm trying to build yocto project ZEUS for imx8m mini. > > I have

  1   2   >