[OE-core] [PATCH v2] license_image: Use sstate to populate license directory

2021-07-01 Thread Douglas via lists.openembedded.org
We were getting an endlessly-growing list of directories in build/tmp/deploy/licenses/ of the form myimage-mymachine-20210629010203. Use the normal sstate behaviour to clean them. Brings license_image in line with the do_populate_lic behaviour in license.bbclass. We must only clean the (new) WORKD

Re: [OE-core] SGTL5000 audio codec freescale

2021-07-01 Thread Andrey Zhizhikin
Hello "nanotech.ei", On Thu, Jul 1, 2021 at 8:01 PM wrote: > > na árvore de arquivos do kernel linux padrão tem os arquivos "sgtl5000.c" e > "sgtl5000.h" que controlam o chip do codec. Como faço para incluir esses > arquivos ao construir uma nova distro com o yocto? I believe that vast majorit

[OE-core] SGTL5000 audio codec freescale

2021-07-01 Thread nanotech . ei
na árvore de arquivos do kernel linux padrão tem os arquivos "sgtl5000.c" e "sgtl5000.h" que controlam o chip do codec. Como faço para incluir esses arquivos ao construir uma nova distro com o yocto? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#

[OE-core] [PATCH] oeqa/selftest/archiver: Allow tests to ignore empty directories

2021-07-01 Thread Richard Purdie
If we tweak sstate to not remove empty directories under conditions where a race could occur, we see failures from: "oe-selftest -r archiver.Archiver.test_archiver_filters_by_type archiver.Archiver.test_archiver_filters_by_type_and_name" since an empty directory is left behind. Update the tests

[OE-core][dunfell 00/14] Pull request (cover letter only)

2021-07-01 Thread Steve Sakoman
The following changes since commit ac8181d9b9ad8360f7dba03aba8b00f008c6ebb4: Revert "python3: fix CVE-2021-23336" (2021-06-19 13:11:58 -1000) are available in the Git repository at: git://git.openembedded.org/openembedded-core-contrib stable/dunfell-next http://cgit.openembedded.org/opene

Re: [OE-core] [PATCH] recipes-kernel: vdsotest: new recipe

2021-07-01 Thread Alexander Kanavin
On Thu, 1 Jul 2021 at 11:46, Rasmus Villemoes wrote: > > Should this be in meta-oe rather than oe-core? > > Perhaps. Could you share some of your thought process that led you to > ask that question? I honestly didn't think much about it, but it did > seem to fit well with the other "userspace too

Re: [OE-core] [PATCH] recipes-kernel: vdsotest: new recipe

2021-07-01 Thread Rasmus Villemoes via lists.openembedded.org
On 30/06/2021 23.19, Alexander Kanavin wrote: > Should this be in meta-oe rather than oe-core? Perhaps. Could you share some of your thought process that led you to ask that question? I honestly didn't think much about it, but it did seem to fit well with the other "userspace tools closely tied t