|
echo and read shell script functions in post install script doesn't display messages
#armv6
I have to execute a script to setup static IP address of the ARM board. This I need to do it on first boot of the Yocto Linux. I wrote post install script to do it, but it doesn't print interactive
I have to execute a script to setup static IP address of the ARM board. This I need to do it on first boot of the Yocto Linux. I wrote post install script to do it, but it doesn't print interactive
|
By
sanjaycvr35412@...
·
#55620
·
|
|
Re: [dunfell] hidden files/folders in WORKDIR
I think it's an oversight that doesn't affect many people.
The rm_work code for WORKDIR is:
http://cgit.openembedded.org/openembedded-core/tree/meta/classes/rm_work.bbclass#n97
cd ${WORKDIR}
I think it's an oversight that doesn't affect many people.
The rm_work code for WORKDIR is:
http://cgit.openembedded.org/openembedded-core/tree/meta/classes/rm_work.bbclass#n97
cd ${WORKDIR}
|
By
Randy MacLeod
·
#55619
·
|
|
Re: Software Port Rpi3 -> iMX8
Hi,
Welcome to the Yocto community.
It's hard to say without more information.
Can you tell us what layers and versions from the Yocto Project you are using?
Can you share or describe the local
Hi,
Welcome to the Yocto community.
It's hard to say without more information.
Can you tell us what layers and versions from the Yocto Project you are using?
Can you share or describe the local
|
By
Randy MacLeod
·
#55618
·
|
|
Re: Questions about shared sstate, dl_dir, buildhistory_dir
Buildhistory has an "auto commit" mode where it can commit each build into the
history repository.
On the autobuilder there is some support code which before starting a build,
checks out a git repo
Buildhistory has an "auto commit" mode where it can commit each build into the
history repository.
On the autobuilder there is some support code which before starting a build,
checks out a git repo
|
By
Richard Purdie
·
#55617
·
|
|
Software Port
Hi Team,
I am working on a project facing a supply chain issue and need to move away from the rasperrypi3 module.
We are planning to use an IMX8 processor and wondering if I can modify the
Hi Team,
I am working on a project facing a supply chain issue and need to move away from the rasperrypi3 module.
We are planning to use an IMX8 processor and wondering if I can modify the
|
By
rashmi pisal
·
#55616
·
|
|
Software Post
Hi Team,
I am working on a project facing a supply chain issue and need to move away from the rasperrypi3 module.
We are planning to use an IMX8 processor and wondering if I can modify the
Hi Team,
I am working on a project facing a supply chain issue and need to move away from the rasperrypi3 module.
We are planning to use an IMX8 processor and wondering if I can modify the
|
By
rashmi pisal
·
#55615
·
|
|
Re: [meta-rockchip][PATCH v3] trusted-firmware-a: replace baudrate with the one specified in machine conf
Applied to meta-rockchip master. Thanks!
Applied to meta-rockchip master. Thanks!
|
By
Trevor Woerner
·
#55614
·
|
|
Re: [meta-rockchip][PATCH v3] trusted-firmware-a: replace baudrate with the one specified in machine conf
lgtm. Thanks
By
Khem Raj
·
#55613
·
|
|
Questions about shared sstate, dl_dir, buildhistory_dir
Related to this topic of setting up a cluster of build nodes: https://lists.yoctoproject.org/g/yocto/topic/85515144
We have multiple build nodes right now configured to use a shared SSTATE cache and
Related to this topic of setting up a cluster of build nodes: https://lists.yoctoproject.org/g/yocto/topic/85515144
We have multiple build nodes right now configured to use a shared SSTATE cache and
|
By
Rusty Howell
·
#55612
·
|
|
Re: [qa-build-notification] QA notification for completed autobuilder build (yocto-3.5_M1.rc2)
Hello everyone,
This is the full report for yocto-3.5_M1.rc2:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
======= Summary ========
No high
Hello everyone,
This is the full report for yocto-3.5_M1.rc2:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
======= Summary ========
No high
|
By
Teoh, Jay Shen
·
#55611
·
|
|
[meta-rockchip][PATCH v3] trusted-firmware-a: replace baudrate with the one specified in machine conf
From: Quentin Schulz <quentin.schulz@...>
Not all Rockchip boards have their console running at 1500000 baud in
U-Boot and the kernel. Such is the case for puma-haikou
From: Quentin Schulz <quentin.schulz@...>
Not all Rockchip boards have their console running at 1500000 baud in
U-Boot and the kernel. Such is the case for puma-haikou
|
By
Quentin Schulz
·
#55610
·
|
|
Re: do_rootfs: Taskhash mismatch due to BUILDNAME containing automatic date
Hi,
according to my understanding BUILDNAME should not be used like that since f85f1ef24e59c0c058f96f0dfa82e50969fd580b in bitbake.
The variable should contain only references to other automatically
Hi,
according to my understanding BUILDNAME should not be used like that since f85f1ef24e59c0c058f96f0dfa82e50969fd580b in bitbake.
The variable should contain only references to other automatically
|
By
Konrad Weihmann <kweihmann@...>
·
#55609
·
|
|
do_rootfs: Taskhash mismatch due to BUILDNAME containing automatic date
Hello,
In my machine config, I have set buildname using:
BUILDNAME = "my_Image_0.0.1_${@time.strftime('%Y%m%d',time.gmtime())}"
In order to get a timestamp (date) in each build name.
Although, this
Hello,
In my machine config, I have set buildname using:
BUILDNAME = "my_Image_0.0.1_${@time.strftime('%Y%m%d',time.gmtime())}"
In order to get a timestamp (date) in each build name.
Although, this
|
By
Jesper Åhman
·
#55608
·
|
|
Re: [meta-security][PATCH] dm-verity-img.bbclass: Fix wrong override syntax for CONVERSION_DEPENDS
(resend as I forgot to CC the list)
Are you sure? This was tested with the honister branch, but the code is
the same[1].
[1]
(resend as I forgot to CC the list)
Are you sure? This was tested with the honister branch, but the code is
the same[1].
[1]
|
By
Kristian Klausen <kristian@...>
·
#55607
·
|
|
Re: [meta-security][PATCH] dm-verity-img.bbclass: Fix wrong override syntax for CONVERSION_DEPENDS
Kristian Klausen via lists.yoctoproject.org <kristian=klausen.dk@...> escreveu no dia sexta, 17/12/2021 à(s) 09:55:
This syntax don't work anymore with oe-core master branch
--
Best regards,
José
Kristian Klausen via lists.yoctoproject.org <kristian=klausen.dk@...> escreveu no dia sexta, 17/12/2021 à(s) 09:55:
This syntax don't work anymore with oe-core master branch
--
Best regards,
José
|
By
Jose Quaresma
·
#55606
·
|
|
[meta-security][PATCH] dm-verity-img.bbclass: Fix wrong override syntax for CONVERSION_DEPENDS
CONVERSION_DEPENDS hasn't been converted to the new syntax.
Fixes: a23ceef ("dm-verity-img.bbclass: more overided fixups")
Signed-off-by: Kristian Klausen <kristian@...>
---
This should also
CONVERSION_DEPENDS hasn't been converted to the new syntax.
Fixes: a23ceef ("dm-verity-img.bbclass: more overided fixups")
Signed-off-by: Kristian Klausen <kristian@...>
---
This should also
|
By
Kristian Klausen <kristian@...>
·
#55605
·
|
|
#yocto #sdk Bitbake populate_sdk not pulling the correct dependencies.
#yocto
#sdk
Hi Yocto Devs,
I have this issue when I want to generate a SDK for our custom distro. We require the use of debian package due to historic reasons so the package management has been enabled,
where
Hi Yocto Devs,
I have this issue when I want to generate a SDK for our custom distro. We require the use of debian package due to historic reasons so the package management has been enabled,
where
|
By
Jeffrey Simons
·
#55604
·
|
|
[meta-selinux][PATCH] refpolicy: upgrade 20210203+git -> 20210908+git
* Update to latest git rev.
* Drop obsolete and useless patches.
* Rebase patches.
* Set POLICY_DISTRO from redhat to debian, which can reduce the amount
of local patches.
* Set max kernel policy
* Update to latest git rev.
* Drop obsolete and useless patches.
* Rebase patches.
* Set POLICY_DISTRO from redhat to debian, which can reduce the amount
of local patches.
* Set max kernel policy
|
By
Yi Zhao
·
#55603
·
|
|
Canceled: OpenEmbedded Happy Hour December 29
Hi,
The next OpenEmbedded Happy Hour is being canceled due to the Holidays and
since we had the last one on December 3. The next Happy Hour will take place
on January 26
Hi,
The next OpenEmbedded Happy Hour is being canceled due to the Holidays and
since we had the last one on December 3. The next Happy Hour will take place
on January 26
|
By
Denys Dmytriyenko
·
#55602
·
|
|
Minutes: Yocto Project Weekly Triage Meeting 12/16/2021
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Armin, Jon, Joshua, Michael, Randy, Richard, Ryan, Saul, Stephen, Steve, Trevor, Valerii
ARs:
- Randy
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Armin, Jon, Joshua, Michael, Randy, Richard, Ryan, Saul, Stephen, Steve, Trevor, Valerii
ARs:
- Randy
|
By
Trevor Gamblin
·
#55601
·
|