[OE-core] [PATCH] at-spi2-core: upgrade 2.40.2 -> 2.40.3

2021-07-09 Thread Tim Orling
What's new in at-spi2-core 2.40.3: * Use abstract sockets if libdbus is older than 1.12.0 (#37). References: https://gitlab.gnome.org/GNOME/at-spi2-core/-/issues/37 Signed-off-by: Tim Orling --- .../atk/{at-spi2-core_2.40.2.bb => at-spi2-core_2.40.3.bb} | 2 +- 1 file changed, 1 insertion

[OE-core] [PATCH 2/2] oe-time-dd-test.sh: add options and refactor

2021-07-09 Thread Sakib Sajal
Options: -c | --countdd (transfer) KiB of data within specified timeout to detect latency. Must enable -t option. -t | --timeouttimeout in seconds for the amount of data to be transferred. -l | --log-only run the commands w

[OE-core] [PATCH 1/2] buildstats.bbclass: log host data on failure to task specific file

2021-07-09 Thread Sakib Sajal
host data, for both interval and failure, was previously logged into the same file which was difficult to read as the files file were usually large. host data is now logged into separate files, for each type of logging (failure and interval) and also for each failed task making it easier to read/p

Re: [OE-core] [PATCH][dunfell] update-rc.d: update SRCREV to pull in fix for non-bash shell support

2021-07-09 Thread Marek Vasut
On 7/9/21 8:32 PM, Steve Sakoman wrote: I'll cherry-pick this into dunfell once it hits master. Thank you -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#153710): https://lists.openembedded.org/g/openembedded-core/message/153710 Mute This Topic:

Re: [OE-core] [PATCH][dunfell] update-rc.d: update SRCREV to pull in fix for non-bash shell support

2021-07-09 Thread Steve Sakoman
I'll cherry-pick this into dunfell once it hits master. Steve On Fri, Jul 9, 2021 at 8:16 AM Marek Vasut wrote: > > This pulls in non-bash shell fix for enable/disable command, upstream > commit 8636cf4 ("update-rc.d: Fix enable/disable command"). This way > update-rc.d works with e.g. dash shel

[OE-core] [PATCH][dunfell] update-rc.d: update SRCREV to pull in fix for non-bash shell support

2021-07-09 Thread Marek Vasut
This pulls in non-bash shell fix for enable/disable command, upstream commit 8636cf4 ("update-rc.d: Fix enable/disable command"). This way update-rc.d works with e.g. dash shell again. Signed-off-by: Marek Vasut Cc: Changqing Li Cc: Richard Purdie Cc: Steve Sakoman --- meta/recipes-core/updat

[OE-core] [PATCH] update-rc.d: update SRCREV to pull in fix for non-bash shell support

2021-07-09 Thread Marek Vasut
This pulls in non-bash shell fix for enable/disable command, upstream commit 8636cf4 ("update-rc.d: Fix enable/disable command"). This way update-rc.d works with e.g. dash shell again. Signed-off-by: Marek Vasut Cc: Changqing Li Cc: Richard Purdie --- meta/recipes-core/update-rc.d/update-rc.d_

Re: [OE-core] [PATCH] gnome-desktop-testing: upgrade 2018.1 -> 2021.1

2021-07-09 Thread Khem Raj
On Thu, Jul 8, 2021 at 11:30 PM wan...@fujitsu.com wrote: > > I used the default configuration of mips, and the compiler was > mips-poky-linux-gcc, which did not reproduce this problem. > > The compiler in the log you sent me is mips-yoe-linux-clang. > > Could you tell me how I can use this compi

[OE-core] [PATCH v2 3/8] maintainers.inc: overlayfs bbclass maintainer

2021-07-09 Thread Vyacheslav Yurkov
Signed-off-by: Vyacheslav Yurkov --- meta/conf/distro/include/maintainers.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index e59f01d66a..90b20c9223 100644 --- a/meta/conf/distro/include/maintainers.i

[OE-core] [PATCH v2 5/8] systemd-machine-units: add bbappend for meta-selftest

2021-07-09 Thread Vyacheslav Yurkov
Signed-off-by: Vyacheslav Yurkov --- .../systemd-machine-units/systemd-machine-units_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-selftest/recipes-test/systemd-machine-units/systemd-machine-units_%.bbappend diff --git a/meta-selftest/recipes-test/systemd-mac

[OE-core] [PATCH v2 8/8] docs: add overlayfs class

2021-07-09 Thread Vyacheslav Yurkov
Signed-off-by: Vyacheslav Yurkov --- documentation/ref-manual/classes.rst | 46 1 file changed, 46 insertions(+) diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index 09878c480f..6d80e7dc4f 100644 --- a/documentation/ref-manu

[OE-core] [PATCH v2 7/8] oeqa/selftest: overlayfs unit tests

2021-07-09 Thread Vyacheslav Yurkov
Unit tests for overlayfs.bbclass Signed-off-by: Vyacheslav Yurkov --- meta/lib/oeqa/selftest/cases/overlayfs.py | 126 ++ 1 file changed, 126 insertions(+) create mode 100644 meta/lib/oeqa/selftest/cases/overlayfs.py diff --git a/meta/lib/oeqa/selftest/cases/overlayfs.py b

[OE-core] [PATCH v2 6/8] overlayfs: meta-selftest recipe

2021-07-09 Thread Vyacheslav Yurkov
The recipe demonstrates example usage of overlayfs bbclass Signed-off-by: Vyacheslav Yurkov --- .../recipes-test/overlayfs/overlayfs-user.bb | 16 1 file changed, 16 insertions(+) create mode 100644 meta-selftest/recipes-test/overlayfs/overlayfs-user.bb diff --git a/meta-s

[OE-core] [PATCH v2 1/8] overlayfs-qa: common functions for overlayfs

2021-07-09 Thread Vyacheslav Yurkov
This class provides commom functions for overlayfs and its QA check, which is performed in ROOTFS_POSTPROCESS_COMMAND Signed-off-by: Vyacheslav Yurkov --- meta/classes/overlayfs-qa.bbclass | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 meta/classes/overlayfs-qa.bbclass

[OE-core] [PATCH v2 2/8] overlayfs.bbclass: generate overlayfs mount units

2021-07-09 Thread Vyacheslav Yurkov
It's often desired in Embedded System design to have a read-only rootfs. But a lot of different applications might want to have a read-write access to some parts of a filesystem. It can be especially useful when your update mechanism overwrites the whole rootfs, but you want your application data t

[OE-core] [PATCH v2 4/8] rootfs-postcommands: add QA check for overlayfs

2021-07-09 Thread Vyacheslav Yurkov
The check is conditional and only enabled when overlayfs is set in DISTRO_FEATURES Signed-off-by: Vyacheslav Yurkov --- meta/classes/rootfs-postcommands.bbclass | 24 1 file changed, 24 insertions(+) diff --git a/meta/classes/rootfs-postcommands.bbclass b/meta/classes/

[OE-core] [PATCH] parted: improve ptest execution

2021-07-09 Thread Ross Burton
Delete the right log files in run-ptest so the tests can be executed more than once. Install config.h so the tests which examine the build configuration will do the right thing, specifically this causes the tests using libblkid to execute instead of skip. Add missing RDEPENDS: mkswap and tune2fs