Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lvgl: Introduce global variable for configuration #473

Closed

Conversation

rzr
Copy link
Contributor

@rzr rzr commented Nov 5, 2021

Signed-off-by: Philippe Coval philippe.coval@huawei.com

Relate-to: lvgl/lvgl#2534
Forwarded: openembedded#473
Signed-off-by: Philippe Coval <philippe.coval@huawei.com>
@rzr rzr force-pushed the sandbox/rzr/review/master branch from 6cc0881 to 6c9a584 Compare November 5, 2021 08:38
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Nov 5, 2021
Relate-to: lvgl/lvgl#2534
Forwarded: openembedded#473
Signed-off-by: Philippe Coval <philippe.coval@huawei.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Nov 5, 2021
Relate-to: lvgl/lvgl#2534
Forwarded: openembedded#473
Signed-off-by: Philippe Coval <philippe.coval@huawei.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
halstead pushed a commit that referenced this pull request Nov 6, 2021
Relate-to: lvgl/lvgl#2534
Forwarded: #473
Signed-off-by: Philippe Coval <philippe.coval@huawei.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
@kraj
Copy link
Contributor

kraj commented Nov 8, 2021

merged with 243c833

@kraj kraj closed this Nov 8, 2021
priv-kweihmann pushed a commit to priv-kweihmann/meta-openembedded that referenced this pull request Nov 22, 2021
Added
Add a default keyword argument to dumps (openembedded#470) @garenchan
Add support for Python 3.10 (openembedded#472) @hugovk
Build 32-bit wheels for Windows (openembedded#481) @hugovk
Build PyPy3 wheels for manylinux (openembedded#475) @hugovk
Build wheels for musl aarch64 (aka ARM) Linux (musllinux_1_1_aarch64) (openembedded#478) @bwoodsend
Build wheels for musl Linux (musllinux_1_1_x86_64) (openembedded#476) @bwoodsend
Changed
Use declarative setup metadata (openembedded#477) @hugovk
Wheel building updates (openembedded#473) @hugovk
Rename master to main (openembedded#471) @hugovk
Replace README.rst with Markdown (openembedded#479) @hugovk

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
HerrMuellerluedenscheid pushed a commit to HerrMuellerluedenscheid/meta-openembedded that referenced this pull request Jan 16, 2022
Relate-to: lvgl/lvgl#2534
Forwarded: openembedded#473
Signed-off-by: Philippe Coval <philippe.coval@huawei.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jun 13, 2023
Changelog:
===========
lib: Fix some small bugs spotted by newest covscan (openembedded#471)
ipc: Retry receiving credentials if the the message is short (openembedded#476)
timer: Move state check to before time check (openembedded#479)
tests: Close race condition in check_loop (openembedded#480)
blackbox: fix potential overlow/memory corruption (openembedded#486)
tests: Make ipc test more portable (openembedded#466)
tests: cleanup the last of the empty directories (openembedded#467)
doxygen2man: Fix function parameter alignment (openembedded#468)
tests: Fix tests on FreeBSD-devel (openembedded#469)
test: Remove gnu/lib-names.h from libstat_wrapper.c (openembedded#482)
tests: allow -j to work (openembedded#485)
Update -version info for 2.0.7
Add --disable-tests option (openembedded#475)
configure: Modernize configure.ac a bit (openembedded#470)
spec: Migrate to SPDX license (openembedded#487)
add simplified chinese readme (openembedded#474)
m4/ax_pthread.m4: update to latest upstream version (serial 31) (openembedded#472)
strlcpy: avoid compiler warning from strncpy (openembedded#473)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jun 14, 2023
Changelog:
===========
lib: Fix some small bugs spotted by newest covscan (openembedded#471)
ipc: Retry receiving credentials if the the message is short (openembedded#476)
timer: Move state check to before time check (openembedded#479)
tests: Close race condition in check_loop (openembedded#480)
blackbox: fix potential overlow/memory corruption (openembedded#486)
tests: Make ipc test more portable (openembedded#466)
tests: cleanup the last of the empty directories (openembedded#467)
doxygen2man: Fix function parameter alignment (openembedded#468)
tests: Fix tests on FreeBSD-devel (openembedded#469)
test: Remove gnu/lib-names.h from libstat_wrapper.c (openembedded#482)
tests: allow -j to work (openembedded#485)
Update -version info for 2.0.7
Add --disable-tests option (openembedded#475)
configure: Modernize configure.ac a bit (openembedded#470)
spec: Migrate to SPDX license (openembedded#487)
add simplified chinese readme (openembedded#474)
m4/ax_pthread.m4: update to latest upstream version (serial 31) (openembedded#472)
strlcpy: avoid compiler warning from strncpy (openembedded#473)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
halstead pushed a commit that referenced this pull request Aug 30, 2023
The delta between 2.0.6 and 2.0.8 contains the CVE-2023-39976 fix
and other bugfixes. git log --oneline shows:

002171b (HEAD, tag: v2.0.8, origin/main, origin/HEAD, main) Update library version for 2.0.8
1bbaa92 log: fix potential overflow with long log messages (#490)
92ddd7c test - fix test dependancies (#489)
06c8641 (tag: v2.0.7) Update -version info for 2.0.7
0665086 spec: Migrate to SPDX license (#487)
5862acb blackbox: fix potential overlow/memory corruption (#486)
a3aedbc tests: allow -j to work (#485)
335dbb6 test: Remove gnu/lib-names.h from libstat_wrapper.c (#482)
4dcdfe9 strlcpy: avoid compiler warning from strncpy (#473)
1a32a60 Add --disable-tests option (#475)
10b0623 m4/ax_pthread.m4: update to latest upstream version (serial 31) (#472)
e038f59 tests: Close race condition in check_loop (#480)
fde729e timer: Move state check to before time check (#479)
5594d37 ipc: Retry receiving credentials if the the message is short (#476)
e8129a3 add simplified chinese readme (#474)
eaa95ec lib: Fix some small bugs spotted by newest covscan (#471)
14507d5 configure: Modernize configure.ac a bit (#470)
8325d84 tests: Fix tests on FreeBSD-devel (#469)
e407874 doxygen2man: Fix function parameter alignment (#468)
0eb0991 tests: cleanup the last of the empty directories (#467)
44a4cb2 tests: Make ipc test more portable (#466)
758044b (tag: v2.0.6) test: Include ipc_sock.test in the libqb-tests rpm (#463)

Release Notes: https://github.com/ClusterLabs/libqb/releases

Signed-off-by: Narpat Mali <narpat.mali@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
jpuhlman pushed a commit to MontaVista-OpenSourceTechnology/meta-openembedded that referenced this pull request Sep 12, 2023
Source: meta-openembedded
MR: 127624
Type: Integration
Disposition: Merged from meta-openembedded
ChangeID: dee7706
Description:

The delta between 2.0.6 and 2.0.8 contains the CVE-2023-39976 fix
and other bugfixes. git log --oneline shows:

002171b (HEAD, tag: v2.0.8, origin/main, origin/HEAD, main) Update library version for 2.0.8
1bbaa92 log: fix potential overflow with long log messages (openembedded#490)
92ddd7c test - fix test dependancies (openembedded#489)
06c8641 (tag: v2.0.7) Update -version info for 2.0.7
0665086 spec: Migrate to SPDX license (openembedded#487)
5862acb blackbox: fix potential overlow/memory corruption (openembedded#486)
a3aedbc tests: allow -j to work (openembedded#485)
335dbb6 test: Remove gnu/lib-names.h from libstat_wrapper.c (openembedded#482)
4dcdfe9 strlcpy: avoid compiler warning from strncpy (openembedded#473)
1a32a60 Add --disable-tests option (openembedded#475)
10b0623 m4/ax_pthread.m4: update to latest upstream version (serial 31) (openembedded#472)
e038f59 tests: Close race condition in check_loop (openembedded#480)
fde729e timer: Move state check to before time check (openembedded#479)
5594d37 ipc: Retry receiving credentials if the the message is short (openembedded#476)
e8129a3 add simplified chinese readme (openembedded#474)
eaa95ec lib: Fix some small bugs spotted by newest covscan (openembedded#471)
14507d5 configure: Modernize configure.ac a bit (openembedded#470)
8325d84 tests: Fix tests on FreeBSD-devel (openembedded#469)
e407874 doxygen2man: Fix function parameter alignment (openembedded#468)
0eb0991 tests: cleanup the last of the empty directories (openembedded#467)
44a4cb2 tests: Make ipc test more portable (openembedded#466)
758044b (tag: v2.0.6) test: Include ipc_sock.test in the libqb-tests rpm (openembedded#463)

Release Notes: https://github.com/ClusterLabs/libqb/releases

Signed-off-by: Narpat Mali <narpat.mali@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com>
daregit pushed a commit to daregit/yocto-combined that referenced this pull request May 22, 2024
Relate-to: lvgl/lvgl#2534
Forwarded: openembedded/meta-openembedded#473
Signed-off-by: Philippe Coval <philippe.coval@huawei.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
daregit pushed a commit to daregit/yocto-combined that referenced this pull request May 22, 2024
Relate-to: lvgl/lvgl#2534
Forwarded: openembedded/meta-openembedded#473
Signed-off-by: Philippe Coval <philippe.coval@huawei.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants