[OE-core] [PATCH v3 2/2] systemd.bbclass: update command to check systemctl available

2020-12-01 Thread kai
From: Kai Kang When use a core image with systemd as docker image, it fails to install/remove package which calls systemctl in post scripts. It fails to run systemctl in a container: bash-5.0# systemctl System has not been booted with systemd as init system (PID 1). Can't operate. Failed to conn

[OE-core] [PATCH v3 1/2] systemd-systemctl-native: capable to call without argument

2020-12-01 Thread kai
From: Kai Kang In systemd.bbclass, it will replace criterion command 'type systemctl' with 'systemctl' without any argument to judge whether command systemctl is available. The change is to fix install/remove package error in container when command systemctl exists but not callable. Make native

[OE-core] [PATCH v3 0/2] Update the criterion whether command systemctl available in systemd.bbclass

2020-12-01 Thread kai
From: Kai Kang v3: * update commit messages to make more clearer Kai Kang (2): systemd-systemctl-native: capable to call without argument systemd.bbclass: update command to check systemctl available meta/classes/systemd.bbclass | 4 ++-- meta/recipes-core/systemd/s

Re: [OE-core] [PATCH 2/2] connman: set service to conflict with systemd-networkd

2020-12-01 Thread Yi Zhao
On 12/1/20 5:02 AM, Jack Mitchell wrote: On 02/11/2020 09:20, Yi Zhao wrote: Do not run systemd-networkd and connman simultaneously. These two network managers may conflict with each other. Signed-off-by: Yi Zhao --- ...stop-systemd-networkd-when-using-con.patch | 29 +++ .

[OE-core] [PATCH] meta/lib/oeqa/manual/oe-core.json: updated test test_bitbake_devshell

2020-12-01 Thread Sangeeta Jain
From: sangeeta jain updated command used for cross compilation to include ${CONFIGUREOPTS} to ensure right arguments are passed for cross compiling on any host. Signed-off-by: sangeeta jain --- meta/lib/oeqa/manual/oe-core.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH] menuconfig,mconf-cfg: Allow specification of ncurses location

2020-12-01 Thread Bruce Ashfield
On Tue, Dec 1, 2020 at 7:42 PM Scott Branden wrote: > Hi Bruce, > > On 2020-12-01 11:01 a.m., Bruce Ashfield wrote: > > On Tue, Dec 1, 2020 at 12:19 PM Scott Branden > > wrote: > >> Hi Masahiro, > >> > >> On 2020-12-01 4:25 a.m., Masahiro Yamada wrote: > >>> On Sat, Nov 28, 2020 at 9:45 AM Scott

[OE-core] [gatesgarth][PATCH 00/21] pull request (cover letter only)

2020-12-01 Thread Anuj Mittal
Please merge these changes in gatesgarth. Thanks, Anuj The following changes since commit 12bee66a42a7c2a38789ddb37cb098bcbf0b3841: qemu: fix CVE-2020-24352 (2020-11-20 23:02:39 +0800) are available in the Git repository at: git://push.openembedded.org/openembedded-core-contrib stable/gat

Re: [OE-core] [PATCH] menuconfig,mconf-cfg: Allow specification of ncurses location

2020-12-01 Thread Scott Branden via lists.openembedded.org
Hi Bruce, On 2020-12-01 11:01 a.m., Bruce Ashfield wrote: > On Tue, Dec 1, 2020 at 12:19 PM Scott Branden > wrote: >> Hi Masahiro, >> >> On 2020-12-01 4:25 a.m., Masahiro Yamada wrote: >>> On Sat, Nov 28, 2020 at 9:45 AM Scott Branden >>> wrote: From: Bruce Ashfield In some cross

Re: [OE-core] [PATCH 4/6] reproducible_build: clamp the rootfs tarball mtime to the epoch

2020-12-01 Thread Jate Sujjavanich
I have started using the following code to set the mtimes of files written after the build timestamp. It assumes that SOURCE_DATE_EPOCH of packages are never in the future. # Set to empty to allow custom function below to run REPRODUCIBLE_TIMESTAMP_ROOTFS ?= "" # Use DATETIME of build as SOURCE_D

Re: [OE-core][dunfell 04/16] roofs_*.bbclass: fix missing vardeps for do_rootfs

2020-12-01 Thread Steve Sakoman
On Tue, Dec 1, 2020 at 8:59 AM Robert P. J. Day wrote: > > > "roofs_*.bbclass" Typos come along for free with a cherry-pick ;-) Steve -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#145162): https://lists.openembedded.org/g/openembedded-core/me

