[OE-core] [PATCH 0/1] netbase: add entry to /etc/hosts according to /etc/hostname

2018-11-25 Thread Chen Qi
The following changes since commit 6bf94ad3b6a3f1202e86b500bfce205d0bda977e: u-boot: Upgrade 2018.07 -> 2018.11 (2018-11-23 23:35:20 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/netbase-hosts

[OE-core] [PATCH 1/1] netbase: add entry to /etc/hosts according to /etc/hostname

2018-11-25 Thread Chen Qi
We default hostname to ${MACHINE}, but it's not in /etc/hosts, resulting in commands like `hostname -f' failing due to lack of entry. So add entry to /etc/hosts according to /etc/hostname. We do this via pkg_postinst because hostname is set in base-files recipe. Signed-off-by: Chen Qi ---

[OE-core] [PATCH 0/1] multilib_script: fix packages split

2018-11-25 Thread kai.kang
From: Kai Kang The following changes since commit 6bf94ad3b6a3f1202e86b500bfce205d0bda977e: u-boot: Upgrade 2018.07 -> 2018.11 (2018-11-23 23:35:20 +) are available in the Git repository at: git://git.pokylinux.org/poky-contrib kangkai/ml_script

[OE-core] [PATCH 1/1] multilib_script: fix packages split

2018-11-25 Thread kai.kang
From: Kai Kang In multilib_script.bbclass it renames script file which listed in MULTILIB_SCRIPTS. It may mix up packages split. Take package curl as example, ${bindir}/curl-config is packaged to curl-dev originally. But it is renamed to curl-config-${MULTILIB_SUFFIX} and packaged to curl when

Re: [OE-core] [PATCH] devshell.bbclass/terminal.bbclass: add a shell check at devshell

2018-11-25 Thread Hongxu Jia
Ping, any comments? //Hongxu On 2018/9/3 下午3:09, Hongxu Jia wrote: While var-SHELL is neither `bash' or `dash', such as `csh', loading the wrapper script will fail at devshell, because csh does not support syntax `export'. Add a shell check at devshell, and use `/bin/sh' to replace if shell

Re: [OE-core] [PATCH] nspr: improve reproducibility

2018-11-25 Thread Yu, Mingli
Ping. Thanks, On 2018年11月16日 15:09, mingli...@windriver.com wrote: From: Mingli Yu Remove _BUILD_STRING and _BUILD_TIME in _pl_bld.h to avoid introducing timestamp in the .so library such as libnspr4.so as below: $ readelf --wide --decompress --hex-dump=.rodata libnspr4.so [snip]

Re: [OE-core] [PATCH] Revert "terminal.bbclass: use var-SHELL as the shebang of wrapper script"

2018-11-25 Thread Hongxu Jia
On 2018/11/25 上午9:11, Peter Kjellerstedt wrote: The $SHELL environment variable is used for the user's preferred interactive shell. This shall not be used when executing shell scripts that expect POSIX shell syntax as there is no guarantee that it is a POSIX compatible shell. There is a sanity

[OE-core] [meta-oe][PATCH v2 1/1] systemd: fix PN-container package splitting

2018-11-25 Thread Adrian Freihofer
- Fix package splitting for services installed with systemd-container. Some files have been installed with systemd package instead of systemd-container package. (*.service, *.socket, *.html...) - Split journal-upload, journal-remote, journal-gatewayd into separate packages. These services

[OE-core] [meta-oe][PATCH v2 0/1] systemd: fix PN-container package splitting

2018-11-25 Thread Adrian Freihofer
Changes from v1 RDEPENDS_${PN}-container += "${PN}-journal-upload... to RRECOMMENDS_${PN}-container += "${PN}-journal-upload... to handle the case where journal-upload is not built Tested with local.conf: DISTRO_FEATURES_append = ' systemd' VIRTUAL-RUNTIME_init_manager = 'systemd'

[OE-core] [PATCH] archiver.bbclass: Fix COPYLEFT_LICENSE_{IN, EX}CLUDE

2018-11-25 Thread Adrian Bunk
Setting them to empty before inheriting copyleft_filter made them not getting their documented values there. Signed-off-by: Adrian Bunk --- meta/classes/archiver.bbclass | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta/classes/archiver.bbclass b/meta/classes/archiver.bbclass index

Re: [OE-core] [PATCH v6] u-boot: Add mkenvimage tool

2018-11-25 Thread Andrea Galbusera
On Thu, Nov 22, 2018 at 10:47 AM Alexey Brodkin wrote: > > Hi Otavio, > > On Thu, 2018-11-22 at 07:30 -0200, Otavio Salvador wrote: > > Hello Alexey, > > > > On Thu, Nov 22, 2018 at 6:28 AM Alexey Brodkin > > wrote: > > > This utility is used for creation of images containing > > > usable in