Re: BBLAYERS
Monsees, Steven C (US)
Is it possible to use BBMASK to remove from builds ?
From: Monsees, Steven C (US)
Sent: Tuesday, January 4, 2022 2:32 PM To: 'yocto@...' <yocto@...> Subject: RE: BBLAYERS
Any suggestions… ?
From: Monsees, Steven C (US)
Under my Yocto build, I have basically 2 build directories (one for Arm and one for Intel platforms)… each build directory has its own bblayer.conf.
Under each of these directories I build multiple images for each platform…
If say, on the Intel side, I can build for 3 MACHINES creating 3 unique kernel images A, B, and C (they all share a common bblayer.conf) and I then want to modify one kernel to include meta-virtualization…
How would I manage the bblayer.conf to add this layer to only B’s build so as not to impact the building of “A” or “C” ?
If I just add it to the common bblayer.conf, “A” and “C” are impacted by the addition and show:
WARNING: You have included the meta-virtualization layer, but 'virtualization' has not been enabled in your DISTRO_FEATURES. Some bbappend files may not take effect. See the meta-virtualization README for details on enabling virtualization support.
Thanks, Steve
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: BBLAYERS
Monsees, Steven C (US)
Any suggestions… ?
From: Monsees, Steven C (US)
Sent: Tuesday, January 4, 2022 7:22 AM To: yocto@... Subject: BBLAYERS
Under my Yocto build, I have basically 2 build directories (one for Arm and one for Intel platforms)… each build directory has its own bblayer.conf.
Under each of these directories I build multiple images for each platform…
If say, on the Intel side, I can build for 3 MACHINES creating 3 unique kernel images A, B, and C (they all share a common bblayer.conf) and I then want to modify one kernel to include meta-virtualization…
How would I manage the bblayer.conf to add this layer to only B’s build so as not to impact the building of “A” or “C” ?
If I just add it to the common bblayer.conf, “A” and “C” are impacted by the addition and show:
WARNING: You have included the meta-virtualization layer, but 'virtualization' has not been enabled in your DISTRO_FEATURES. Some bbappend files may not take effect. See the meta-virtualization README for details on enabling virtualization support.
Thanks, Steve
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
pseudo error building master with kas-container
Trevor Woerner
Hi,
I'm seeing a build failure with pseudo performing a qemux86 build using kas-container. Note that I'm using kas-container, and not using kas inside a container of my own making. build host: openSUSE 15.3 container tool: podman steps: $ git clone https://github.com/siemens/kas.git $ mkdir layers $ git clone git://git.openembedded.org/bitbake layers/bitbake $ git clone git://git.openembedded.org/openembedded-core layers/openembedded-core create the file "simple.yml" containing -----------------+ | header: | | version: 11 | | machine: qemux86 | | distro: nodistro | | target: | | - core-image-base | | repos: | | bitbake: | | path: layers/bitbake | | layers: | | conf: disabled | | openembedded-core: | | path: layers/openembedded-core | | layers: | | meta: | +--------------------------------------------------------+ → NOTE: do not use real tabs in the yml file → NOTE: if this is your first time using kas-container and/or podman you'll probably have to do some one-time/first-time setup of podman in order to use containers as a non-root user → NOTE: the head revisions of the following repos are as follows: kas: 75d1a5cce49f363b4dacd702a48d3b11195a353c layers/bitbake: bdf5739c5d831dc97a7d81568f94a0953c71017f layers/openembedded-core: 24c1b8346a2ab8bdea2e140282e33814166d9113 $ DL_DIR=/path/to/your/DL_DIR kas/kas-container build simple.yml the above steps always result in the following build error for me: ERROR: Task (/work/layers/openembedded-core/meta/recipes-support/icu/icu_70.1.bb:do_install) failed with exit code '1' Pseudo log: path mismatch [1 link]: ino 47078782 db '/tmp/sh-thd.8MYMaq' req '/tmp/sh-thd.s6sVVG'. Setup complete, sending SIGUSR1 to pid 5494.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: updating system with local time
Arik Kleiman
can't write it to /etc/localtime ... it's a read only system. There is an environment variable named TZ, when ever it is changed, local time is changed as well. Is there a way (by script or cron job) to set the way system will update as well? 10x, Arik
On Tue, Jan 4, 2022 at 5:46 PM Ross Burton <ross@...> wrote: On Tue, 4 Jan 2022 at 14:58, Arik Kleiman <arik.kleiman@...> wrote:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Yocto Project Status WW01`22
Stephen Jolley
Current Dev Position: YP 3.5 M2 Next Deadline: 17th Jan. 2022 YP 3.5 M2 build
Next Team Meetings:
Key Status/Updates:
Ways to contribute:
YP 3.5 Milestone Dates:
Upcoming dot releases:
Tracking Metrics:
The Yocto Project’s technical governance is through its Technical Steering Committee, more information is available at: https://wiki.yoctoproject.org/wiki/TSC
The Status reports are now stored on the wiki at: https://wiki.yoctoproject.org/wiki/Weekly_Status
[If anyone has suggestions for other information you’d like to see on this weekly status update, let us know!]
Thanks,
Stephen K. Jolley Yocto Project Program Manager ( Cell: (208) 244-4460 * Email: sjolley.yp.pm@...
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: updating system with local time
Ross Burton <ross@...>
On Tue, 4 Jan 2022 at 14:58, Arik Kleiman <arik.kleiman@...> wrote:
Just write a small tool to map the local timezone from the IP lookup to a timezone name (such as Europe/London) and write it to /etc/timezone. You could do that with a short ifup script. That said, for headless appliances working in UTC is absolutely fine, and for user-facing devices it's perfectly acceptable to ask the user what the timezone is, as your geo-IP lookup might be incorrect anyway. Ross
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: updating system with local time
Arik Kleiman
From what i read, there is a way to do this using timedatectl (its part of systemd). Anyone knows what recipe i need for that?
On Tue, Jan 4, 2022, 16:58 Arik Kleiman via lists.yoctoproject.org <arik.kleiman=gmail.com@...> wrote:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: How to add WIFI debug tool to custom image
#raspberrypi
#ubuntu
#yocto
#devtool
#distro
Michał Kotyla
Hi Mihir,
On Sun, Jan 2, 2022 at 07:26 AM, <mihirdave36@...> wrote: Hello, You can use NetworkManager recipe (http://cgit.openembedded.org/meta-openembedded/tree/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.32.12.bb), and add networkmanager-nmcli to your IMAGE_INSTALL to get access to nmcli command. Best regards, -- Michał Kotyla Embedded Linux Developer GPG: 14FC54DC259CF70A https://3mdeb.com | @3mdeb_com
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: libquadmath
staticd
One final update for anyone who might run into this problem. With all of my fiddling/twiddling I failed to get libquadmath to build under the `zeus` branch. Unfortunately, my other layer dependencies only support `zeus` so it seems I will have to wait until they support a branch that can build `libquadmath`. I am fairly certain there is just a simple mistake somewhere but, alas, I have been unable to find where that is.
On Mon, Jan 3, 2022 at 4:55 PM staticd <staticd@...> wrote:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: updating system with local time
Arik Kleiman
I don't have option to add systemd. Added alrady tzdata and all time zone folders exist. The issue is that ntpdate returns time in UTC. I found a way to get local time zone (by using ip lookup). Now i looking for a way to use it to update system time
On Tue, Jan 4, 2022, 15:47 Michael Opdenacker <michael.opdenacker@...> wrote: Hi Arik,
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: updating system with local time
Michael Opdenacker
Hi Arik,
On 1/4/22 1:15 PM, Arik Kleiman wrote: The thing is that ntpdate syncs system time to UTC If you're using systemd, you could use the timedatectl command: https://linuxiac.com/how-to-set-timezone-and-sync-server-time-with-ntp-in-linux/ Otherwise, you can add the "tzdata" recipe to your image. It should allow you to set the timezone that you want: https://www.yoctoproject.org/pipermail/yocto/2018-October/042964.html Cheers Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BBLAYERS
Monsees, Steven C (US)
Under my Yocto build, I have basically 2 build directories (one for Arm and one for Intel platforms)… each build directory has its own bblayer.conf.
Under each of these directories I build multiple images for each platform…
If say, on the Intel side, I can build for 3 MACHINES creating 3 unique kernel images A, B, and C (they all share a common bblayer.conf) and I then want to modify one kernel to include meta-virtualization…
How would I manage the bblayer.conf to add this layer to only B’s build so as not to impact the building of “A” or “C” ?
If I just add it to the common bblayer.conf, “A” and “C” are impacted by the addition and show:
WARNING: You have included the meta-virtualization layer, but 'virtualization' has not been enabled in your DISTRO_FEATURES. Some bbappend files may not take effect. See the meta-virtualization README for details on enabling virtualization support.
Thanks, Steve
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: updating system with local time
Arik Kleiman
The thing is that ntpdate syncs system time to UTC How can i set my system's time according to time zone?
On Tue, Jan 4, 2022, 14:05 Ross Burton <ross@...> wrote: Just use something like NTP to sync the local time. There's a number
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: [meta-raspberrypi][PATCH] userland: add dtc dependency
Andrei Gherzan
On Thu, 8 Jul 2021, at 09:45, massimo toscanelli via lists.yoctoproject.org wrote:
When using dtparam, dtoverlay converts /proc/device-tree to a .dtb andHi Massimo, Somehow I've managed to miss this patch. Could you review this on the current branch version? This looks good to me but would need to be rebased. Thanks, Andrei
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: [meta-raspberrypi][PATCH] xserver-xorg: remove xshmfence configure option
Andrei Gherzan
On Thu, 9 Dec 2021, at 02:59, Yu, Mingli wrote:
From: Mingli Yu <mingli.yu@...>I have merged this to master. Thanks, Andrei
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Re: updating system with local time
Ross Burton <ross@...>
Just use something like NTP to sync the local time. There's a number
toggle quoted messageShow quoted text
of recipes that can do this, such as systemd/ntp/ntpdate. Ross
On Tue, 4 Jan 2022 at 07:47, Arik Kleiman <arik.kleiman@...> wrote:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
updating system with local time
Arik Kleiman
Hi, Is there any way to update my Read Only system (which connected to the world via cellular) with local time? Im able to get the local time zone from ip lookup ... but can't use it to update the system current time. Thanks, Arik
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[yocto-autobuilder2][PATCH] config.py: enable fedora34 for hardknott
Anuj Mittal
Signed-off-by: Anuj Mittal <anuj.mittal@...>
--- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 5b21095..ea042c6 100644 --- a/config.py +++ b/config.py @@ -147,7 +147,7 @@ all_workers = workers + workers_bringup + workers_buildperf + workers_arm # Worker filtering for older releases workers_prev_releases = { - "hardknott" : ("centos7", "centos8", "debian8", "debian9", "debian10", "fedora31", "fedora32", "fedora33", "opensuse152", "ubuntu1604", "ubuntu1804", "ubuntu2004", "perf-"), + "hardknott" : ("centos7", "centos8", "debian8", "debian9", "debian10", "fedora31", "fedora32", "fedora33", "fedora34", "opensuse152", "ubuntu1604", "ubuntu1804", "ubuntu2004", "perf-"), "gatesgarth" : ("centos7", "centos8", "debian8", "debian9", "debian10", "fedora30", "fedora31", "fedora32", "opensuse150", "opensuse151", "opensuse152", "ubuntu1604", "ubuntu1804", "ubuntu1904", "ubuntu2004", "perf-"), "dunfell" : ("centos7", "centos8", "debian8", "debian9", "debian10", "debian11", "fedora29", "fedora30", "fedora31", "fedora32", "fedora33", "fedora34", "opensuse150", "opensuse151", "opensuse152", "ubuntu1604", "ubuntu1804", "ubuntu1904", "ubuntu2004", "perf-"), "zeus" : ("centos7", "debian8", "debian9", "debian10", "fedora28", "fedora29", "fedora30", "opensuse150", "opensuse151", "ubuntu1604", "ubuntu1804", "ubuntu1904", "perf-"), -- 2.33.1
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
M+ & H bugs with Milestone Movements WW01
Stephen Jolley
All,
Thanks,
Stephen K. Jolley Yocto Project Program Manager ( Cell: (208) 244-4460 * Email: sjolley.yp.pm@...
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Current high bug count owners for Yocto Project 3.5
Stephen Jolley
All,
Thanks,
Stephen K. Jolley Yocto Project Program Manager ( Cell: (208) 244-4460 * Email: sjolley.yp.pm@...
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|