[OE-core] [PATCH V3 00/11] meta: various fixes

Robert Yang liezhi.yang at windriver.com
Tue Jul 3 03:58:48 UTC 2018


Hi RP and Ross,

Any comments on these, please ?

// Robert

On 06/06/2018 10:54 AM, Robert Yang wrote:
> * V3:
>    - Fix RP's comments
>      Fix comments for "lsof: fix LSOF_CCV in version.h"
>      Fix "rootfs-postcommands: split ssh_allow_empty_password" since it caused a oe-selftest case failed.
> 
>    - Drop already merge commits
> 
>    - Drop unneeded commit:
>      gcc-sanitizers: Fix libtool .la files
> 
>    - Drop an incorrect commit which caused oe-selftest failed:
>      glibc: re-package for libnss-db
>      This one needs rework.
> 
>    - Ran "oe-selftest -a" to test it.
> 
> * V2:
>    Rebase to up-to-date master branch and drop already merged patches.
> 
> * V1: Initial version
> 
> // Robert
> 
> The following changes since commit cd195bdf5dd2c8ff03c58a63dcabe88b142d2a9c:
> 
>    oe-pkgdata-util: package-info: Re-add support for the --extra option (2018-06-04 15:14:43 +0100)
> 
> are available in the git repository at:
> 
>    git://git.openembedded.org/openembedded-core-contrib rbt/fix_from_wr
>    http://cgit.openembedded.org/openembedded-core-contrib/log/?h=rbt/fix_from_wr
> 
> Chen Qi (1):
>    populate_sdk_ext.bbclass: add ESDK_MANIFEST_EXCLUDES
> 
> Jackie Huang (2):
>    rootfs-postcommands: split ssh_allow_empty_password
>    dropbear: add default config file to disable root login
> 
> Jian Liu (1):
>    lsof: fix LSOF_CCV in version.h
> 
> Kai Kang (1):
>    toolchain-scripts.bbclass: do not extend dependency if extended
>      already
> 
> Li Wang (1):
>    rpcbind: add option to make user able to use fixed port number
> 
> Mark Hatle (1):
>    base.bbclass: Add buildcfg multilib values
> 
> Ovidiu Panait (1):
>    openssl-nativesdk: Fix "can't open config file" warning
> 
> Robert Yang (1):
>    oe/copy_buildsystem.py: add SDK_LAYERS_EXCLUDE_PATTERN
> 
> Shan Hai (1):
>    xinetd: add Init Script Actions to xinetd script
> 
> Yadi.hu (1):
>    busybox: handle syslog
> 
>   meta/classes/base.bbclass                          |  13 ++-
>   meta/classes/image.bbclass                         |   2 +-
>   meta/classes/populate_sdk_ext.bbclass              |   6 +
>   meta/classes/rootfs-postcommands.bbclass           |  25 +++-
>   meta/classes/toolchain-scripts.bbclass             |  13 ++-
>   meta/conf/bitbake.conf                             |   2 +-
>   meta/lib/oe/copy_buildsystem.py                    |  18 +++
>   meta/lib/oeqa/selftest/cases/imagefeatures.py      |   4 +-
>   .../openssl/openssl/environment.d-openssl.sh       |   1 +
>   meta/recipes-connectivity/openssl/openssl10.inc    |   7 ++
>   .../recipes-connectivity/openssl/openssl_1.0.2o.bb |   5 +
>   .../recipes-connectivity/openssl/openssl_1.1.0h.bb |  11 ++
>   meta/recipes-core/busybox/busybox.inc              |  14 ++-
>   meta/recipes-core/dropbear/dropbear.inc            |   3 +
>   .../dropbear/dropbear/dropbear.default             |   2 +
>   .../files/Configure-fix-LSOF_CCV-assignment.patch  |  42 +++++++
>   meta/recipes-extended/lsof/lsof_4.89.bb            |   4 +-
>   .../rpcbind_add_option_to_fix_port_number.patch    | 130 +++++++++++++++++++++
>   meta/recipes-extended/rpcbind/rpcbind_0.2.4.bb     |   1 +
>   meta/recipes-extended/xinetd/xinetd/xinetd.init    |  12 +-
>   20 files changed, 299 insertions(+), 16 deletions(-)
>   create mode 100644 meta/recipes-connectivity/openssl/openssl/environment.d-openssl.sh
>   create mode 100644 meta/recipes-core/dropbear/dropbear/dropbear.default
>   create mode 100644 meta/recipes-extended/lsof/files/Configure-fix-LSOF_CCV-assignment.patch
>   create mode 100644 meta/recipes-extended/rpcbind/rpcbind/rpcbind_add_option_to_fix_port_number.patch
> 



More information about the Openembedded-core mailing list