Monsees, Steven C (US)
Khem:
toggle quoted messageShow 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 messageShow 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
|
|
Re: QA notification for completed autobuilder build (yocto-3.1.5.rc1)
Sangeeta Jain
Hi all,
toggle quoted messageShow quoted text
Intel and WR YP QA is planning for QA execution for YP build yocto-3.1.5.rc1 We are planning to execute following tests for this cycle: OEQA-manual tests for following module: 1. OE-Core 2. BSP-hw Runtime auto test for following platforms: 1. MinnowTurbot 32-bit 2. Coffee Lake 3. NUC 7 4. NUC 6 5. Edgerouter 6. Beaglebone ETA for completion is next Tuesday, January 19. Thanks, Sangeeta
-----Original Message-----
|
|
OpenEmbedded Virtual Stand at FOSDEM 2021
Hi folks,
OpenEmbedded has been accepted to hold a "virtual stand" at FOSDEM 2021 which is taking place online this year on Sat 6th Feb & Sun 7th Feb, based around the CET timezone. Most of you will be familiar with FOSDEM by now, but if not let me give a quick bit of background on the event. This is the Free and Open Source Developers' European Meeting and usually takes place in Brussels in early February each year. The event won't be happening in-person in Brussels this year due to the current pandemic but I think it's still important to take advantage of this opportunity of connecting with other contributors to OpenEmbedded & Yocto Project as well as other members and projects within the wider open source community. For more information see the FOSDEM 2021 website at https://fosdem.org/2021/. This virtual stand will consist of a Matrix chat room (likely with Jitsi video chat) along with hosting space for static web pages & video within the FOSDEM 2021 website. The details on all of this are still being figured out but right now we've got enough information to start planning our involvement. What we're looking for is: * Any participants in the project who want to help host the Matrix chat room between 09:00 and 18:00 each day of the event. This will likely involve introducing the project to folks dropping in the chat who aren't familiar with OpenEmbedded, answering basic questions and chatting about example uses of the project. You don't need to be a long-standing expert in the project to help out here! If you can do a couple of hours or a half day please let us know. * Any folks who would like to help build the static web pages for the stands section of the FOSDEM 2021 website. FOSDEM is using the Hugo static website generator so the content will be written as Markdown files which are converted to html by hugo. Further information is available in the README file at https://github.com/FOSDEM/stands-website/blob/master/README.md. I'm hoping that someone is willing to take the lead on this as I'm already very busy in the runup to FOSDEM. I'm available to help set up git repositories, test things out and review content. * Any contributions of video content to go along with the static web pages. I'm planning to record some short introductory video content but other contributions would also be welcome. Details on how to upload videos is expected in the near future but for now it would be good to just collect folks who are interested so we can discuss this further. If you're interested in any of the above please reply to me and/or the list. I look forward to virtually seeing many of you at FOSDEM 2021! Thanks, -- Paul Barker Konsulko Group
|
|
Monsees, Steven C (US)
Khem:
toggle quoted messageShow quoted text
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
|
|
QA notification for completed autobuilder build (yocto-3.1.5.rc1)
pokybuild@...
A build flagged for QA (yocto-3.1.5.rc1) was completed on the autobuilder and is available at:
https://autobuilder.yocto.io/pub/releases/yocto-3.1.5.rc1 Build hash information: bitbake: a394eeec6aeb98c6395cb5da2036ce936bdaa0a0 meta-arm: 9e2ff72858c1744217195ca4a728e0044ac28af1 meta-gplv2: 60b251c25ba87e946a0ca4cdc8d17b1cb09292ac meta-intel: 4922e10c7b8169585ff9322b0d913dadc525c68e meta-kernel: 8349870943ba44bbd688656897372e881f32c741 meta-mingw: 524de686205b5d6736661d4532f5f98fee8589b7 oecore: 72431ee8de5e3a53d259cebf420a7713ac9e1f14 poky: e32d854e33bc86c2a616df8708e021a098afcf73 This is an automated message from the Yocto Project Autobuilder Git: git://git.yoctoproject.org/yocto-autobuilder2 Email: richard.purdie@...
|
|
Re: BITBAKE HANGS
U RAVI KUMAR <uppadaravi2511@...>
Hello guys, I have done with installing the qtwebengine.But iam having some trouble in how to configure the qtbrowser from the qtwebengine.I am using a GUI based core-image-sato image. So please guide me on how to configure the browser in this particular image. Thanks, ravi uppada.
On Tue, Jan 12, 2021 at 11:32 AM U RAVI KUMAR via lists.yoctoproject.org <uppadaravi2511=gmail.com@...> wrote:
|
|
Bitbake's cached basehash does not match
yuvaraj.velumani@...
Hi,
I am not quite sure why am I getting the below error message and how do I fix it.
"ERROR: When reparsing /home/ota/qcombuild/8155_agl/apps/apps_proc/meta-flutter/recipes-graphics/flutter-engine/flutter-engine_git.bb:do_patch, the basehash value changed from 1530cc970eeaed481afc4b0e34db2e2d05660b730efe2596beb3669e11282467 to cf17c978d7ffc1da3406f5345b779730717dff7f671ca7bdaa25dbb6c77b3e72. The metadata is not deterministic and this needs to be fixed. ERROR: The following commands may help:
Any help would be highly appreciated.
Regards, Raj
|
|
Monsees, Steven C (US)
I am using sysvinit...
toggle quoted messageShow quoted text
-----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)
When I do this I am seeing "Nothing PROVIDES 'init-system-helpers',,,
toggle quoted messageShow quoted text
-----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
|
|
Re: Unable to add pre compiled library
#yocto
Vijay Rakesh Munganda
Is re compiling the .so file is correct? I found one solution online, tried to recompile and my build is got successful.
do_compile(){
${CXX} -shared -o libopentok.so ${S}/lib/libopentok.so
} Thanks, VR
|
|
chruetli@...
I messed it up, this relates to:
|
|
Re: Unable to add pre compiled library
#yocto
Vijay Rakesh Munganda
On Tue, Jan 12, 2021 at 06:29 AM, Quentin Schulz wrote:
I told you on StackOverflow to checkout the dunfell branch ofI had tried your suggestion and bitbake started to reinstall all packages but facing the same issue. Bitbake doesn't show any progress. meta-clang = "dunfell:e63d6f9abba5348e2183089d6ef5ea384d7ae8d8"
Initialising tasks: 100% |###############################################################################| Time: 0:00:18
Sstate summary: Wanted 1189 Found 0 Missed 1189 Current 1157 (0% match, 49% complete)
NOTE: Executing Tasks
Currently 4 running tasks (2744 of 5866) 46% |################################# |
0: linux-mtk-5.4.51+gitAUTOINC+50ca5f1c95-r0 do_compile_kernelmodules - 2h33m23s (pid 117)
1: clang-native-10.0.1-r0 do_compile (pid 4105) 7% |#### |
2: gnutls-3.6.13-r0 do_package - 1h3m55s (pid 4706)
3: libgcrypt-1.8.5-r0 do_configure - 1h0m23s (pid 7528)
Thanks & Regards, VR
|
|
chruetli@...
Some more information: BB_VERSION= "1.46.0" Without any ajustments in my .conf file I get the missing WKS_FILE/S warning: ERROR: my-image-1.0-r0 do_image_wic: No kickstart files from WKS_FILES were found: my-image.virtualbox.wks my-image.wks. Please set WKS_FILE or WKS_FILES appropriately.
*** hddimg/vdmk *** Convert the generated hddimg to vdmk : $ vboxmanage convertfromraw image-virtualbox.hddimg image-virtualbox.vdmk Starting image-virtualbox.vdmk with VirtualBox:
*** iso ***
|
|
Re: [meta-mingw][PATCH] openssl: support for building nativesdk of mingw
Changqing Li
ping
On 1/5/21 11:31 AM, Changqing Li wrote:
* add support for mingw32 * Engines are installed in a slightly different path, which is urgly, patch it to make the path shorter * remove runtime dependency from perl for mingw nativesdk since commit 70da1f956bfbb627691c47eba7451182aca758e3 of oe-core 'openssl: Add c_rehash to misc package and add perl runtime dependency' package openssl-misc have runtime dependency on perl, and perl then have depenency on another 3 recipes, db/gdbm/libxcrypt. according to http://arsv.github.io/perl-cross/usage.html, perl don't support cross-compile build for mingw32 and another 3 recipes also don't support mingw well. so remove the dependency of perl, don't support c_rehash for mingw. Signed-off-by: Changqing Li <changqing.li@...> --- ...ile.tmpl-don-t-add-prefix-for-libdir.patch | 32 +++++++++++++++++++ .../openssl/openssl_%.bbappend | 31 ++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 recipes-connectivity/openssl/files/0001-unix-Makefile.tmpl-don-t-add-prefix-for-libdir.patch create mode 100644 recipes-connectivity/openssl/openssl_%.bbappend diff --git a/recipes-connectivity/openssl/files/0001-unix-Makefile.tmpl-don-t-add-prefix-for-libdir.patch b/recipes-connectivity/openssl/files/0001-unix-Makefile.tmpl-don-t-add-prefix-for-libdir.patch new file mode 100644 index 0000000..028431b --- /dev/null +++ b/recipes-connectivity/openssl/files/0001-unix-Makefile.tmpl-don-t-add-prefix-for-libdir.patch @@ -0,0 +1,32 @@ +From 8fe5c9421acfaff35b637e7ad55d1df598bb7081 Mon Sep 17 00:00:00 2001 +From: Changqing Li <changqing.li@...> +Date: Tue, 22 Dec 2020 09:22:10 +0800 +Subject: [PATCH] unix-Makefile.tmpl: don't add prefix for libdir + +we had pass libdir to Configure, don't use prefix again to +avoid engineer dir set to: +/opt/poky/3.2+snapshot/sysroots/x86_64-w64-mingw32/usr/opt/poky/3.2+snapshot/sysroots/x86_64-w64-mingw32/usr/lib/engines-1_1 + +Upstream-Status: Inappropriate[oe-specific] + +Signed-off-by: Changqing Li <changqing.li@...> +--- + Configurations/unix-Makefile.tmpl | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl +index bbafb98..eecb63e 100644 +--- a/Configurations/unix-Makefile.tmpl ++++ b/Configurations/unix-Makefile.tmpl +@@ -244,7 +244,7 @@ LIBDIR={- our $libdir = $config{libdir} || "lib"; + File::Spec::Win32->file_name_is_absolute($libdir) ? "" : $libdir -} + ENGINESDIR_dev={- use File::Spec::Win32; + our $enginesdir = +- File::Spec::Win32->catdir($prefix,$libdir, ++ File::Spec::Win32->catdir($libdir, + "engines-$sover_dirname"); + our ($enginesdir_dev, $enginesdir_dir, $enginesdir_file) = + File::Spec::Win32->splitpath($enginesdir, 1); +-- +2.17.1 + diff --git a/recipes-connectivity/openssl/openssl_%.bbappend b/recipes-connectivity/openssl/openssl_%.bbappend new file mode 100644 index 0000000..7fd82f1 --- /dev/null +++ b/recipes-connectivity/openssl/openssl_%.bbappend @@ -0,0 +1,31 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/files:" + +SRC_URI_append_mingw32_class-nativesdk = " \ + file://0001-unix-Makefile.tmpl-don-t-add-prefix-for-libdir.patch \ +" + +do_configure_mingw32 () { + os=${HOST_OS} + target="$os-${HOST_ARCH}" + case $target in + mingw32-x86_64) + target=mingw64 + ;; + mingw32-i686) + target=mingw + ;; + esac + + useprefix=${prefix} + if [ "x$useprefix" = "x" ]; then + useprefix=/ + fi + # WARNING: do not set compiler/linker flags (-I/-D etc.) in EXTRA_OECONF, as they will fully replace the + # environment variables set by bitbake. Adjust the environment variables instead. + HASHBANGPERL="/usr/bin/env perl" PERL=perl PERL5LIB="${S}/external/perl/Text-Template-1.46/lib/" \ + perl ${S}/Configure ${EXTRA_OECONF} ${PACKAGECONFIG_CONFARGS} --prefix=$useprefix --openssldir=${libdir}/ssl-1.1 --libdir=${libdir} $target + perl ${B}/configdata.pm --dump +} + +FILES_${PN}-engines_mingw32_class-nativesdk = "${libdir}/engines-1_1" +RDEPENDS_${PN}-misc_remove_mingw32_class-nativesdk = "perl"
|
|
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)
Working on zeus 3.0.4, for aarch64
I have a startup script making use of “service” How do I properly configure in support for the “service” command ? I do not have an error when working under rocko.
The error seen is : /etc/rc5.d/S15mountnfs.sh: line 70: service: command not found
Usage: @ line 70: “service rpcbind status >/dev/null”
Thanks, Steve
|
|
remove particular device from QB_OPT_APPEND: per-word manner
Sergey Ivanov <icegood1980@...>
For all info ---------- Forwarded message --------- От: Quentin Schulz <quentin.schulz@...> Date: вт, 12 янв. 2021 г. в 17:43 Subject: Re: [yocto] remove particular device from QB_OPT_APPEND: per-word manner To: Sergey Ivanov <icegood1980@...> Rah, please answer to all always (keep the mailing list in Cc). I'll bounce the mail on the mailing list for you now.
On Tue, Jan 12, 2021 at 05:27:58PM +0200, Sergey Ivanov wrote:
> Thanks, it should work, provided... > Am i understand correctly that all append-remove stuff works BEFORE > anonymous python script? > > вт, 12 янв. 2021 г. в 17:19, Quentin Schulz < > quentin.schulz@...>: > > > Hi Sergey, > > > > On Tue, Jan 12, 2021 at 05:09:25PM +0200, Sergey Ivanov wrote: > > > Hi there. > > > > > > I'm working with arm64 target and i want to take control on usb buses on > > it. > > > What i'm trying to do is tro remove both bus and hid devices on it via > > > QB_OPT_APPEND_remove = " -show-cursor -device qemu-xhci -device > > usb-tablet > > > -device usb-kbd " > > > > > > Of course, it doesn't work properly since it removes ALL occurrences of > > > each word above. In particular, i had "-device VGA,edid=on" that i wanted > > > to stay. > > > Instead, i obtained "VGA,edid=on" that lead to boot error. OK, it is > > clear. > > > I also tried smth. like > > > > > > QB_OPT_APPEND_remove = " -show-cursor '-device qemu-xhci' '-device > > > usb-tablet' '-device usb-kbd -device' " > > > > > > however nothing was removed here. Can i workaround given issue under > > *Zeus?* > > > > A "hack" I'm thinking about right now would be to remove those variables > > by hand in a python anonymous function. You want to expand the variable > > first, then do some python regex or however you like, to remove what you > > want. Python anonymous functions are run at parsing time. > > > > Otherwise, if you know pretty much exactly what the content of the > > variable should be for you, you can always use the following: > > QB_OPT_APPEND_<my-machine> = "<content>" > > > > Hope this can give you some ideas, > > Cheers, > > Quentin > > > > > -- > Kind regards, > Sergey Ivanov -- StreamUnlimited Engineering GmbH High Tech Campus Vienna, Gutheil-Schoder-Gasse 10, 1100 Vienna, Austria Fax: +43 1 667 20 02 4401 quentin.schulz@..., www.streamunlimited.com -- Kind regards, Sergey Ivanov
|
|