Re: requesting help
On Sat, 16 Jan 2021 at 04:12, Vijay Rakesh Munganda
<vijayrakeshmunganda@...> wrote: Hi Vijay, I hate to be rude but this is terrible advice. That recipe likely has dependencies on other recipes and before you know it you'd be assembling a completely untested mess of copy & pasted recipes with no clean upgrade path. I recommend looking at the project documentation, watch Josef's excellent live coding videos (https://www.youtube.com/playlist?list=PLD4M5FoHz-TxMfBFrDKfIS_GLY25Qsfyj), maybe check out a book or work through a tutorial. Once you understand the layer system you'll see that it's easy to add the required layers properly. Thanks, -- Paul Barker Konsulko Group |
|
Re: requesting help
U RAVI KUMAR <uppadaravi2511@...>
Thanks, I'll check them out. And will i be able to configure the browser? please suggest. On Sat, Jan 16, 2021 at 9:42 AM Vijay Rakesh Munganda <vijayrakeshmunganda@...> wrote:
|
|
Re: requesting help
Vijay Rakesh Munganda
Hi Ravi, Below links might help you, choose one of the them you need. Download and add this recipe into the your build and recipe name to IMAGE_INSTALL_append in local.conf file. Thanks & Regards, Vijay Rakesh On 16-Jan-2021, at 09:07, U RAVI KUMAR <uppadaravi2511@...> wrote:
|
|
requesting help
U RAVI KUMAR <uppadaravi2511@...>
Hello guys, I have built a linux distribution using core-image-sato.I want a qtwebbrowser as one of the application to be installed on the OS. can anyone pls help me through this process. Thanks and Regards, ravi_uppada |
|
Re: Can't Build Read-Only RootFS
Leon Woestenberg
Hello Dave, On Fri, Jan 15, 2021 at 10:40 PM Dave Tucker <theaethereal@...> wrote:
I copied that error report into Google. Maybe you are hitting a similar case to this? Regards, Leon, |
|
Can't Build Read-Only RootFS
Dave Tucker
I'm trying to build yocto for a Beaglebone Black. I was setting
the file system to be read-only in /etc/fstab, and that was causing the
boot process to lock up as of my latest build when I switched to
dunfell. So I added IMAGE_FEATURES += "read-only-rootfs" to my
local.conf, which I believe is the correct way to handle this. But now
the system won't build. I get the following output: NOTE: recipe core-image-minimal-1.0-r0: task do_rootfs: Started
ERROR: core-image-minimal-1.0-r0 do_rootfs: The following packages could not be configured offline and rootfs is read-only: ['sysvinit-inittab']
ERROR: Logfile of failure stored in: /data/dunfell-bbb/build/bbb/tmp/work/beaglebone_yocto-poky-linux-gnueabi/core-image-minimal/1.0-r0/temp/log.do_rootfs.10987
NOTE: recipe core-image-minimal-1.0-r0: task do_rootfs: Failed
I've not been able to find any information
on this issue and am not sure how to proceed. Could someone please
point me in the right direction? Here are my local.conf and bblayers.conf. Thanks, Dave
|
|
Monsees, Steven C (US)
I am still seeing the Nothing PROVIDES 'init-system-helpers-service'...
toggle quoted message
Show quoted text
I am currently working around this be over-writing the "mountnfs.sh" script, but I want resolve this issue so we are 100% Yocto compliant... -----Original Message-----
From: Khem Raj <raj.khem@...> Sent: Thursday, January 14, 2021 2:48 PM To: Monsees, Steven C (US) <steven.monsees@...> Subject: Re: [yocto] #yocto #kernel *** WARNING *** EXTERNAL EMAIL -- This message originates from outside our organization. yeah no worries I intendted to give hints to look into that recipe and find out package as needed, not giving a fully cooked solution On 1/14/21 10:46 AM, Monsees, Steven C (US) via lists.yoctoproject.org wrote:
|
|
Re: cpio issues
Leon Woestenberg
Hello Damien,
On Fri, Jan 15, 2021 at 3:48 PM Damien LEFEVRE <lefevre.da@...> wrote: I have this in my local.conf: IMAGE_FSTYPES = "tar ext4" INITRAMFS_FSTYPES = "cpio.xz" It does depend a bit on your image recipes and classes if this works for you. Regards, Leon. |
|
cpio issues
Damien LEFEVRE
Hi, I am working with Tegra Xavier and meta-tegra. During the build process, 2 images get generated: - initramfs (cpio archive) - the actual roofs image initramfs is archived with cpio and since the cpio image type is enabled, bitbake tries to cpio the rootfs. The roofts is more than 2GB (not difficult with CUDA libraries) and cpio fails due to some 2GB size limitation. How can I keep the initramfs with cpio, but disable cpio archiving for the rootfs which I don't need or use for anything? Thanks, -Damien |
|
Monsees, Steven C (US)
I believe you said: init-system-helpers...
toggle quoted message
Show quoted text
I will try the other (init-system-helpers-service) later today Thanks, Steve -----Original Message-----
From: Khem Raj <raj.khem@...> Sent: Thursday, January 14, 2021 1:36 PM To: Monsees, Steven C (US) <steven.monsees@...> Cc: yocto@... Subject: Re: [yocto] #yocto #kernel *** WARNING *** EXTERNAL EMAIL -- This message originates from outside our organization. I must have said add init-system-helpers-service On Wed, Jan 13, 2021 at 5:17 AM Monsees, Steven C (US) via lists.yoctoproject.org <steven.monsees=baesystems.com@...> wrote:
|
|
perhaps use netkit-rsh-server and inetutils-rsh
On Thu, Jan 14, 2021 at 8:24 AM Monsees, Steven C (US) <steven.monsees@...> wrote:
|
|
I must have said add init-system-helpers-service
toggle quoted message
Show quoted text
On Wed, Jan 13, 2021 at 5:17 AM Monsees, Steven C (US) via lists.yoctoproject.org <steven.monsees=baesystems.com@...> wrote:
|
|
Monsees, Steven C (US)
Do we know why it was disabled ?
toggle quoted message
Show quoted text
I will look into this, thanks... -----Original Message-----
From: Quentin Schulz <quentin.schulz@...> Sent: Thursday, January 14, 2021 12:18 PM To: Monsees, Steven C (US) <steven.monsees@...> Cc: Khem Raj <raj.khem@...>; yocto@... Subject: Re: [yocto] #yocto #kernel *** WARNING *** EXTERNAL EMAIL -- This message originates from outside our organization. Hi Steve, On Thu, Jan 14, 2021 at 05:11:29PM +0000, Monsees, Steven C (US) via lists.yoctoproject.org wrote: http://cgit.openembedded.org/openembedded-core/commit/meta/recipes-connectivity/inetutils?h=zeus&id=9e13dad6ea76dd036098ef62427804e4138bf83b It's disabled by default now. You can probably re-enable it by appending --enable-rsh again I guess? Quentin |
|
Quentin Schulz
Hi Steve,
On Thu, Jan 14, 2021 at 05:11:29PM +0000, Monsees, Steven C (US) via lists.yoctoproject.org wrote: http://cgit.openembedded.org/openembedded-core/commit/meta/recipes-connectivity/inetutils?h=zeus&id=9e13dad6ea76dd036098ef62427804e4138bf83b It's disabled by default now. You can probably re-enable it by appending --enable-rsh again I guess? Quentin |
|
Monsees, Steven C (US)
Khem:
toggle quoted message
Show quoted text
Should have waited for build to complete... this just delays where the error occurs. Now rather than upfront, it fails on packaging with the following error: ERROR: aiox-defaultfs-1.0-r0 do_rootfs: Unable to install packages. Command '/disk0/scratch/smonsees/yocto/workspace_3/meta-bae/meta-limws/builds/aiox-default/tmp/work/aiox_default-poky-linux/aiox-defaultfs/1.0-r0/recipe-sysroot-native/usr/bin/opkg --volatile-cache -f /disk0/scratch/smonsees/yocto/workspace_3/meta-bae/meta-limws/builds/aiox-default/tmp/work/aiox_default-poky-linux/aiox-defaultfs/1.0-r0/opkg.conf -t /disk0/scratch/smonsees/yocto/workspace_3/meta-bae/meta-limws/builds/aiox-default/tmp/work/aiox_default-poky-linux/aiox-defaultfs/1.0-r0/temp/ipktemp/ -o /disk0/scratch/smonsees/yocto/workspace_3/meta-bae/meta-limws/builds/aiox-default/tmp/work/aiox_default-poky-linux/aiox-defaultfs/1.0-r0/rootfs --force_postinstall --prefer-arch-to-version install base-files bash bc binutils bridge-utils coreutils crush cs-hdlc dhcp-server dhcp-server-config e2fsprogs ethtool haveged hdparm i2c-tools inetutils inetutils-rsh iperf3 iproute2 iptables iputils iputils-ping kernel-modules key-helper kmod libpci3 module-init-tools mtd-utils mtd-utils-ubifs nano ncurses ncurses-dev net-tools netcat nfs-utils nfs-utils-stats ntfs-3g ntfsprogs openssh openssh-sftp-server packagegroup-base-vfat packagegroup-core-boot pciutils pciutils-ids peekpoke perl plx8000 plx8000nt plxsvc pub-key python python-stringold python-subprocess rsync run-postinsts sg3-utils swig tar tcpdump tftp-hpa tftp-hpa-server traceroute usbutils util-linux wolfssl xinetd' returned 255: Collected errors: * opkg_prepare_url_for_install: Couldn't find anything to satisfy 'inetutils-rsh'. What has changed in the build process ?, under rocko I do not see an issue adding inetutils-rsh... Steve -----Original Message-----
From: yocto@... <yocto@...> On Behalf Of Monsees, Steven C (US) via lists.yoctoproject.org Sent: Thursday, January 14, 2021 11:59 AM To: Khem Raj <raj.khem@...> Cc: yocto@... Subject: Re: [yocto] #yocto #kernel *** WARNING *** EXTERNAL EMAIL -- This message originates from outside our organization. Khem: I may have stumbled upon it, it appears I had to add a DEPENDS += "inetutils" to fix the issue on including inetutils-rsh... What does "init-system-helpers" depend on ? Thanks, Steve -----Original Message----- From: yocto@... <yocto@...> On Behalf Of Monsees, Steven C (US) via lists.yoctoproject.org Sent: Thursday, January 14, 2021 11:24 AM To: Khem Raj <raj.khem@...> Cc: yocto@... Subject: Re: [yocto] #yocto #kernel *** WARNING *** EXTERNAL EMAIL -- This message originates from outside our organization. Khem: I appear to have a similar issue building in inetutils-rsh and inetutils-rshd... When added to IMAGE_INSTALL, (IMAGE_INSTALL += " inetutils-rsh inetutils-rshd") I also get an "Error: Nothing PROVIDES ..." How do you pull in various net utility commands (ex. rlogind) without inetutils-rsh and inetutils-rshd ? I do not see anything in the migration guides on this... Any ideas ? I am using zeus 3.0.4 and building aarch64 Xilinx based image... Steve -----Original Message----- From: Monsees, Steven C (US) Sent: Wednesday, January 13, 2021 2:25 PM To: Khem Raj <raj.khem@...> Cc: yocto@... Subject: RE: [yocto] #yocto #kernel Khem: I am having issues attempting to resolve this issue... I am seeing it in my bootloader... Can you possibly point me in the right direction ? Thanks. Steve -----Original Message----- From: yocto@... <yocto@...> On Behalf Of Monsees, Steven C (US) via lists.yoctoproject.org Sent: Wednesday, January 13, 2021 8:17 AM To: Khem Raj <raj.khem@...> Cc: yocto@... Subject: Re: [yocto] #yocto #kernel *** WARNING *** EXTERNAL EMAIL -- This message originates from outside our organization. I am using sysvinit... -----Original Message----- From: Monsees, Steven C (US) Sent: Wednesday, January 13, 2021 7:15 AM To: 'Khem Raj' <raj.khem@...> Cc: yocto@... Subject: RE: [yocto] #yocto #kernel When I do this I am seeing "Nothing PROVIDES 'init-system-helpers',,, -----Original Message----- From: Khem Raj <raj.khem@...> Sent: Tuesday, January 12, 2021 6:13 PM To: Monsees, Steven C (US) <steven.monsees@...> Cc: yocto@... Subject: Re: [yocto] #yocto #kernel *** WARNING *** EXTERNAL EMAIL -- This message originates from outside our organization. On Tue, Jan 12, 2021 at 12:09 PM Monsees, Steven C (US) via lists.yoctoproject.org <steven.monsees=baesystems.com@...> wrote: perhaps just add init-system-helpers to IMAGE_INSTALL
|
|
Monsees, Steven C (US)
Khem:
toggle quoted message
Show quoted text
I may have stumbled upon it, it appears I had to add a DEPENDS += "inetutils" to fix the issue on including inetutils-rsh... What does "init-system-helpers" depend on ? Thanks, Steve -----Original Message-----
From: yocto@... <yocto@...> On Behalf Of Monsees, Steven C (US) via lists.yoctoproject.org Sent: Thursday, January 14, 2021 11:24 AM To: Khem Raj <raj.khem@...> Cc: yocto@... Subject: Re: [yocto] #yocto #kernel *** WARNING *** EXTERNAL EMAIL -- This message originates from outside our organization. Khem: I appear to have a similar issue building in inetutils-rsh and inetutils-rshd... When added to IMAGE_INSTALL, (IMAGE_INSTALL += " inetutils-rsh inetutils-rshd") I also get an "Error: Nothing PROVIDES ..." How do you pull in various net utility commands (ex. rlogind) without inetutils-rsh and inetutils-rshd ? I do not see anything in the migration guides on this... Any ideas ? I am using zeus 3.0.4 and building aarch64 Xilinx based image... Steve -----Original Message----- From: Monsees, Steven C (US) Sent: Wednesday, January 13, 2021 2:25 PM To: Khem Raj <raj.khem@...> Cc: yocto@... Subject: RE: [yocto] #yocto #kernel Khem: I am having issues attempting to resolve this issue... I am seeing it in my bootloader... Can you possibly point me in the right direction ? Thanks. Steve -----Original Message----- From: yocto@... <yocto@...> On Behalf Of Monsees, Steven C (US) via lists.yoctoproject.org Sent: Wednesday, January 13, 2021 8:17 AM To: Khem Raj <raj.khem@...> Cc: yocto@... Subject: Re: [yocto] #yocto #kernel *** WARNING *** EXTERNAL EMAIL -- This message originates from outside our organization. I am using sysvinit... -----Original Message----- From: Monsees, Steven C (US) Sent: Wednesday, January 13, 2021 7:15 AM To: 'Khem Raj' <raj.khem@...> Cc: yocto@... Subject: RE: [yocto] #yocto #kernel When I do this I am seeing "Nothing PROVIDES 'init-system-helpers',,, -----Original Message----- From: Khem Raj <raj.khem@...> Sent: Tuesday, January 12, 2021 6:13 PM To: Monsees, Steven C (US) <steven.monsees@...> Cc: yocto@... Subject: Re: [yocto] #yocto #kernel *** WARNING *** EXTERNAL EMAIL -- This message originates from outside our organization. On Tue, Jan 12, 2021 at 12:09 PM Monsees, Steven C (US) via lists.yoctoproject.org <steven.monsees=baesystems.com@...> wrote: perhaps just add init-system-helpers to IMAGE_INSTALL
|
|
Monsees, Steven C (US)
Khem:
toggle quoted message
Show quoted text
I appear to have a similar issue building in inetutils-rsh and inetutils-rshd... When added to IMAGE_INSTALL, (IMAGE_INSTALL += " inetutils-rsh inetutils-rshd") I also get an "Error: Nothing PROVIDES ..." How do you pull in various net utility commands (ex. rlogind) without inetutils-rsh and inetutils-rshd ? I do not see anything in the migration guides on this... Any ideas ? I am using zeus 3.0.4 and building aarch64 Xilinx based image... Steve -----Original Message-----
From: Monsees, Steven C (US) Sent: Wednesday, January 13, 2021 2:25 PM To: Khem Raj <raj.khem@...> Cc: yocto@... Subject: RE: [yocto] #yocto #kernel Khem: I am having issues attempting to resolve this issue... I am seeing it in my bootloader... Can you possibly point me in the right direction ? Thanks. Steve -----Original Message----- From: yocto@... <yocto@...> On Behalf Of Monsees, Steven C (US) via lists.yoctoproject.org Sent: Wednesday, January 13, 2021 8:17 AM To: Khem Raj <raj.khem@...> Cc: yocto@... Subject: Re: [yocto] #yocto #kernel *** WARNING *** EXTERNAL EMAIL -- This message originates from outside our organization. I am using sysvinit... -----Original Message----- From: Monsees, Steven C (US) Sent: Wednesday, January 13, 2021 7:15 AM To: 'Khem Raj' <raj.khem@...> Cc: yocto@... Subject: RE: [yocto] #yocto #kernel When I do this I am seeing "Nothing PROVIDES 'init-system-helpers',,, -----Original Message----- From: Khem Raj <raj.khem@...> Sent: Tuesday, January 12, 2021 6:13 PM To: Monsees, Steven C (US) <steven.monsees@...> Cc: yocto@... Subject: Re: [yocto] #yocto #kernel *** WARNING *** EXTERNAL EMAIL -- This message originates from outside our organization. On Tue, Jan 12, 2021 at 12:09 PM Monsees, Steven C (US) via lists.yoctoproject.org <steven.monsees=baesystems.com@...> wrote: perhaps just add init-system-helpers to IMAGE_INSTALL
|
|
Devtool eSDK remove package
#devtool
Gustavo Plaza
Hello,
I have generated and installed eSDK for Yocto sumo correctly.
I have two packages that provide the same headers, one of them is installed by default in the eSDK and I would like to install the other one and remove the previous from the eSDK.
If I install the second package using the command "devtool sdk-install my-package2" I would like the first package to be removed from the sdk. Can I add any variable (similar to RREPLACES or RCONFLICTS ) to the "my-package1" and "my-package2" recipes in order to remove one package when the other one is installed?
I think devtool doesn't provide the opposite functionality to sdk-install, isn't it? I think I could implement the funtionallity "sdk-remove" in the file sdk.py so that it would be possible to execute the task "do_cleanall" of any recipe. Is this ok ? Is there any reason behind the non-existence of the functionality "sdk-remove" ?
Best regards. |
|
Re: OpenEmbedded Virtual Stand at FOSDEM 2021
Philip Balister
I have some photos of stands from the past that would be fun to add to
toggle quoted message
Show quoted text
the stand web page. I can watch chat some, mainly during times I am awake in the US East coat though. Philip On 1/14/21 6:02 AM, Robert Berger wrote:
Hi, |
|
Re: OpenEmbedded Virtual Stand at FOSDEM 2021
Hi,
On 13/01/2021 23:33, Paul Barker wrote: Hi folks,Let's try to come up with some schedule when I should be there and just let me know how the join the chat. * Any contributions of video content to go along with the static webWhat kind of video would you like? A small video which explains a specific topic? Something like this?[1] [1] https://www.youtube.com/watch?v=kmpEN953pzs&feature=youtu.be Thanks,Regards, Robert |
|