Re: [OE-core] [PATCH] menuconfig,mconf-cfg: Allow specification of ncurses location

2020-12-01 Thread Bruce Ashfield
On Tue, Dec 1, 2020 at 12:19 PM Scott Branden wrote: > > Hi Masahiro, > > On 2020-12-01 4:25 a.m., Masahiro Yamada wrote: > > On Sat, Nov 28, 2020 at 9:45 AM Scott Branden > > wrote: > >> From: Bruce Ashfield > >> > >> In some cross build environments such as the Yocto Project build > >> environ

Re: [OE-core][dunfell 04/16] roofs_*.bbclass: fix missing vardeps for do_rootfs

2020-12-01 Thread Robert P. J. Day
"roofs_*.bbclass" rday -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#145160): https://lists.openembedded.org/g/openembedded-core/message/145160 Mute This Topic: https://lists.openembedded.org/mt/78641407/21656 Group Owner: openembedded-core+ow

[OE-core][dunfell 16/16] e2fsprogs: Fix a ptest permissions determinism issue

2020-12-01 Thread Steve Sakoman
From: Richard Purdie When comparing builds built with different host umasks, this file jumped out. The umask from do_compile was influencing ${D} and as cp was used to add the file it wasn't deterministic. Fix the file mode to ensure determinism. Signed-off-by: Richard Purdie (cherry picked fro

[OE-core][dunfell 15/16] fs-perms: Ensure /usr/src/debug/ file modes are correct

2020-12-01 Thread Steve Sakoman
From: Richard Purdie If files are copied into /usr/src/debug directly from WORKDIR (e.g. makedevs) we'd get the permissions from the checkout which would depend on the host umask. Avoid this and be deterministic by setting the file modes consistently. Core code copies the files in so we're respo

[OE-core][dunfell 14/16] eudev: remove bashism to be compatible with dash

2020-12-01 Thread Steve Sakoman
From: Fedor Ross Remove 'echo -e' and replace it with 'printf'. In bash the builtin 'echo' has an option for interpreting backslash escapes. In a shell like dash the builtin 'echo' interprets backslash escapes by default. Therefor the 'echo' in dash doesn't have the '-e' option. When using 'print

[OE-core][dunfell 12/16] distutils-common-base: fix LINKSHARED expansion

2020-12-01 Thread Steve Sakoman
From: Anuj Mittal Add the missing $ so SECURITY_CFLAGS actually gets expanded. Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie (cherry picked from commit 6ed2f892ebb0b4e30a3bf167eac68027ea378a2d) Signed-off-by: Steve Sakoman --- meta/classes/distutils-common-base.bbclass | 2 +- 1 f

[OE-core][dunfell 13/16] sysvinit: remove bashism to be compatible with dash

2020-12-01 Thread Steve Sakoman
From: Fedor Ross Replace the equality operator '==' with '=' inside of '[]' to be compatible with bash and dash. Signed-off-by: Fedor Ross Signed-off-by: Richard Purdie (cherry picked from commit b7f0ec6eafb35117eaf4eeef281162080f0ca79a) Signed-off-by: Steve Sakoman --- meta/recipes-core/sys

[OE-core][dunfell 11/16] gstreamer1.0-plugins-base: set CVE_PRODUCT

2020-12-01 Thread Steve Sakoman
From: Ross Burton There are CVEs with the 'gst-plugins-base' product, so set that. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit ec0f0e5995ab498f50ad51ceb361784247614982) Signed-off-by: Steve Sakoman --- .../gstreamer/gstreamer1.0-plugins-base_1.16.3.bb

[OE-core][dunfell 10/16] gstreamer1.0-rtsp-server: set CVE_PRODUCT

2020-12-01 Thread Steve Sakoman
From: Ross Burton There are CVEs with the 'gst-rtsp-server' product, so set that. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit eb5cbdead78d092733e783b09528b208efccac3d) Signed-off-by: Steve Sakoman --- .../gstreamer/gstreamer1.0-rtsp-server_1.16.3.bb

[OE-core][dunfell 09/16] sqlite3: add CVE-2015-3717 to whitelist

2020-12-01 Thread Steve Sakoman
As per https://groups.google.com/g/sqlite-dev/c/U7OjAbZO6LA this issue is believed to be either iOS specific, or fixed in 3.8.9. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry-picked from d11a2157befcfe40517140988dd26bf0ed7240b6) Signed-off-by: Steve Sakoman --- meta/recipes

