Re: [yocto] Recipes and meta-data directory tree

2021-03-17 Thread Tim Orling
On Wed, Mar 17, 2021 at 6:16 PM Khem Raj wrote: > On Wed, Mar 17, 2021 at 9:43 AM keydi > wrote: > > > > Two projects are given. They use different YP release each. > > Projects use also different target platform each. > > > > I wonder if differences in structuring metadata- and recipes-

Re: [yocto] Recipes and meta-data directory tree

2021-03-17 Thread Khem Raj
On Wed, Mar 17, 2021 at 9:43 AM keydi wrote: > > Two projects are given. They use different YP release each. > Projects use also different target platform each. > > I wonder if differences in structuring metadata- and recipes- directory tree > between > these two projects result solely from

Re: [yocto] subtree …/tmp/deploy/… , files named Packages

2021-03-17 Thread Khem Raj
On Tue, Mar 16, 2021 at 8:53 AM keydi wrote: > > Hello, > > This is about two projects Projects A and B. Both use Yocto to build > embedded-Linux distribution. However different Yocto release each. Also > different target platform each. One puts Linux software packages to RPM, > another one to

Re: [yocto] Avahi in yocto #yocto

2021-03-17 Thread Randy MacLeod
On 2021-03-16 3:20 a.m., lavkhush2...@gmail.com wrote: I am getting issue in Avahi *Issue- trying to remove PID file.(/run/avahi-daemon/ /pid) *Due to this issue, i am not able to get "Service name" on host machine. please help me. Hello, It's a bit hard to know where to start without more

Re: [yocto] subtree …/tmp/deploy/… , files named Packages

2021-03-17 Thread keydi
One more question: plain-text files named 'Packages' and placed during distribution build in subtrees tmp/deploy/rpm, .../ipk, ... are these artifacts supported YP releases can still build? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#52753):

[yocto] do_populate_cve_db CERTIFICATE_VERIFY_FAILED

2021-03-17 Thread Darcy Watkins
Hi, Anyone else encounter this? WARNING: cve-update-db-native-1.0-r0 do_populate_cve_db: Failed to fetch CVE data ([SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)) I am not sure how to resolve this. After googling on the

[yocto] spidev.c ?

2021-03-17 Thread jchludzinski via lists.yoctoproject.org
In the YOCTO/Linux source tree there's _drivers/spi/_ which has all the source for SPI drivers. There's only 1 file, _spidev.c_, which has: static int __init spidev_init(void) { int status; /* Claim our 256 reserved device numbers. Then register a class * that will key

[yocto] Recipes and meta-data directory tree

2021-03-17 Thread keydi
Two projects are given. They use different YP release each. Projects use also different target platform each. I wonder if differences in structuring metadata- and recipes- directory tree between these two projects result solely from different YP releases in use. Or if these can be a result also

Re: [yocto] Recipes and meta-data directory tree

2021-03-17 Thread Robert P. J. Day
On Wed, 17 Mar 2021, keydi wrote: > Two projects are given. They use different YP release each. > Projects use also different target platform each. ... snip ... > project B (YP release 2.0, actually backport of some later release you can't legitimately expect support for YP 2.0, which is six

Re: [yocto] subtree …/tmp/deploy/… , files named Packages

2021-03-17 Thread keydi
How are the odds for this question to get more audience on stackoverflow? In meantime I tried to search release notes of all YP releases starting the oldest used here for related entries. Unsure if it is the right way and direction but me used word "Packages" to search notes of releases for. No

[yocto] Recipes and meta-data directory tree

2021-03-17 Thread keydi
Two projects are given. They use different YP release each. Projects use also different target platform each. I wonder if differences in structuring metadata- and recipes- directory tree between these two projects result solely from different YP releases in use. Or if these can be a result also

Re: [yocto] Building test code?

2021-03-17 Thread jchludzinski via lists.yoctoproject.org
There are 2 git repos: _openembedded-core_ and _meta-openembedded._ _openembedded-core_ has _oe-init-build-env_ to create the build environment. _meta-openembedded_ has the recipe for _spidev-test_ If I use _oe-init-build-env_ from _openembedded-core_ to create the env vars then try: $

[yocto] Recipes and meta-data directory tree

2021-03-17 Thread keydi
Two projects are given. They use different YP release each. Projects use also different target platform each. I wonder if differences in structuring metadata- and recipes- directory tree between these two projects result solely from different YP releases in use. Or if these can be a result also

[yocto] make two ways to halt an embedded system #runlevel #yocto #poweroff #halt

2021-03-17 Thread anthony . marchand
Hello all, I need two specific way to halt my embedded Linux system. The first halt mode is used to halt the system while maintaining watchdog trigger. The second halt mode is used to halt the system without maintaining watchdog trigger. These two behavior are working fine, but actually, I

[linux-yocto]: [kernel v5.10/standard/nxp-sdk-5.4/nxp-s32g2xx]: nxp-s32g2xx: update kernel patches from vendor sdk-bsp28

2021-03-17 Thread Meng Li
From: Limeng Hi Bruce, NXP had relesed sdk-bsp28 for nxp s32g2xx platform. I got the latest BSP related patches from nxp-s32g sdk kernel repo https://source.codeaurora.org/external/autobsps32/linux, and want to merge them into linux-yocto-v5.10. There are 88 patches. Could you please help to

[linux-yocto] [PATCH] nxp-s32g2xx: add regulator kernel config

2021-03-17 Thread Meng Li
From: Meng Li at803x phy config depends on regulator config, so enable CONFIG_REGULATOR. Signed-off-by: Meng Li --- bsp/nxp-s32g2xx/nxp-s32g2xx.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bsp/nxp-s32g2xx/nxp-s32g2xx.cfg b/bsp/nxp-s32g2xx/nxp-s32g2xx.cfg index bb65ca0c..27240a0a

[linux-yocto] [yocto-kernel-cache]: nxp-s32g2xx: add regulator kernel config

2021-03-17 Thread Meng Li
From: Limeng Hi Bruce, at803x phy config depends on regulator config, so enable CONFIG_REGULATOR. Could you please help to merge this patch into yocto-kernel-cache, branch is yocto-5.10? diffstat info ad below: nxp-s32g2xx.cfg |3 +++ 1 file changed, 3 insertions(+) thanks, Limeng