Wind River Support Network

HomeDefectsLIN1019-1535
Not to be fixed

LIN1019-1535 : yocto compliance errors on meta-cloud-services layer

Created: Jun 18, 2019    Updated: Apr 29, 2021
Resolved Date: Apr 29, 2021
Found In Version: 10.19.45.1
Severity: Standard
Applicable for: Wind River Linux LTS 19
Component/s: Userspace

Description

$ wrlinux-x/setup.sh --distro=wrlinux --machines=qemux86-64 --dl-layers --all-layers
$ . ./oe-init-build-env
$ bitbake-layers show-layers >list
$ sed -n '4,$p' list | awk '{print $2 }' > layerlist
$ yocto-check-layer-wrapper ../layers/meta-cloud-services --dependency `cat layerlist`

[snip]
INFO: test_signatures (common.CommonCheckLayer)
INFO:  ... FAIL

Stdout:
Loading cache...done.
Loaded 3404 entries from dependency cache.
INFO: Traceback (most recent call last):
  File "/buildarea1/hjia/wrlinux-1019/build_lts19_all_2019111116/layers/oe-core/scripts/lib/checklayer/cases/common.py", line 55, in test_signatures
    self.fail('Adding layer %s changed signatures.\n%s' % (self.tc.layer['name'], msg))
AssertionError: Adding layer meta-cloud-services changed signatures.
22 signatures changed, initial differences (first hash before, second after):
   dhcp:do_fetch: 27aa85cc880a21acd303a53655a4189b37952064340ceb4550a4d671092efbf6 -> 23ddd5d3d878eab57865b0c5e4d8387a4b288cd557e0133ee9a88f2471e93594
      bitbake-diffsigs --task dhcp do_fetch --signature 27aa85cc880a21acd303a53655a4189b37952064340ceb4550a4d671092efbf6 23ddd5d3d878eab57865b0c5e4d8387a4b288cd557e0133ee9a88f2471e93594
      NOTE: Starting bitbake server...
      basehash changed from a09cc1448c188ae73a6a6027674d760fa59cfbcb9c0e8375de1a29d8e5e9ab79 to f5cc0220a3a65eecc7935c107aa32a4b8469e380960ccdcaf808991678fa11a0
      Variable SRC_URI value changed:
      "http://ftp.isc.org/isc/dhcp/${PV}/dhcp-${PV}.tar.gz            file://init-relay file://default-relay            file://init-server file://default-server            file://dhclient.conf file://dhcpd.conf            file://dhclient-systemd-wrapper            file://dhclient.service            file://dhcpd.service file://dhcrelay.service            file://dhcpd6.service             file://0001-define-macro-_PATH_DHCPD_CONF-and-_PATH_DHCLIENT_CON.patch             file://0002-dhclient-dbus.patch             file://0003-link-with-lcrypto.patch             file://0004-Fix-out-of-tree-builds.patch             file://0005-dhcp-client-fix-invoke-dhclient-script-failed-on-Rea.patch             file://0007-Add-configure-argument-to-make-the-libxml2-dependenc.patch             file://0009-remove-dhclient-script-bash-dependency.patch             file://0012-dhcp-correct-the-intention-for-xml2-lib-search.patch             file://0013-fixup_use_libbind.patch             file://0001-master-Added-includes-of-new-BIND9-compatibility-hea.patch             file://0001-Fix-a-NSUPDATE-compiling-issue.patch             file://dhcp-add-exec-script-function.patch  {+file://dhclient-exit-hooks            +}"
      Dependency on checksum of file dhclient-exit-hooks was added
[snip]

Steps to Reproduce

$ ../wrlinux-x/setup.sh --dl-layers --all-layers
 $ . ./oe-init-build-env
 $ bitbake-layers show-layers >list
 $ sed -n '4,$p' list | awk '{print $2 }' > layerlist
 $ yocto-check-layer-wrapper  ../layers/meta-cloud-services  --dependency `cat layerlist`
Live chat
Online