[yocto] [meta-security][PATCH] aide: fix typo

2022-06-07 Thread Yi Zhao
Fix typo: RDPENDS_${PN} -> RDEPENDS:${PN} Signed-off-by: Yi Zhao --- recipes-ids/aide/aide_0.17.4.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-ids/aide/aide_0.17.4.bb b/recipes-ids/aide/aide_0.17.4.bb index 6bc2bfe..ebd6ac3 100644 ---

[linux-yocto][linux-yocto v5.15/standard/nxp-sdk-5.15/nxp-soc & v5.15/standard/preempt-rt/nxp-sdk-5.15/nxp-soc][PATCH 1/1] mxc: vpu_windsor: Drop the redundant NULL check in vpu_enc_mbox_free()

2022-06-07 Thread Xiaolei Wang
It makes no sense to do a NULL check on the address of core_dev->mu_msg_fifo since it is not NULL even the core_dev is NULL. So drop it to fix the GCC warning. Signed-off-by: Xiaolei Wang --- drivers/mxc/vpu_windsor/vpu_encoder_mu.c | 4 1 file changed, 4 deletions(-) diff --git

Re: [yocto] Force binary package install

2022-06-07 Thread Rudolf J Streif
On 6/7/22 4:36 PM, Chuck Wolber wrote: >> Is there an elegant way around it? >> >> >> Error: >>    Problem: conflicting requests >>     - nothing provides libdl.so.2 needed by >> xxx-single-group-0.1-r0.cortexa53_crypto >>     -

Re: [yocto] Force binary package install

2022-06-07 Thread Chuck Wolber
> >> Is there an elegant way around it? >> >> >> >> >> >> Error: >> >>Problem: conflicting requests >> >> - nothing provides libdl.so.2 needed by >> >> xxx-single-group-0.1-r0.cortexa53_crypto >> >> - nothing provides libdl.so.2(GLIBC_2.0) needed by >> > Could this be considered a bug

Re: [yocto] Force binary package install

2022-06-07 Thread Rudolf J Streif
On 6/7/22 3:12 PM, Alexander Kanavin wrote: Can you drop insane_skip for a moment and show what errors then happen? Yes, thank you. ERROR: xxx-single-group-0.1-r0 do_package_qa: QA Issue: /opt/binstuf/linux-allwinneryocto-armle-opengles_2.0-obj/lib/libfbxsdk.so contained in package

Re: [yocto] Force binary package install

2022-06-07 Thread Alexander Kanavin
Can you drop insane_skip for a moment and show what errors then happen? Alex On Tue 7. Jun 2022 at 22.57, Rudolf J Streif wrote: > > On 6/7/22 12:44 PM, Alexander Kanavin wrote: > > Can you show the recipe that you wrote for the blob? > > Not exactly as is because of customer names, but below

Re: [yocto] Force binary package install

2022-06-07 Thread Rudolf J Streif
On 6/7/22 12:44 PM, Alexander Kanavin wrote: Can you show the recipe that you wrote for the blob? Not exactly as is because of customer names, but below is a sanitized version: SUMMARY = "Binary Stuff" LICENSE = "CLOSED" SRC_URI = "file://binary_installer.tgz \   " do_install()

Re: [yocto] Force binary package install

2022-06-07 Thread Alexander Kanavin
Can you show the recipe that you wrote for the blob? Alex On Tue, 7 Jun 2022 at 20:59, Rudolf J Streif wrote: > > I have been handed a binary package that I am integrating into a Yocto > build. > > When dnf runs it complains about missing dependencies. These are > standard libraries of course

[yocto] Force binary package install

2022-06-07 Thread Rudolf J Streif
I have been handed a binary package that I am integrating into a Yocto build. When dnf runs it complains about missing dependencies. These are standard libraries of course but the culprit is the incompatible version. The software runs fine when I install it on the target using the script/tar

[yocto] QA notification for completed autobuilder build (yocto-3.1.17.rc2)

2022-06-07 Thread Pokybuild User
A build flagged for QA (yocto-3.1.17.rc2) was completed on the autobuilder and is available at: https://autobuilder.yocto.io/pub/releases/yocto-3.1.17.rc2 Build hash information: bitbake: 0784db7dd0fef6f0621ad8d74372f44e87fef950 meta-agl: 34309bc1e6b092e3af5c5d559ad17cee77e99eca

[yocto] Enhancements/Bugs closed WW23!

2022-06-07 Thread Stephen Jolley
All, The below were the owners of enhancements or bugs closed during the last week! Who Count randy.macl...@windriver.com 5 richard.pur...@linuxfoundation.org 3 alexandre.bell...@bootlin.com 1 sundeep.kokko...@gmail.com 1 luca.ceres...@bootlin.com 1