[OE-core][dunfell 08/16] python3: add CVE-2007-4559 to whitelist

2020-12-01 Thread Steve Sakoman
From: Ross Burton This issue describes expected behaviour, do not use tarfile with untrusted data. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit f4c22e83f2e68ff157da5ea1303acc2931d63f5f) Signed-off-by: Steve Sakoman --- meta/recipes-devtools/python/pytho

[OE-core][dunfell 07/16] cve-check: show real PN/PV

2020-12-01 Thread Steve Sakoman
From: Ross Burton The output currently shows the remapped product and version fields, which may not be the actual recipe name/version. As this report is about recipes, use the real values. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit 18827d7f40db4a4f92680

[OE-core][dunfell 06/16] license_image.bbclass: use canonical name for license files

2020-12-01 Thread Steve Sakoman
From: Vyacheslav Yurkov When copying license files to the image rootfs, i.e to /usr/share/common-licenses, a canonical name of a license should be used, otherwise duplicated files end up in common-licenses directory. For example, GPL-2.0 license according to conf/license.conf can be referenced i

[OE-core][dunfell 05/16] linux-firmware: rdepend on license for all nvidia packages

2020-12-01 Thread Steve Sakoman
From: Max Krummenacher Fixes commit 0671d04978 ("linux-firmware: package nvidia firmware") Signed-off-by: Max Krummenacher Signed-off-by: Richard Purdie (cherry picked from commit 59789dea33629a96f0fe5646eb684aa131e167bf) Signed-off-by: Steve Sakoman --- meta/recipes-kernel/linux-firmware/li

[OE-core][dunfell 04/16] roofs_*.bbclass: fix missing vardeps for do_rootfs

2020-12-01 Thread Steve Sakoman
From: Loic Domaigne As per lib/oe/rootfs.py and lib/oe/package_manager/???/__init__.py the PACKAGE_FEED baseurl is defined as the joined paths of: URIS/BASE_PATHS/ARCHS Therefore, the do_rootfs task should depend furthermore on PACKAGE_FEED_{BASE_PATHS,ARCHS} to properly retrigger a build if the

[OE-core][dunfell 03/16] kernel: Set proper LD in KERNEL_KCONFIG_COMMAND

2020-12-01 Thread Steve Sakoman
From: Wonmin Jung With 'ld-is-gold' and linux kernel 5.4 or later, menuconfig task for kernel recipes will fail with: $ bitbake -c menuconfig virtual/kernel ... scripts/kconfig/mconf Kconfig scripts/Kconfig.include:43: gold linker 'x86_64-poky-linux-ld' not supported /OE/build/tmp/work-shared/

[OE-core][dunfell 02/16] kernel: relocate copy of module.lds to module compilation task

2020-12-01 Thread Steve Sakoman
From: Bruce Ashfield There were two copies of this patch floating around, and the merged variant has the copy in the wrong place. module.lds is only created during modules_prepare, and that target is not invoked during our main build of the kernel. We aren't about to change the kernel build (the

[OE-core][dunfell 01/16] kernel: provide module.lds for out of tree builds in v5.10+

2020-12-01 Thread Steve Sakoman
From: Bruce Ashfield The upstream commit 596b0474d3d [kbuild: preprocess module linker script], adds a dependency on module.lds for external module building. Since module.lds is generated as part of 'modules_prepare', we must make it available with the other kernel artifacts in the kernel shared

[OE-core][dunfell 00/16] Patch review

2020-12-01 Thread Steve Sakoman
Please review this next set of patches for dunfell and have comments back by end of day Thursday. Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/1638 The following changes since commit b885888df67eb5cdb3b82f4f0a07369a449e223b: build-appliance-i

[OE-core] [PATCHv3 5/5] wic: Pass canonicalized paths in PSEUDO_IGNORE_PATHS

2020-12-01 Thread Peter Kjellerstedt
Signed-off-by: Peter Kjellerstedt --- scripts/lib/wic/partition.py | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/lib/wic/partition.py b/scripts/lib/wic/partition.py index ebe250b00d..323a9580cc 100644 --- a/scripts/lib/wic/partition.py +++ b/scripts/lib/wic/part

[OE-core] [PATCHv3 4/5] bitbake.conf: Canonicalize paths in PSEUDO_IGNORE_PATHS

2020-12-01 Thread Peter Kjellerstedt
Use oe.path.canonicalize() to canonicalize the paths in PSEUDO_IGNORE_PATHS before passing them to pseudo. This is needed since pseudo will compare them to paths that are canonicalized. Signed-off-by: Peter Kjellerstedt --- meta/conf/bitbake.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 dele

[OE-core] [PATCHv3 1/5] pseudo: Simplify pseudo_client_ignore_path_chroot()

2020-12-01 Thread Peter Kjellerstedt
This also plugs a memory leak in pseudo_client_ignore_path_chroot(). Signed-off-by: Peter Kjellerstedt --- ...ssen-indentation-of-pseudo_client_ig.patch | 69 +++ ...mplify-pseudo_client_ignore_path_chr.patch | 50 ++ meta/recipes-devtools/pseudo/pseudo_git.bb| 2

[OE-core] [PATCHv3 2/5] bitbake.conf: Add all layers (from BBLAYERS) to PSEUDO_IGNORE_PATHS

2020-12-01 Thread Peter Kjellerstedt
Instead of ignoring ${COREBASE}/meta in PSEUDO_IGNORE_PATHS (which may or may not ignore all layers depending on how they are named and placed under ${COREBASE}), ignore all layers. Signed-off-by: Peter Kjellerstedt --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[OE-core] [PATCHv3 3/5] lib/oe/path: Add canonicalize()

2020-12-01 Thread Peter Kjellerstedt
oe.path.canonicalize() is used to canonicalize paths (i.e., remove symbolic links and "..", and make them absolute). It takes a string with paths separated by commas, and returns the canonicalized path in the same format. Signed-off-by: Peter Kjellerstedt --- meta/lib/oe/path.py | 12 +++

[OE-core] [PATCHv3 0/5] Support symbolic links in paths in PSEUDO_IGNORE_PATHS

2020-12-01 Thread Peter Kjellerstedt
The changes in this patch series aim to rectify a problem with pseudo and its support for ignoring paths. When pseudo compares a path to the paths specified in PSEUDO_IGNORE_PATHS, it uses a path that has been canonicalized. However, it does not canonicalize the paths in PSEUDO_IGNORE_PATHS itself

Re: [OE-core] [PATCH] menuconfig,mconf-cfg: Allow specification of ncurses location

2020-12-01 Thread Scott Branden via lists.openembedded.org
Hi Masahiro, On 2020-12-01 4:25 a.m., Masahiro Yamada wrote: > On Sat, Nov 28, 2020 at 9:45 AM Scott Branden > wrote: >> From: Bruce Ashfield >> >> In some cross build environments such as the Yocto Project build >> environment it provides an ncurses library that is compiled >> differently than

Re: [OE-core] [PATCH 4/6] reproducible_build: clamp the rootfs tarball mtime to the epoch

2020-12-01 Thread Ross Burton
On Tue, 1 Dec 2020 at 15:45, Richard Purdie wrote: > I'm not convinced this is correct as it could mess up the timestamps of > stamps set in other recipes? > > It's also tar specific and should really be across all image types? Yes, it most likely should be done at rootfs time instead. Ross -=-

Re: [OE-core] [PATCH 1/1] classes/kernel*: allow disabling symlink creation

2020-12-01 Thread Paul Eggleton
On Wednesday, 2 December 2020 05:22:43 NZDT Martin Jansa wrote: > I see, I was just worried that this case will block me pushing the last bit > of [YOCTO #12937] which changes symlinks to hardlinks: > https://git.openembedded.org/openembedded-core-contrib/log/?h=jansa/artifact > s > > Which makes

Re: [OE-core] [meta-oe][PATCH v2] procps: split into binary subpackages

2020-12-01 Thread Sinan Kaya
On 12/1/2020 10:07 AM, Richard Purdie wrote: > On Tue, 2020-12-01 at 09:39 -0500, Sinan Kaya wrote: >> On 12/1/2020 9:30 AM, Otavio Salvador wrote: >> I am starting to get a little worried about the direction these >> patches >> are heading in. How much of the system are we going to spl

Re: [OE-core] [PATCH 1/1] classes/kernel*: allow disabling symlink creation

2020-12-01 Thread Martin Jansa
Hi Paul, I see, I was just worried that this case will block me pushing the last bit of [YOCTO #12937] which changes symlinks to hardlinks: https://git.openembedded.org/openembedded-core-contrib/log/?h=jansa/artifacts Which makes the use case you're fixing worse (as even less systems will correct

Re: [OE-core] [PATCH 1/1] classes/kernel*: allow disabling symlink creation

2020-12-01 Thread Paul Eggleton
Hi Martin (replying all this time) On Tuesday, 1 December 2020 15:40:36 NZDT you wrote: > Can we use a separate variable controlling this behavior other than > *_LINK_NAME variables being set to empty? > > Then we could easily extend it to stop creating the links also for image > artifacts as wel

Re: [OE-core] [PATCH 4/6] reproducible_build: clamp the rootfs tarball mtime to the epoch

2020-12-01 Thread Richard Purdie
On Tue, 2020-12-01 at 15:23 +, Ross Burton wrote: > To handle files being written to the rootfs outside of the package > manager, > clamp the mtimes to the epoch. > > Signed-off-by: Ross Burton > --- > meta/classes/reproducible_build.bbclass | 3 +++ > 1 file changed, 3 insertions(+) > > di

[OE-core] Yocto Project Status WW48'20

2020-12-01 Thread Stephen Jolley
Current Dev Position: YP 3.3 M1 development Next Deadline: 7th December 2020 YP 3.3 M1 build Next Team Meetings: * Bug Triage meeting Thursday Dec. 3rd at 7:30am PDT ( https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5

[OE-core] [PATCH] sysvinit: Add bootlogd patch restoring console detection

2020-12-01 Thread Jate Sujjavanich
The bootlogd program will skip any non-standard serial ports specified in the kernel parameters, so restore the detection of the device underlying /dev/console. This allows the serial console on some embedded systems to work again. Signed-off-by: Jate Sujjavanich --- ...ogd-c--Restore-dev-consol

[OE-core] [PATCH 5/6] package_manager/ipk: neaten OPKGLIBDIR logic

2020-12-01 Thread Ross Burton
oe.path.join handles path components starting with / for us. Signed-off-by: Ross Burton --- meta/lib/oe/package_manager/ipk/__init__.py | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/meta/lib/oe/package_manager/ipk/__init__.py b/meta/lib/oe/package_manager/ipk/__init_

[OE-core] [PATCH 6/6] package_manager/ipk: improve remove_packaging_data

2020-12-01 Thread Ross Burton
/var/cache/opkg wasn't being deleted, and /var/lib/opkg doesn't need to exist as there are no lockfiles that write into it after this step. Signed-off-by: Ross Burton --- meta/lib/oe/package_manager/ipk/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/lib/

[OE-core] [PATCH 4/6] reproducible_build: clamp the rootfs tarball mtime to the epoch

2020-12-01 Thread Ross Burton
To handle files being written to the rootfs outside of the package manager, clamp the mtimes to the epoch. Signed-off-by: Ross Burton --- meta/classes/reproducible_build.bbclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/classes/reproducible_build.bbclass b/meta/classes/reprodu

[OE-core] [PATCH 2/6] image_types: remove obsolete tar comment

2020-12-01 Thread Ross Burton
We now depend on tar 1.28, so talking about older tar versions is just confusing. Signed-off-by: Ross Burton --- meta/classes/image_types.bbclass | 10 -- 1 file changed, 10 deletions(-) diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass index 66884af8e09..

[OE-core] [PATCH 3/6] image_types: sort tarball file listings

2020-12-01 Thread Ross Burton
Help rootfs tarballs be reproducible by sorting the file listing. Signed-off-by: Ross Burton --- meta/classes/image_types.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass index 3ec321765d9..286009057e3

[OE-core] [PATCH 1/6] ldconfig-native: don't write auxiliary cache

2020-12-01 Thread Ross Burton
The auxiliary cache written by ldconfig is only useful for speeding up future runs of ldconfig, and as it contains inode numbers as the keys in a dictionary it is entirely pointless to generate on the build host. Signed-off-by: Ross Burton --- .../ldconfig-native-2.12.1/no-aux-cache.patch | 19 +

Re: [OE-core] [meta-oe][PATCH v2] procps: split into binary subpackages

2020-12-01 Thread Richard Purdie
On Tue, 2020-12-01 at 09:39 -0500, Sinan Kaya wrote: > On 12/1/2020 9:30 AM, Otavio Salvador wrote: > > > > > I am starting to get a little worried about the direction these > > > > > patches > > > > > are heading in. How much of the system are we going to split into > > > > > individual package pe

Re: [OE-core] [meta-oe][PATCH v2] procps: split into binary subpackages

2020-12-01 Thread Sinan Kaya
On 12/1/2020 9:30 AM, Otavio Salvador wrote: I am starting to get a little worried about the direction these patches are heading in. How much of the system are we going to split into individual package per binaries? >>> I am wondering why this is a concern for you? If we keep th

[OE-core] [PATCH] Revert "connman: set service to conflict with systemd-networkd"

2020-12-01 Thread Jack Mitchell
Without further examples of how this is failing revert as using both together is a valid use case, for example connman handling Wifi/AP and systemd-networkd handling more complex routing such as for containers and ethernet switches. This reverts commit 5303420ead25817f5caec276b79eec7ee797271a. ---

Re: [OE-core] [meta-oe][PATCH v2] procps: split into binary subpackages

2020-12-01 Thread Otavio Salvador
Em ter., 1 de dez. de 2020 às 11:15, Richard Purdie escreveu: > On Tue, 2020-12-01 at 08:29 -0300, Otavio Salvador wrote: > > Hello Richard, > > > > Em ter., 1 de dez. de 2020 às 07:37, Richard Purdie > > escreveu: > > > On Tue, 2020-12-01 at 03:43 +, Sinan Kaya wrote: > > ... > > > I am star

Re: [OE-core] [meta-oe][PATCH v2] procps: split into binary subpackages

2020-12-01 Thread Richard Purdie
On Tue, 2020-12-01 at 08:29 -0300, Otavio Salvador wrote: > Hello Richard, > > Em ter., 1 de dez. de 2020 às 07:37, Richard Purdie > escreveu: > > On Tue, 2020-12-01 at 03:43 +, Sinan Kaya wrote: > ... > > I am starting to get a little worried about the direction these > > patches > > are hea

[OE-core] [dunfell][PATCH] go: update to 1.14.12

2020-12-01 Thread Lee Chee Yang
From: Lee Chee Yang update minor version to 1.14.12 go1.14.8 includes security fixes to the net/http/cgi and net/http/fcgi packages. go1.14.9 includes fixes to the compiler, linker, runtime, documentation, and the net/http and testing packages. go1.14.10 includes fixes to the compiler, runtime,

Re: [OE-core] [meta-oe][PATCH v2] procps: split into binary subpackages

2020-12-01 Thread Otavio Salvador
Hello Richard, Em ter., 1 de dez. de 2020 às 07:37, Richard Purdie escreveu: > On Tue, 2020-12-01 at 03:43 +, Sinan Kaya wrote: ... > I am starting to get a little worried about the direction these patches > are heading in. How much of the system are we going to split into > individual packag

Re: [OE-core] [meta-oe][PATCH v2] procps: split into binary subpackages

2020-12-01 Thread Richard Purdie
On Tue, 2020-12-01 at 03:43 +, Sinan Kaya wrote: > This change allows you to pull individual binaries into the > target without including the entire suite. > > Signed-off-by: Sinan Kaya > --- > meta/recipes-extended/procps/procps_3.3.16.bb | 51 +-- > 1 file changed, 48 inser

[OE-core] #include[yocto] [meta-mingw] Build win sdk with qt compilation errors.

2020-12-01 Thread shuai cao
Hi , Everyone I'm generating win sdk with yocto and I get nativesdk-qtbase compilation errors. tmp-glibc-glibc/work/x86_64- nativesdk-mingw32-niic_sdk- mingw32/nativesdk-qtbase/5.11. 3+gitAUTOINC+08de243eaa-r0/ git/qmake/library/ioutils.cpp: 208:19: error: cannot convert 'LPWSTR' {aka 'wchar_t*

[OE-core] meta-mingw

2020-12-01 Thread shuai cao
Hi , Everyone I'm generating win sdk with yocto and I get nativesdk-qtbase compilation errors. tmp-glibc-glibc/work/x86_64- nativesdk-mingw32-niic_sdk- mingw32/nativesdk-qtbase/5.11. 3+gitAUTOINC+08de243eaa-r0/ git/qmake/library/ioutils.cpp: 208:19: error: cannot convert 'LPWSTR' {aka 'wchar_t*

Re: [OE-core] QA notification for completed autobuilder build (yocto-3.1.4.rc1)

2020-12-01 Thread Sangeeta Jain
Hello all, This is the full report for yocto-3.1.4.rc1: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults === Summary No high milestone defects. new issue found BUG id:14138 - [QA 3.1.4 RC1] failure in oe-core manual test: tes