[yocto] Current high bug count owners for Yocto Project 4.1

2022-06-07 Thread Stephen Jolley
All, Below is the list as of top 38 bug owners as of the end of WW23 of who have open medium or higher bugs and enhancements against YP 4.1. There are 101 possible work days left until the final release candidates for YP 4.1 needs to be released. Who Count michael.opdenac...@bootlin.com

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2022-06-07 Thread Stephen Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

[yocto] Yocto Project Status WW23`22

2022-06-07 Thread Stephen Jolley
Current Dev Position: YP 4.1 M2 Next Deadline: 11th July 2022 YP 4.1 M2 Build Next Team Meetings: * Bug Triage meeting Thursday June 9th 7:30 am PDT ( https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09) *

Re: [yocto] How to remove the python3 from Yocto SDK

2022-06-07 Thread Alexander Kanavin
Python3 isn't directly pulled into the SDK, but is a runtime dependency of other items, such as meson. You can check that by $ bitbake core-image-minimal -g -c populate_sdk and reading/grepping the .dot file for nativesdk-python3. Meson in turn is pulled in by the sdk packagegroup: $ grep

Re: [linux-yocto][linux-yocto v5.10/standard/ti-sdk-5.10/ti-j72xx & v5.10/standard/preempt-rt/ti-sdk-5.10/ti-j72xx][PATCH] phy: ti: j721e-wiz: drop duplicated code in function wiz_clock_cleanup()

2022-06-07 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][linux-yocto v5.10/standard/ti-sdk-5.10/ti-j72xx & v5.10/standard/preempt-rt/ti-sdk-5.10/ti-j72xx][PATCH] phy: ti: j721e-wiz: drop duplicated code in function wiz_clock_cleanup() on 07/06/2022 Xulin Sun wrote: > There are some duplicated codes in

Re: [linux-yocto][yocto-kernel-cache v5.10] update kernel-cache for marvell cn106xx

2022-06-07 Thread Bruce Ashfield
In message: [linux-yocto][yocto-kernel-cache v5.10] update kernel-cache for marvell cn106xx on 07/06/2022 Ruiqiang Hao wrote: > Hi Bruce, > > Please help to merge these 3 patches into our linux-yocto repo. merged. Bruce > > repo: > yocto-kernel-cache > branch: >

Re: [linux-yocto] [yocto-kernel-cache]: nxp-ls1028: add scc and cfg files for nxp- ls1028 platform

2022-06-07 Thread Bruce Ashfield
In message: [yocto-kernel-cache]: nxp-ls1028: add scc and cfg files for nxp- ls1028 platform on 06/06/2022 Meng Li wrote: > From: Limeng > > Hi Bruce, > > Recently, I am working on nxp ls1028 SoC BSP, and want to add scc and cfg > files for this BSP in kernel-cache. > > Could you please

Re: [v2][linux-yocto]: [kernel/kernel-rt]: nxp-ls1028: patches to improve display driver

2022-06-07 Thread Bruce Ashfield
In message: [v2][linux-yocto]: [kernel/kernel-rt]: nxp-ls1028: patches to improve display driver on 02/06/2022 Meng Li wrote: > From: Limeng > > Hi Bruce, > > The 2 patches are used to improve display driver > So, could you please help merge these patches into linux-ycoto kernel, both >

Re: [yocto] How to remove the python3 from Yocto SDK

2022-06-07 Thread Vinothkumar Eswaran
Hi Alex, yes the absolute path works. May I ask why python3 is part of the SDK and is it possible to remove it from the SDK ? regards, Vinothkumar -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#57288):

Re: [yocto] tc commands in yocto

2022-06-07 Thread scott.threet via lists.yoctoproject.org
well now I feel dumb; I figured out the problem; all those lines like: # CONFIG_NET_SCHED is not set are not comments (even if code highlighting thinks they are), they unset the settings, once I removed that from my defconfig it works -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages

Re: [yocto] How to remove the python3 from Yocto SDK

2022-06-07 Thread Alexander Kanavin
I need to do additional investigation to give a better answer, but is it possible for the team to start the host python with a full path, e.g. /usr/bin/python3, so that PATH doesn't get in the way? Alex On Tue, 7 Jun 2022 at 12:36, Vinothkumar Eswaran wrote: > > Thanks Alex for your reply. What

Re: [yocto] How to remove the python3 from Yocto SDK

2022-06-07 Thread Vinothkumar Eswaran
Thanks Alex for your reply. What kind of testing you mean ? The problem is when other teams use Yocto sdk after sourcing it, python3 is pointing to the one from SDK and not from the host. During the build for some analysis, the team require python modules which is not part of the standard

Re: [yocto] How to remove the python3 from Yocto SDK

2022-06-07 Thread Alexander Kanavin
It would help if you explain what the problems are. Generally things are tested together with the python provided from yocto, so if you use tooling from the host, you might run into other problems. Alex On Tue, 7 Jun 2022 at 11:47, Vinothkumar Eswaran wrote: > > Hello, > > May I know how to

[yocto] How to remove the python3 from Yocto SDK

2022-06-07 Thread Vinothkumar Eswaran
Hello, May I know how to remove python3 from the host and target sdk package ? TOOLCHAIN_HOST_TASK_remove = " nativesdk-python3-core", seems not to work. The image is built on top of core-image. Python3 is not installed to image. We deliver SDK to other teams and they are complaining that

Re: [yocto] [PATCH 1/2] manuals: SYSTEMD_SERVICE allows multiple services

2022-06-07 Thread Michael Opdenacker via lists.yoctoproject.org
Hi Paulo On 6/7/22 10:33, Paulo Neves wrote: > I think so, given we have a deprecation mechanism enforced in code. > The confusion definitely came up, and this is why a documentation > clarification was needed. That's done on the documentation side. Then, what about proposing a patch to

[linux-yocto][linux-yocto v5.10/standard/ti-sdk-5.10/ti-j72xx & v5.10/standard/preempt-rt/ti-sdk-5.10/ti-j72xx][PATCH] phy: ti: j721e-wiz: drop duplicated code in function wiz_clock_cleanup()

2022-06-07 Thread Xulin Sun
There are some duplicated codes in function wiz_clock_cleanup(), drop these code to avoid redundant operations. Signed-off-by: Xulin Sun --- drivers/phy/ti/phy-j721e-wiz.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/drivers/phy/ti/phy-j721e-wiz.c b/drivers/phy/ti/phy-j721e-wiz.c

Re: [yocto] [PATCH v2 2/2] manuals: SYSTEMD_SERVICE overrides depend on SYSTEMD_PACKAGES

2022-06-07 Thread Paulo Neves
Hi Michael, My sincere apologies. Will try to improve next time Paulo Neves On 6/7/22 10:53, Michael Opdenacker wrote: Hi Paulo On 6/7/22 10:42, Paulo Neves wrote: Add detail that package overrides are only available if specified in SYSTEMD_PACKAGES. Signed-off-by: Paulo Neves ---

Re: [yocto] [PATCH v2 1/2] manuals: SYSTEMD_SERVICE allows multiple services

2022-06-07 Thread Michael Opdenacker via lists.yoctoproject.org
On 6/7/22 10:42, Paulo Neves wrote: > State that SYSTEMD_SERVICE allows for multiple space > separated systemd services > > Signed-off-by: Paulo Neves > --- > documentation/ref-manual/variables.rst | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/documentation/ref-manual/variables.rst

Re: [yocto] [PATCH v2 2/2] manuals: SYSTEMD_SERVICE overrides depend on SYSTEMD_PACKAGES

2022-06-07 Thread Michael Opdenacker via lists.yoctoproject.org
Hi Paulo On 6/7/22 10:42, Paulo Neves wrote: > Add detail that package overrides are only available if > specified in SYSTEMD_PACKAGES. > > Signed-off-by: Paulo Neves > --- > documentation/ref-manual/variables.rst | 4 > 1 file changed, 4 insertions(+) > > diff --git

[yocto] [PATCH v2 2/2] manuals: SYSTEMD_SERVICE overrides depend on SYSTEMD_PACKAGES

2022-06-07 Thread Paulo Neves
Add detail that package overrides are only available if specified in SYSTEMD_PACKAGES. Signed-off-by: Paulo Neves --- documentation/ref-manual/variables.rst | 4 1 file changed, 4 insertions(+) diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst

[yocto] [PATCH v2 1/2] manuals: SYSTEMD_SERVICE allows multiple services

2022-06-07 Thread Paulo Neves
State that SYSTEMD_SERVICE allows for multiple space separated systemd services Signed-off-by: Paulo Neves --- documentation/ref-manual/variables.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index

Re: [yocto] [PATCH 1/2] manuals: SYSTEMD_SERVICE allows multiple services

2022-06-07 Thread Paulo Neves
I think so, given we have a deprecation mechanism enforced in code. The confusion definitely came up, and this is why a documentation clarification was needed. Paulo Neves On 6/6/22 18:47, Michael Opdenacker wrote: Hi again Paulo and developers, On 6/3/22 18:35, Paulo Neves wrote: State

Re: [yocto] tc commands in yocto

2022-06-07 Thread scott.threet via lists.yoctoproject.org
I figured out why it isn't working when I finally managed to figure out how to check what kernel parameters the kernel was built with (/proc/config.gz); those configuration options are not actually a part of the kernel configuration, though I haven't been able to figure out why as part of the