LayerIndex/Checker/dunfell

From Openembedded.org
Revision as of 11:42, 18 August 2020 by Dl9pf (talk | contribs)
Jump to: navigation, search

meta-acrn

The layer meta-acrn was tested for:

a) grep LAYERSERIES_COMPAT meta-acrn/conf/layer.conf

b) grep LAYERDEPENDS meta-acrn/conf/layer.conf

c) run layer check script: yocto-check-layer (from OE-core repo)


If there are issues found they are listed below:

layerindex-fetch failed


meta-allwinner-hx

The layer meta-allwinner-hx was tested for:

a) grep LAYERSERIES_COMPAT meta-allwinner-hx/conf/layer.conf

b) grep LAYERDEPENDS meta-allwinner-hx/conf/layer.conf

c) run layer check script: yocto-check-layer (from OE-core repo)


If there are issues found they are listed below:


LAYERDEPENDS missing

The layer meta-allwinner-hx is missing LAYERDEPENDS in its conf/layer.conf.


yocto-check-layer failed

- yocto-check-layer did not succeed and the error message was:

ERROR: meta-allwinner-hx: Can't be DISTRO and BSP type at the same time. Both conf/distro and conf/machine folders were found.

Full log


INFO: Detected layers:
ERROR: meta-allwinner-hx: Can't be DISTRO and BSP type at the same time. Both conf/distro and conf/machine folders were found.



meta-android

The layer meta-android was tested for:

a) grep LAYERSERIES_COMPAT meta-android/conf/layer.conf

b) grep LAYERDEPENDS meta-android/conf/layer.conf

c) run layer check script: yocto-check-layer (from OE-core repo)


If there are issues found they are listed below:


yocto-check-layer failed

- yocto-check-layer did not succeed and the error message was:

INFO:  ... ERROR
INFO: Traceback (most recent call last):
  File "/home/layerindexcheck/oe-core/scripts/lib/checklayer/cases/common.py", line 44, in test_world
--
ERROR: Nothing RPROVIDES 'lxc' (but /home/layerindexcheck/layerindexchecker/tmp.x9owG4h2T1-4/layers-under-test/meta-smartphone/meta-android/recipes-core/android-system/android-system_1.0.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'lxc' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['lxc']
ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'android-system', 'lxc']

Summary: There were 2 ERROR messages shown, returning a non-zero exit code.


--
INFO: ERROR: test_world (common.CommonCheckLayer)
INFO: ----------------------------------------------------------------------
INFO: Traceback (most recent call last):
--
ERROR: Nothing RPROVIDES 'lxc' (but /home/layerindexcheck/layerindexchecker/tmp.x9owG4h2T1-4/layers-under-test/meta-smartphone/meta-android/recipes-core/android-system/android-system_1.0.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'lxc' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['lxc']
ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'android-system', 'lxc']

Summary: There were 2 ERROR messages shown, returning a non-zero exit code.

----

Full log


INFO: Detected layers:
INFO: meta-android: LayerType.SOFTWARE, /home/layerindexcheck/layerindexchecker/tmp.x9owG4h2T1-4/layers-under-test/meta-smartphone/meta-android
INFO: 
INFO: Setting up for meta-android(LayerType.SOFTWARE), /home/layerindexcheck/layerindexchecker/tmp.x9owG4h2T1-4/layers-under-test/meta-smartphone/meta-android
INFO: Adding layer meta-oe
INFO: meta-oe is already in /home/layerindexcheck/layerindexchecker/tmp.x9owG4h2T1-4/build/conf/bblayers.conf
INFO: Adding layer meta-oe
INFO: meta-oe is already in /home/layerindexcheck/layerindexchecker/tmp.x9owG4h2T1-4/build/conf/bblayers.conf
INFO: Getting initial bitbake variables ...
INFO: Getting initial signatures ...
INFO: Adding layer meta-android
INFO: Starting to analyze: meta-android
INFO: ----------------------------------------------------------------------
INFO: skipped "BSPCheckLayer: Layer meta-android isn't BSP one."
INFO: test_layerseries_compat (common.CommonCheckLayer)
INFO:  ... ok
INFO: test_parse (common.CommonCheckLayer)
INFO:  ... ok
INFO: test_readme (common.CommonCheckLayer)
INFO:  ... ok
INFO: test_show_environment (common.CommonCheckLayer)
INFO:  ... ok
INFO: test_signatures (common.CommonCheckLayer)
INFO:  ... FAIL

Stdout:
Loading cache...done.
Loaded 2316 entries from dependency cache.
INFO: Traceback (most recent call last):
  File "/home/layerindexcheck/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-android changed signatures.
72 signatures changed, initial differences (first hash before, second after):
   base-files:do_install: 5143f4a165cc3c1c3d8c5149a6f6914247fc41972e3ca4f4c8797a87bf929016 -> 0106b572bf0fb8b531179392147742757b364952291ec3b8febdf900f29f8047
      bitbake-diffsigs --task base-files do_install --signature 5143f4a165cc3c1c3d8c5149a6f6914247fc41972e3ca4f4c8797a87bf929016 0106b572bf0fb8b531179392147742757b364952291ec3b8febdf900f29f8047
      NOTE: Starting bitbake server...
      basehash changed from cfe678eba121a80cf0ee374464db9939250771aeaccb804168ab9c1ae658c300 to 5d38510f301f17d0661e48dcece659ca836b6d18f8ef9671a2959ca472b68ce2
      Variable do_install value changed:
      @@ -43,3 +43,7 @@
       		echo "127.0.1.1 ${hostname}" >> ${D}${sysconfdir}/hosts
       	fi
       	install -m 0644 ${WORKDIR}/nsswitch.conf ${D}${sysconfdir}/nsswitch.conf
      +    # Add necessary environment settings to execute android binaries
      +    echo "LD_LIBRARY_PATH=\$LD_LIBRARY_PATH:/system/lib:/system/lib64" >> ${D}${sysconfdir}/profile
      +    echo "PATH=\$PATH:/system/bin" >> ${D}${sysconfdir}/profile
      +    echo "export LD_LIBRARY_PATH PATH" >> ${D}${sysconfdir}/profile

   base-passwd:do_fetch: 00dbc94954656e0ef1225ecb2d2638c928fc179ef7d0244bfbd68379ba338e88 -> 7e2f19b2dc78c4b5140751841b1cea7c0a56be6114e14e2cd38854f2b625845c
      bitbake-diffsigs --task base-passwd do_fetch --signature 00dbc94954656e0ef1225ecb2d2638c928fc179ef7d0244bfbd68379ba338e88 7e2f19b2dc78c4b5140751841b1cea7c0a56be6114e14e2cd38854f2b625845c
      NOTE: Starting bitbake server...
      basehash changed from fd8976bf099f1c36c6dc2f9ffb225eb2bfaa228cee4a44b056771c141fd8a125 to 4b72489bb2faab1b88eb3165f7bcb111a1ed0f261a7a9572dc31a9ec05fdb3e5
      Variable SRC_URI value changed:
      "https://launchpad.net/debian/+archive/primary/+files/${BPN}_${PV}.tar.gz            file://add_shutdown.patch            file://nobash.patch            file://noshadow.patch            file://input.patch            file://disable-docs.patch            file://kvm.patch             {+file://change-android-group-ids.patch;striplevel=0+}"
      Dependency on checksum of file change-android-group-ids.patch was added

   busybox:do_fetch: 49746b3e48f4624da2ee476467113861729f067fca74f42de99051349f33a537 -> a294a281e0c25e59b5e908e620e23c4949f59ecaa2010cec8710759fa8bb1b73
      bitbake-diffsigs --task busybox do_fetch --signature 49746b3e48f4624da2ee476467113861729f067fca74f42de99051349f33a537 a294a281e0c25e59b5e908e620e23c4949f59ecaa2010cec8710759fa8bb1b73
      NOTE: Starting bitbake server...
      basehash changed from fe35722e64acc3f97b1242d5fbeda056b059289a4a96c7c136e0fbdbe51d62a4 to a2e0a350c89f9977cfbc35ce92fc4f294bc8596aa376003c653d847363e1e715
      Variable SRC_URI value changed:
      "https://busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball            file://busybox-udhcpc-no_deconfig.patch            file://find-touchscreen.sh            file://busybox-cron            file://busybox-httpd            file://busybox-udhcpd            file://default.script            file://simple.script            file://hwclock.sh            file://syslog            file://syslog-startup.conf            file://syslog.conf            file://busybox-syslog.default            file://mdev            file://mdev.conf            file://mdev-mount.sh            file://defconfig            file://busybox-syslog.service.in            file://busybox-klogd.service.in            file://fail_on_no_media.patch            file://run-ptest            file://inetd.conf            file://inetd            file://login-utilities.cfg            file://recognize_connmand.patch            file://busybox-cross-menuconfig.patch            file://0001-Use-CC-when-linking-instead-of-LD-and-use-CFLAGS-and.patch            file://mount-via-label.cfg            file://sha1sum.cfg            file://sha256sum.cfg            file://getopts.cfg            file://resize.cfg            ${@["", "file://init.cfg"][(d.getVar('VIRTUAL-RUNTIME_init_manager') ----
      Checksum for file mdev.conf changed from a695f2801b1d7e5b3d436ddbb89a79e0 to eec5689241fd28b7fb15084b53798272
      Dependency on checksum of file mdev-partlabel.sh was added
      Dependency on checksum of file telnetd.cfg was added
      Dependency on checksum of file mdev.cfg was added

   udev-extraconf:do_fetch: b7e4bc2e546bd866ec5a2c4ed2d1286054c0e51c7938c22d800dd07c89706679 -> 35b4386d5c8b6afb42f4373441a4e3ebc51de9dc0c5fb42eae916688733f03ba
      bitbake-diffsigs --task udev-extraconf do_fetch --signature b7e4bc2e546bd866ec5a2c4ed2d1286054c0e51c7938c22d800dd07c89706679 35b4386d5c8b6afb42f4373441a4e3ebc51de9dc0c5fb42eae916688733f03ba
      NOTE: Starting bitbake server...
      basehash changed from 89db1b8ef8001d40033a6b66888e27caa64e54520b63131b575dcad574fb04c9 to e25e82f11ee2f18aa96648f9b7354ec521c97393f2baba4b4dd3f8a0eac5e2dd
      Variable SRC_URI value changed:
      "        file://automount.rules        file://mount.sh        file://mount.blacklist        file://autonet.rules        file://network.sh        file://localextra.rules  {+     file://65-android.rules     file://50-firmware.rules     file://60-persistent-v4l.rules +}"
      Checksum for file automount.rules changed from fae2cad72ef8c3ab295ecb772469e34a to 29b31d6f65f418130f3b5dfb4a0934df
      Dependency on checksum of file 60-persistent-v4l.rules was added
      Dependency on checksum of file 65-android.rules was added
      Dependency on checksum of file 50-firmware.rules was added


Stdout:
Loading cache...done.
Loaded 2316 entries from dependency cache.

INFO: test_world (common.CommonCheckLayer)
INFO:  ... ERROR
INFO: Traceback (most recent call last):
  File "/home/layerindexcheck/oe-core/scripts/lib/checklayer/cases/common.py", line 44, in test_world
    get_signatures(self.td['builddir'], failsafe=False)
  File "/home/layerindexcheck/oe-core/scripts/lib/checklayer/__init__.py", line 282, in get_signatures
    cmd, builddir)
  File "/home/layerindexcheck/oe-core/scripts/lib/checklayer/__init__.py", line 256, in check_command
    raise RuntimeError(msg)
RuntimeError: Generating signatures failed. This might be due to some parse error and/or general layer incompatibilities.
Command: BB_ENV_EXTRAWHITE="$BB_ENV_EXTRAWHITE BB_SIGNATURE_HANDLER" BB_SIGNATURE_HANDLER="OEBasicHash" bitbake -S none world
Output:
Loading cache...done.
Loaded 2316 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'lxc' (but /home/layerindexcheck/layerindexchecker/tmp.x9owG4h2T1-4/layers-under-test/meta-smartphone/meta-android/recipes-core/android-system/android-system_1.0.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'lxc' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['lxc']
ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'android-system', 'lxc']

Summary: There were 2 ERROR messages shown, returning a non-zero exit code.


INFO: skipped "DistroCheckLayer: Layer meta-android isn't Distro one."
INFO: ----
INFO: ERROR: test_world (common.CommonCheckLayer)
INFO: ----------------------------------------------------------------------
INFO: Traceback (most recent call last):
  File "/home/layerindexcheck/oe-core/scripts/lib/checklayer/cases/common.py", line 44, in test_world
    get_signatures(self.td['builddir'], failsafe=False)
  File "/home/layerindexcheck/oe-core/scripts/lib/checklayer/__init__.py", line 282, in get_signatures
    cmd, builddir)
  File "/home/layerindexcheck/oe-core/scripts/lib/checklayer/__init__.py", line 256, in check_command
    raise RuntimeError(msg)
RuntimeError: Generating signatures failed. This might be due to some parse error and/or general layer incompatibilities.
Command: BB_ENV_EXTRAWHITE="$BB_ENV_EXTRAWHITE BB_SIGNATURE_HANDLER" BB_SIGNATURE_HANDLER="OEBasicHash" bitbake -S none world
Output:
Loading cache...done.
Loaded 2316 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'lxc' (but /home/layerindexcheck/layerindexchecker/tmp.x9owG4h2T1-4/layers-under-test/meta-smartphone/meta-android/recipes-core/android-system/android-system_1.0.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'lxc' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['lxc']
ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'android-system', 'lxc']

Summary: There were 2 ERROR messages shown, returning a non-zero exit code.

----
INFO: FAIL: test_signatures (common.CommonCheckLayer)
INFO: ----------------------------------------------------------------------
INFO: Traceback (most recent call last):
  File "/home/layerindexcheck/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-android changed signatures.
72 signatures changed, initial differences (first hash before, second after):
   base-files:do_install: 5143f4a165cc3c1c3d8c5149a6f6914247fc41972e3ca4f4c8797a87bf929016 -> 0106b572bf0fb8b531179392147742757b364952291ec3b8febdf900f29f8047
      bitbake-diffsigs --task base-files do_install --signature 5143f4a165cc3c1c3d8c5149a6f6914247fc41972e3ca4f4c8797a87bf929016 0106b572bf0fb8b531179392147742757b364952291ec3b8febdf900f29f8047
      NOTE: Starting bitbake server...
      basehash changed from cfe678eba121a80cf0ee374464db9939250771aeaccb804168ab9c1ae658c300 to 5d38510f301f17d0661e48dcece659ca836b6d18f8ef9671a2959ca472b68ce2
      Variable do_install value changed:
      @@ -43,3 +43,7 @@
       		echo "127.0.1.1 ${hostname}" >> ${D}${sysconfdir}/hosts
       	fi
       	install -m 0644 ${WORKDIR}/nsswitch.conf ${D}${sysconfdir}/nsswitch.conf
      +    # Add necessary environment settings to execute android binaries
      +    echo "LD_LIBRARY_PATH=\$LD_LIBRARY_PATH:/system/lib:/system/lib64" >> ${D}${sysconfdir}/profile
      +    echo "PATH=\$PATH:/system/bin" >> ${D}${sysconfdir}/profile
      +    echo "export LD_LIBRARY_PATH PATH" >> ${D}${sysconfdir}/profile

   base-passwd:do_fetch: 00dbc94954656e0ef1225ecb2d2638c928fc179ef7d0244bfbd68379ba338e88 -> 7e2f19b2dc78c4b5140751841b1cea7c0a56be6114e14e2cd38854f2b625845c
      bitbake-diffsigs --task base-passwd do_fetch --signature 00dbc94954656e0ef1225ecb2d2638c928fc179ef7d0244bfbd68379ba338e88 7e2f19b2dc78c4b5140751841b1cea7c0a56be6114e14e2cd38854f2b625845c
      NOTE: Starting bitbake server...
      basehash changed from fd8976bf099f1c36c6dc2f9ffb225eb2bfaa228cee4a44b056771c141fd8a125 to 4b72489bb2faab1b88eb3165f7bcb111a1ed0f261a7a9572dc31a9ec05fdb3e5
      Variable SRC_URI value changed:
      "https://launchpad.net/debian/+archive/primary/+files/${BPN}_${PV}.tar.gz            file://add_shutdown.patch            file://nobash.patch            file://noshadow.patch            file://input.patch            file://disable-docs.patch            file://kvm.patch             {+file://change-android-group-ids.patch;striplevel=0+}"
      Dependency on checksum of file change-android-group-ids.patch was added

   busybox:do_fetch: 49746b3e48f4624da2ee476467113861729f067fca74f42de99051349f33a537 -> a294a281e0c25e59b5e908e620e23c4949f59ecaa2010cec8710759fa8bb1b73
      bitbake-diffsigs --task busybox do_fetch --signature 49746b3e48f4624da2ee476467113861729f067fca74f42de99051349f33a537 a294a281e0c25e59b5e908e620e23c4949f59ecaa2010cec8710759fa8bb1b73
      NOTE: Starting bitbake server...
      basehash changed from fe35722e64acc3f97b1242d5fbeda056b059289a4a96c7c136e0fbdbe51d62a4 to a2e0a350c89f9977cfbc35ce92fc4f294bc8596aa376003c653d847363e1e715
      Variable SRC_URI value changed:
      "https://busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball            file://busybox-udhcpc-no_deconfig.patch            file://find-touchscreen.sh            file://busybox-cron            file://busybox-httpd            file://busybox-udhcpd            file://default.script            file://simple.script            file://hwclock.sh            file://syslog            file://syslog-startup.conf            file://syslog.conf            file://busybox-syslog.default            file://mdev            file://mdev.conf            file://mdev-mount.sh            file://defconfig            file://busybox-syslog.service.in            file://busybox-klogd.service.in            file://fail_on_no_media.patch            file://run-ptest            file://inetd.conf            file://inetd            file://login-utilities.cfg            file://recognize_connmand.patch            file://busybox-cross-menuconfig.patch            file://0001-Use-CC-when-linking-instead-of-LD-and-use-CFLAGS-and.patch            file://mount-via-label.cfg            file://sha1sum.cfg            file://sha256sum.cfg            file://getopts.cfg            file://resize.cfg            ${@["", "file://init.cfg"][(d.getVar('VIRTUAL-RUNTIME_init_manager') ----
      Checksum for file mdev.conf changed from a695f2801b1d7e5b3d436ddbb89a79e0 to eec5689241fd28b7fb15084b53798272
      Dependency on checksum of file mdev-partlabel.sh was added
      Dependency on checksum of file telnetd.cfg was added
      Dependency on checksum of file mdev.cfg was added

   udev-extraconf:do_fetch: b7e4bc2e546bd866ec5a2c4ed2d1286054c0e51c7938c22d800dd07c89706679 -> 35b4386d5c8b6afb42f4373441a4e3ebc51de9dc0c5fb42eae916688733f03ba
      bitbake-diffsigs --task udev-extraconf do_fetch --signature b7e4bc2e546bd866ec5a2c4ed2d1286054c0e51c7938c22d800dd07c89706679 35b4386d5c8b6afb42f4373441a4e3ebc51de9dc0c5fb42eae916688733f03ba
      NOTE: Starting bitbake server...
      basehash changed from 89db1b8ef8001d40033a6b66888e27caa64e54520b63131b575dcad574fb04c9 to e25e82f11ee2f18aa96648f9b7354ec521c97393f2baba4b4dd3f8a0eac5e2dd
      Variable SRC_URI value changed:
      "        file://automount.rules        file://mount.sh        file://mount.blacklist        file://autonet.rules        file://network.sh        file://localextra.rules  {+     file://65-android.rules     file://50-firmware.rules     file://60-persistent-v4l.rules +}"
      Checksum for file automount.rules changed from fae2cad72ef8c3ab295ecb772469e34a to 29b31d6f65f418130f3b5dfb4a0934df
      Dependency on checksum of file 60-persistent-v4l.rules was added
      Dependency on checksum of file 65-android.rules was added
      Dependency on checksum of file 50-firmware.rules was added


Stdout:
Loading cache...done.
Loaded 2316 entries from dependency cache.
----------------------------------------------------------------------
INFO: Ran 6 tests in 83.918s
INFO: FAILED
INFO:  (failures=1, errors=1, skipped=2)
INFO: 
INFO: Summary of results:
INFO: 
INFO: meta-android ... FAIL



meta-arago-distro

The layer meta-arago-distro was tested for:

a) grep LAYERSERIES_COMPAT meta-arago-distro/conf/layer.conf

b) grep LAYERDEPENDS meta-arago-distro/conf/layer.conf

c) run layer check script: yocto-check-layer (from OE-core repo)


If there are issues found they are listed below:

layerindex-fetch failed




meta-arago-extras

The layer meta-arago-extras was tested for:

a) grep LAYERSERIES_COMPAT meta-arago-extras/conf/layer.conf

b) grep LAYERDEPENDS meta-arago-extras/conf/layer.conf

c) run layer check script: yocto-check-layer (from OE-core repo)


If there are issues found they are listed below:


yocto-check-layer failed

- yocto-check-layer did not succeed and the error message was:

INFO:  ... ERROR
INFO: Traceback (most recent call last):
  File "/home/layerindexcheck/oe-core/scripts/lib/checklayer/cases/common.py", line 44, in test_world
--
ERROR: Nothing PROVIDES 'ti-fftw' (but /home/layerindexcheck/layerindexchecker/tmp.OgGMcXN00L-5/build/tmp.6zflHomo2B-6/layers-under-test/meta-arago/meta-arago-extras/recipes-ti/fftlib/ti-fftw-examples_git.bb DEPENDS on or otherwise requires it)
ti-fftw was skipped: incompatible with machine qemux86-64 (not in COMPATIBLE_MACHINE)
ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'ti-fftw-examples', 'ti-fftw']

Summary: There were 2 ERROR messages shown, returning a non-zero exit code.


--
INFO: ERROR: test_world (common.CommonCheckLayer)
INFO: ----------------------------------------------------------------------
INFO: Traceback (most recent call last):
--
ERROR: Nothing PROVIDES 'ti-fftw' (but /home/layerindexcheck/layerindexchecker/tmp.OgGMcXN00L-5/build/tmp.6zflHomo2B-6/layers-under-test/meta-arago/meta-arago-extras/recipes-ti/fftlib/ti-fftw-examples_git.bb DEPENDS on or otherwise requires it)
ti-fftw was skipped: incompatible with machine qemux86-64 (not in COMPATIBLE_MACHINE)
ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'ti-fftw-examples', 'ti-fftw']

Summary: There were 2 ERROR messages shown, returning a non-zero exit code.

----

Full log


INFO: Detected layers:
INFO: meta-arago-extras: LayerType.SOFTWARE, /home/layerindexcheck/layerindexchecker/tmp.OgGMcXN00L-5/build/tmp.6zflHomo2B-6/layers-under-test/meta-arago/meta-arago-extras
INFO: 
INFO: Setting up for meta-arago-extras(LayerType.SOFTWARE), /home/layerindexcheck/layerindexchecker/tmp.OgGMcXN00L-5/build/tmp.6zflHomo2B-6/layers-under-test/meta-arago/meta-arago-extras
INFO: Adding layer meta-arm-toolchain
INFO: meta-arm-toolchain is already in /home/layerindexcheck/layerindexchecker/tmp.OgGMcXN00L-5/build/tmp.6zflHomo2B-6/build/conf/bblayers.conf
INFO: Adding layer meta-python
INFO: meta-python is already in /home/layerindexcheck/layerindexchecker/tmp.OgGMcXN00L-5/build/tmp.6zflHomo2B-6/build/conf/bblayers.conf
INFO: Adding layer meta-oe
INFO: meta-oe is already in /home/layerindexcheck/layerindexchecker/tmp.OgGMcXN00L-5/build/tmp.6zflHomo2B-6/build/conf/bblayers.conf
INFO: Adding layer meta-ti
INFO: meta-ti is already in /home/layerindexcheck/layerindexchecker/tmp.OgGMcXN00L-5/build/tmp.6zflHomo2B-6/build/conf/bblayers.conf
INFO: Adding layer meta-arm
INFO: meta-arm is already in /home/layerindexcheck/layerindexchecker/tmp.OgGMcXN00L-5/build/tmp.6zflHomo2B-6/build/conf/bblayers.conf
INFO: Adding layer meta-networking
INFO: meta-networking is already in /home/layerindexcheck/layerindexchecker/tmp.OgGMcXN00L-5/build/tmp.6zflHomo2B-6/build/conf/bblayers.conf
INFO: Adding layer meta-qt5
INFO: meta-qt5 is already in /home/layerindexcheck/layerindexchecker/tmp.OgGMcXN00L-5/build/tmp.6zflHomo2B-6/build/conf/bblayers.conf
INFO: Adding layer meta-arm-toolchain
INFO: meta-arm-toolchain is already in /home/layerindexcheck/layerindexchecker/tmp.OgGMcXN00L-5/build/tmp.6zflHomo2B-6/build/conf/bblayers.conf
INFO: Adding layer meta-python
INFO: meta-python is already in /home/layerindexcheck/layerindexchecker/tmp.OgGMcXN00L-5/build/tmp.6zflHomo2B-6/build/conf/bblayers.conf
INFO: Adding layer meta-oe
INFO: meta-oe is already in /home/layerindexcheck/layerindexchecker/tmp.OgGMcXN00L-5/build/tmp.6zflHomo2B-6/build/conf/bblayers.conf
INFO: Adding layer meta-ti
INFO: meta-ti is already in /home/layerindexcheck/layerindexchecker/tmp.OgGMcXN00L-5/build/tmp.6zflHomo2B-6/build/conf/bblayers.conf
INFO: Adding layer meta-arm
INFO: meta-arm is already in /home/layerindexcheck/layerindexchecker/tmp.OgGMcXN00L-5/build/tmp.6zflHomo2B-6/build/conf/bblayers.conf
INFO: Adding layer meta-networking
INFO: meta-networking is already in /home/layerindexcheck/layerindexchecker/tmp.OgGMcXN00L-5/build/tmp.6zflHomo2B-6/build/conf/bblayers.conf
INFO: Adding layer meta-qt5
INFO: meta-qt5 is already in /home/layerindexcheck/layerindexchecker/tmp.OgGMcXN00L-5/build/tmp.6zflHomo2B-6/build/conf/bblayers.conf
INFO: Getting initial bitbake variables ...
INFO: Getting initial signatures ...
INFO: Adding layer meta-arago-extras
INFO: Starting to analyze: meta-arago-extras
INFO: ----------------------------------------------------------------------
INFO: skipped "BSPCheckLayer: Layer meta-arago-extras isn't BSP one."
INFO: test_layerseries_compat (common.CommonCheckLayer)
INFO:  ... ok
INFO: test_parse (common.CommonCheckLayer)
INFO:  ... ok
INFO: test_readme (common.CommonCheckLayer)
INFO:  ... ok
INFO: test_show_environment (common.CommonCheckLayer)
INFO:  ... ok
INFO: test_signatures (common.CommonCheckLayer)
INFO:  ... FAIL

Stdout:
Loading cache...done.
Loaded 3751 entries from dependency cache.
INFO: Traceback (most recent call last):
  File "/home/layerindexcheck/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-arago-extras changed signatures.
2176 signatures changed, initial differences (first hash before, second after):
   devmem2:do_fetch: 4054d375b25d44bf6b753cc0ddeb07e3684adca4f722bcb66eb2569a4fc9c16f -> 646f6d2eb2ea7e0e7740729a01ea98526c9fd3f4f24bd8d4694a127aab67cb2f
      bitbake-diffsigs --task devmem2 do_fetch --signature 4054d375b25d44bf6b753cc0ddeb07e3684adca4f722bcb66eb2569a4fc9c16f 646f6d2eb2ea7e0e7740729a01ea98526c9fd3f4f24bd8d4694a127aab67cb2f
      NOTE: Starting bitbake server...
      basehash changed from bf08fc761047b774f334f9e796283d1b023af1372a43c893fb8dc758cbf2d502 to 36af60a28ad24914be7514d0b79024967f587136f31d84de6ef7e9fbc9276426
      Variable SRC_URI value changed:
      "http://www.free-electrons.com/pub/mirror/devmem2.c;downloadfilename=devmem2-new.c            file://devmem2-fixups-2.patch;apply=yes;striplevel=0            file://0001-devmem.c-ensure-word-is-32-bit-and-add-support-for-6.patch {+ file://0001-devmem2-support-different-page-sizes-at-run-time.patch +}"
      Dependency on checksum of file 0001-devmem2-support-different-page-sizes-at-run-time.patch was added

   flatbuffers:do_fetch: 3e49d5e016a9b33a0f66db07d0cf57d7da7286b575ae2cdcc840b0c0e27743dc -> ad0c483caea0e6395906af6bc9565a7e180c662bea5339a3d8deea2a9f2e117c
      bitbake-diffsigs --task flatbuffers do_fetch --signature 3e49d5e016a9b33a0f66db07d0cf57d7da7286b575ae2cdcc840b0c0e27743dc ad0c483caea0e6395906af6bc9565a7e180c662bea5339a3d8deea2a9f2e117c
      NOTE: Starting bitbake server...
      basehash changed from 877a57a634af30d264ebcef2092d41efc0b91ca1830473460539410c4e6b3cf0 to 04b02d371d2e1561805c8492d31c4573596ad7f5d7cb31daf0bf49a0c50110be
      Variable SRCREV value changed from '6df40a2471737b27271bdd9b900ab5f3aec746c7' to 'bf9eb67ab9371755c6bcece13cadc7693bcbf264'

   glfw:do_fetch: e33cbbb7bd83d4540c682306d41867a1d31313d4c59e96b70eb2acf70d498e42 -> c6315c59d5faa329a17156b6d120fba5a7aeccb3425273f87946323758659d99
      bitbake-diffsigs --task glfw do_fetch --signature e33cbbb7bd83d4540c682306d41867a1d31313d4c59e96b70eb2acf70d498e42 c6315c59d5faa329a17156b6d120fba5a7aeccb3425273f87946323758659d99
      NOTE: Starting bitbake server...
      Task dependencies changed from:
      ['SRCREV', 'SRC_URI', 'base_do_fetch']
      to:
      ['BRANCH', 'SRCREV', 'SRC_URI', 'base_do_fetch']
      basehash changed from 583973fc12b97028bd66028c4a17b57374fc2120e62a8ccbfe93eb93bf5b0fc3 to 2521dd427d03b456f8ffa790b9965ea53fdac038f6feaf0db2852aa5725b05e1
      List of dependencies for variable SRC_URI changed from 'set()' to '{'BRANCH'}'
      Dependency on variable BRANCH was added
      Variable SRC_URI value changed:
      "[-git://github.com/glfw/glfw.git-] {+git://github.com/glfw/glfw.git;branch=${BRANCH} file://0001-HACK-CMakeList.txt-remove-check-for-Wayland-Egl-prov.patch+}"
      Variable SRCREV value changed from '781fbbadb0bccc749058177b1385c82da9ace880' to '0a3c4f5d80b041ee1a12c8da3503653d98bd1a15'
      Dependency on checksum of file 0001-HACK-CMakeList.txt-remove-check-for-Wayland-Egl-prov.patch was added

   gstreamer1.0-plugins-good:do_fetch: 77a663e540961e4b7da2bdee0fd2e2b0ff39f82fafd0e5bdeef80e9a98f01221 -> 0e04f0ee5a7fef13a6d75ad8016198a7809bb2c7ce35b016cb78b3b50084d698
      bitbake-diffsigs --task gstreamer1.0-plugins-good do_fetch --signature 77a663e540961e4b7da2bdee0fd2e2b0ff39f82fafd0e5bdeef80e9a98f01221 0e04f0ee5a7fef13a6d75ad8016198a7809bb2c7ce35b016cb78b3b50084d698
      NOTE: Starting bitbake server...
      basehash changed from 69011ddc5e9b7d9cbb433ab21130a0718e073217ea045a0027d7b366928fcc79 to 0e39235029eed3003903fe899999d5da4d89036c12ee22c0487426a10cf68913
      Variable SRC_URI value changed:
      "             https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-${PV}.tar.xz             file://0001-qmlgl-ensure-Qt-defines-GLsync-to-fix-compile-on-som.patch             file://0001-qt-include-ext-qt-gstqtgl.h-instead-of-gst-gl-gstglf.patch              {+     file://0001-v4l2src-Increase-minimum-num-buffers-by-3.patch     file://0002-v4l2src-Use-generic-dmabuf-import-in-v4l2src.patch     file://0001-v4l2object-Update-formats-table-to-include-YUV422-mu.patch     file://0001-v4l2src-Check-for-drm-memory-support-in-try_import.patch +}"
      Dependency on checksum of file 0001-v4l2src-Check-for-drm-memory-support-in-try_import.patch was added
      Dependency on checksum of file 0001-v4l2object-Update-formats-table-to-include-YUV422-mu.patch was added
      Dependency on checksum of file 0002-v4l2src-Use-generic-dmabuf-import-in-v4l2src.patch was added
      Dependency on checksum of file 0001-v4l2src-Increase-minimum-num-buffers-by-3.patch was added

   gstreamer1.0-plugins-good:do_write_config: 9b9aeb30f8e20d05481b7440886c94ad87a8334fa29f7af1a3fd9b4a633de4fb -> fb06beabc96465703e54979d9e1b5edac52b2db291c2ce85c57e3a1e9858b278
      bitbake-diffsigs --task gstreamer1.0-plugins-good do_write_config --signature 9b9aeb30f8e20d05481b7440886c94ad87a8334fa29f7af1a3fd9b4a633de4fb fb06beabc96465703e54979d9e1b5edac52b2db291c2ce85c57e3a1e9858b278
      NOTE: Starting bitbake server...
      basehash changed from 296cb8465a37a62c61f791abfcca22ce69697290bba4fd1731c9bf3000bed1e0 to b3c130a03cde7f3833a1f28e66cf073030eb07c930df00a14077a52a28cccabd
      Variable PR value changed:
      "${@bb.parse.vars_from_file(d.getVar('FILE', False),d)[2] or [-'r0'}-] {+'r0'}.arago2+}"

   libdevmapper:do_configure: 519f4b284c75dddc555e1cda549bbfa0b59d0a3fc4a014a652621b0cc7c18778 -> cc26e81ec22e10a152ce38ee11f5cf35a34c7d81f3bbf19b78a8e095b4f23447
      bitbake-diffsigs --task libdevmapper do_configure --signature 519f4b284c75dddc555e1cda549bbfa0b59d0a3fc4a014a652621b0cc7c18778 cc26e81ec22e10a152ce38ee11f5cf35a34c7d81f3bbf19b78a8e095b4f23447
      NOTE: Starting bitbake server...
      basehash changed from f22a255e72a2e5a02d4ac4687874b3e13944f93264082f257979f32818d5f0e4 to ed3d5e216d69d9133de83bc8ac97dd1d7f81c51c8e2633d96d8f5f2b05b87a2e
      Variable AVAILABLE_LICENSES value changed:
      "AAL AFL-1.2 AFL-2.0 AFL-2.1 AFL-3.0 AGPL-3.0 ANTLR-PD APL-1.0 APSL-1.0 APSL-1.1 APSL-1.2 APSL-2.0 Adobe Apache-1.0 Apache-1.1 Apache-2.0 Apache-2.0-with-LLVM-exception Arphic-Public-License Artistic-1.0 Artistic-2.0 BSD BSD-0-Clause BSD-1-Clause BSD-2-Clause BSD-2-Clause-Patent BSD-3-Clause BSD-4-Clause BSL-1.0 BitstreamVera CATOSL-1.1 CC-BY-1.0 CC-BY-2.0 CC-BY-2.5 CC-BY-3.0 CC-BY-NC-1.0 CC-BY-NC-2.0 CC-BY-NC-2.5 CC-BY-NC-3.0 CC-BY-NC-ND-1.0 CC-BY-NC-ND-2.0 CC-BY-NC-ND-2.5 CC-BY-NC-ND-3.0 CC-BY-NC-SA-1.0 CC-BY-NC-SA-2.0 CC-BY-NC-SA-2.5 CC-BY-NC-SA-3.0 CC-BY-ND-1.0 CC-BY-ND-2.0 CC-BY-ND-2.5 CC-BY-ND-3.0 CC-BY-SA-1.0 CC-BY-SA-2.0 CC-BY-SA-2.5 CC-BY-SA-3.0 CC-BY-SA-4.0 CC0-1.0 CDDL-1.0 CECILL-1.0 CECILL-2.0 CECILL-B CECILL-C CPAL-1.0 CPL-1.0 CUA-OPL-1.0 ClArtistic DMTF DSSSL Digia-Qt-LGPL-Exception-1.1 ECL-1.0 ECL-2.0 EDL-1.0 EFL-1.0 EFL-2.0 EPL-1.0 EPL-2.0 EUDatagrid EUPL-1.0 EUPL-1.1 Entessa ErlPL-1.1 FLTK FSF-Unlimited Fair Frameworx-1.0 FreeType GD GFDL-1.1 GFDL-1.2 GFDL-1.3 GPL-1.0 GPL-2-with-bison-exception GPL-2.0 GPL-2.0-with-GCC-exception GPL-2.0-with-OpenSSL-exception GPL-2.0-with-autoconf-exception GPL-2.0-with-classpath-exception GPL-2.0-with-font-exception GPL-2.0-with-lmbench-restriction GPL-3.0 GPL-3.0-with-GCC-exception GPL-3.0-with-autoconf-exception HDF5 HPND Hewlett-Packard ICU IPA IPL-1.0 ISC ImageMagick Intel Khronos Kilgard LGPL-2.0 LGPL-2.1 LGPL-3.0 LLNL LPL-1.02 LPPL-1.0 LPPL-1.1 LPPL-1.2 LPPL-1.3c Libpng MIT MPL-1.0 MPL-1.1 MPL-2.0 MS-PL MS-RL ManishSingh Mini-XML-License MirOS Motosoto Multics NASA-1.3 NCSA NGPL NPOSL-3.0 NTP Nauman Nokia OASIS OCLC-2.0 ODbL-1.0 OFL-1.0 OFL-1.1 OGPL OGTSL OLDAP-2.8 OSL-1.0 OSL-2.0 OSL-3.0 OpenLDAP OpenSSL PD PHP-3.0 ParaTypeFFL-1.3 Patrick-Powell PostgreSQL Proprietary Python-2.0 QPL-1.0 QWTv1.0 RHeCos-1 RHeCos-1.1 RPL-1.5 RPSL-1.0 RSCPL Ruby SAX-PD SGI-1 SMAIL_GPL SPL-1.0 SSPL-1 Simple-2.0 Sleepycat {+Stream_Benchmark_License+} SugarCRM-1 SugarCRM-1.1.3 TI-TFL TI-TSPA TLWG Thai-Open-Source-Software-Center The-Qt-Company-Commercial The-Qt-Company-GPL-Exception-1.0 UCB UFL Unicode VSL-1.0 W3C WXwindows Watcom-1.0 X11 XFree86-1.0 XFree86-1.1 XSL Xnet YPL-1.1 ZPL-1.1 ZPL-2.0 ZPL-2.1 Zimbra-1.3 Zlib bzip2-1.0.6 copyleft-next-0.3.0 eCos-2.0 flite gSOAP-1 gSOAP-1.3b gnuplot iozone3 nbench-byte netperf pkgconf radvd read-edid safec tcl ttf-mplus unRAR unfs3 vim wxWidgets zsh"

   lvm2:do_configure: a55376a96d86261aaf2e717f779af78b72ed85bd8aa20ae388711c934405bd34 -> 23c8556ce9a8da6bbb6613e92de06d59cbef6f926fe59e9028aba804e8c7fcaf
      bitbake-diffsigs --task lvm2 do_configure --signature a55376a96d86261aaf2e717f779af78b72ed85bd8aa20ae388711c934405bd34 23c8556ce9a8da6bbb6613e92de06d59cbef6f926fe59e9028aba804e8c7fcaf
      NOTE: Starting bitbake server...
      basehash changed from 1ad5b5eb02928765cbdd3789edbe81af738468918cd49bdb57cae9ddf355b693 to 5c94f9868ec5f82e23a65b28244356f58a35406a88bb6c8954a375053ef990c4
      Variable AVAILABLE_LICENSES value changed:
      "AAL AFL-1.2 AFL-2.0 AFL-2.1 AFL-3.0 AGPL-3.0 ANTLR-PD APL-1.0 APSL-1.0 APSL-1.1 APSL-1.2 APSL-2.0 Adobe Apache-1.0 Apache-1.1 Apache-2.0 Apache-2.0-with-LLVM-exception Arphic-Public-License Artistic-1.0 Artistic-2.0 BSD BSD-0-Clause BSD-1-Clause BSD-2-Clause BSD-2-Clause-Patent BSD-3-Clause BSD-4-Clause BSL-1.0 BitstreamVera CATOSL-1.1 CC-BY-1.0 CC-BY-2.0 CC-BY-2.5 CC-BY-3.0 CC-BY-NC-1.0 CC-BY-NC-2.0 CC-BY-NC-2.5 CC-BY-NC-3.0 CC-BY-NC-ND-1.0 CC-BY-NC-ND-2.0 CC-BY-NC-ND-2.5 CC-BY-NC-ND-3.0 CC-BY-NC-SA-1.0 CC-BY-NC-SA-2.0 CC-BY-NC-SA-2.5 CC-BY-NC-SA-3.0 CC-BY-ND-1.0 CC-BY-ND-2.0 CC-BY-ND-2.5 CC-BY-ND-3.0 CC-BY-SA-1.0 CC-BY-SA-2.0 CC-BY-SA-2.5 CC-BY-SA-3.0 CC-BY-SA-4.0 CC0-1.0 CDDL-1.0 CECILL-1.0 CECILL-2.0 CECILL-B CECILL-C CPAL-1.0 CPL-1.0 CUA-OPL-1.0 ClArtistic DMTF DSSSL Digia-Qt-LGPL-Exception-1.1 ECL-1.0 ECL-2.0 EDL-1.0 EFL-1.0 EFL-2.0 EPL-1.0 EPL-2.0 EUDatagrid EUPL-1.0 EUPL-1.1 Entessa ErlPL-1.1 FLTK FSF-Unlimited Fair Frameworx-1.0 FreeType GD GFDL-1.1 GFDL-1.2 GFDL-1.3 GPL-1.0 GPL-2-with-bison-exception GPL-2.0 GPL-2.0-with-GCC-exception GPL-2.0-with-OpenSSL-exception GPL-2.0-with-autoconf-exception GPL-2.0-with-classpath-exception GPL-2.0-with-font-exception GPL-2.0-with-lmbench-restriction GPL-3.0 GPL-3.0-with-GCC-exception GPL-3.0-with-autoconf-exception HDF5 HPND Hewlett-Packard ICU IPA IPL-1.0 ISC ImageMagick Intel Khronos Kilgard LGPL-2.0 LGPL-2.1 LGPL-3.0 LLNL LPL-1.02 LPPL-1.0 LPPL-1.1 LPPL-1.2 LPPL-1.3c Libpng MIT MPL-1.0 MPL-1.1 MPL-2.0 MS-PL MS-RL ManishSingh Mini-XML-License MirOS Motosoto Multics NASA-1.3 NCSA NGPL NPOSL-3.0 NTP Nauman Nokia OASIS OCLC-2.0 ODbL-1.0 OFL-1.0 OFL-1.1 OGPL OGTSL OLDAP-2.8 OSL-1.0 OSL-2.0 OSL-3.0 OpenLDAP OpenSSL PD PHP-3.0 ParaTypeFFL-1.3 Patrick-Powell PostgreSQL Proprietary Python-2.0 QPL-1.0 QWTv1.0 RHeCos-1 RHeCos-1.1 RPL-1.5 RPSL-1.0 RSCPL Ruby SAX-PD SGI-1 SMAIL_GPL SPL-1.0 SSPL-1 Simple-2.0 Sleepycat {+Stream_Benchmark_License+} SugarCRM-1 SugarCRM-1.1.3 TI-TFL TI-TSPA TLWG Thai-Open-Source-Software-Center The-Qt-Company-Commercial The-Qt-Company-GPL-Exception-1.0 UCB UFL Unicode VSL-1.0 W3C WXwindows Watcom-1.0 X11 XFree86-1.0 XFree86-1.1 XSL Xnet YPL-1.1 ZPL-1.1 ZPL-2.0 ZPL-2.1 Zimbra-1.3 Zlib bzip2-1.0.6 copyleft-next-0.3.0 eCos-2.0 flite gSOAP-1 gSOAP-1.3b gnuplot iozone3 nbench-byte netperf pkgconf radvd read-edid safec tcl ttf-mplus unRAR unfs3 vim wxWidgets zsh"

   makedumpfile:do_fetch: 7ca300f8ac496827ca8ec210716d6ec39a2ce81f68de3fe0c4d56d65ec99917d -> 5a4c0dc65e24d0f8cdf15c3daca726ab9a706767e70ce1ec8fac8e9e6490f9e4
      bitbake-diffsigs --task makedumpfile do_fetch --signature 7ca300f8ac496827ca8ec210716d6ec39a2ce81f68de3fe0c4d56d65ec99917d 5a4c0dc65e24d0f8cdf15c3daca726ab9a706767e70ce1ec8fac8e9e6490f9e4
      NOTE: Starting bitbake server...
      Task dependencies changed from:
      ['BPN', 'PN', 'PV', 'SPECIAL_PKGSUFFIX', 'SRCREV', 'SRC_URI', 'SRC_URI[md5sum]', 'SRC_URI[sha256sum]', 'base_do_fetch']
      to:
      ['PV', 'SRCREV', 'SRC_URI', 'SRC_URI[makedumpfile.md5sum]', 'SRC_URI[makedumpfile.sha256sum]', 'base_do_fetch']
      basehash changed from 8e22026ee63a54047973a54648d5ead092676101a1414466722390270a5889cd to 57de9204ea143e7b0f6fc4076bf07079741b7ddb5c07c7bb68fb6b8e826d57a7
      List of dependencies for variable SRC_URI changed from '{'BPN', 'PV', 'SRC_URI[md5sum]', 'SRC_URI[sha256sum]'}' to '{'SRC_URI[makedumpfile.sha256sum]', 'SRC_URI[makedumpfile.md5sum]', 'PV'}'
      changed items: {'BPN', 'SRC_URI[makedumpfile.md5sum]', 'SRC_URI[sha256sum]', 'SRC_URI[makedumpfile.sha256sum]', 'SRC_URI[md5sum]'}
      Dependency on variable SRC_URI[makedumpfile.sha256sum] was added
      Dependency on variable SRC_URI[makedumpfile.md5sum] was added
      Dependency on Variable BPN was removed
      Dependency on Variable SPECIAL_PKGSUFFIX was removed
      Dependency on Variable PN was removed
      Dependency on Variable SRC_URI[sha256sum] was removed
      Dependency on Variable SRC_URI[md5sum] was removed
      Variable PV value changed from '1.6.7' to '1.5.0'
      Variable SRC_URI value changed:
      "[-    ${SOURCEFORGE_MIRROR}/makedumpfile/${BPN}-${PV}.tar.gz     file://0001-makedumpfile-replace-hardcode-CFLAGS.patch     file://0002-mem_section-Support-only-46-bit-for-MAX_PHYSMEM_BITS.patch -] {+http://sourceforge.net/projects/makedumpfile/files/makedumpfile/1.5.0/makedumpfile-${PV}.tar.gz;name=makedumpfile+}"
      Dependency on checksum of file 0001-makedumpfile-replace-hardcode-CFLAGS.patch was removed
      Dependency on checksum of file 0002-mem_section-Support-only-46-bit-for-MAX_PHYSMEM_BITS.patch was removed

   mtd-utils:do_configure: 769efa779cb456c8c4012ba9bc369a1cd2f409507ec5841f2b58187a5b72ac3f -> 4469cccc93616a1fd84d675cd0bf85c1af791ed3d6910576e419a086a9b9ba83
      bitbake-diffsigs --task mtd-utils do_configure --signature 769efa779cb456c8c4012ba9bc369a1cd2f409507ec5841f2b58187a5b72ac3f 4469cccc93616a1fd84d675cd0bf85c1af791ed3d6910576e419a086a9b9ba83
      NOTE: Starting bitbake server...
      basehash changed from fa90907c7c7be307a88129e6deca02c579625725acd30ca5aadc5e52e74b7467 to bfca34fdac44637fd3b420e780b7d9a7e53dcbaf3e82b041831322e56fb93ed6
      Variable EXTRA_OEMAKE value changed:
      @@ -1,2 +1,2 @@
      -'CC=${CC}' 'RANLIB=${RANLIB}' 'AR=${AR}' 'CFLAGS=${CFLAGS} ${@bb.utils.contains('PACKAGECONFIG', 'xattr', '', '-DWITHOUT_XATTR', d)} -I${S}/include' 'BUILDDIR=${S}'
      +'CC=${CC} ${CFLAGS} ${@bb.utils.contains('PACKAGECONFIG', 'xattr', '', '-DWITHOUT_XATTR', d)} -I${S}/include' 'RANLIB=${RANLIB}' 'AR=${AR}' 'BUILDDIR=${S}'
       PACKAGECONFIG{xattr} = Unset
      Variable PR value changed:
      "${@bb.parse.vars_from_file(d.getVar('FILE', False),d)[2] or [-'r0'}-] {+'r0'}.arago1+}"

   mtd-utils:do_populate_lic: 6603094493f295687c3e3102262e67facd016be1efaec5f86b32c3c95dad1f28 -> 1def257f6714d6d5c42c111ad4387330aa4d907cc0e34fbe53576d71064c49e3
      bitbake-diffsigs --task mtd-utils do_populate_lic --signature 6603094493f295687c3e3102262e67facd016be1efaec5f86b32c3c95dad1f28 1def257f6714d6d5c42c111ad4387330aa4d907cc0e34fbe53576d71064c49e3
      NOTE: Starting bitbake server...
      basehash changed from b709d6f9a454205eba26f1029228a738630b540c4f41b408ae83a10d0dc2e83a to ddcd154357ba3ff41c3824b1d12326447561bf24723417be2be7ffb0b3a15e4a
      Variable PR value changed:
      "${@bb.parse.vars_from_file(d.getVar('FILE', False),d)[2] or [-'r0'}-] {+'r0'}.arago1+}"

   wayland-protocols:do_fetch: 2a4a2edfeee23fb5fa08aebf1ada3c7a658ca7ac208dd8ac9ccf9bd44e546671 -> 36168431efeb877c82e42c3775b572111ef4ad79ea0afb6612a0ccbbbc21b989
      bitbake-diffsigs --task wayland-protocols do_fetch --signature 2a4a2edfeee23fb5fa08aebf1ada3c7a658ca7ac208dd8ac9ccf9bd44e546671 36168431efeb877c82e42c3775b572111ef4ad79ea0afb6612a0ccbbbc21b989
      NOTE: Starting bitbake server...
      basehash changed from 38aadcbbd55d89af62fa48859061b4f80b4b0cd9e699d74a5d97fe88cbcb7789 to ead6d60279d0245e7be05b7acb56de9d66097917d9e3c092df30b99d5751d0ab
      Variable SRC_URI value changed:
      "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz             {+     file://0001-wayland-drm-Add-wayland-drm-protocol-to-stable.patch     file://0002-wayland-drm-Update-to-version-2.patch +}"
      Dependency on checksum of file 0001-wayland-drm-Add-wayland-drm-protocol-to-stable.patch was added
      Dependency on checksum of file 0002-wayland-drm-Update-to-version-2.patch was added


Stdout:
Loading cache...done.
Loaded 3751 entries from dependency cache.

INFO: test_world (common.CommonCheckLayer)
INFO:  ... ERROR
INFO: Traceback (most recent call last):
  File "/home/layerindexcheck/oe-core/scripts/lib/checklayer/cases/common.py", line 44, in test_world
    get_signatures(self.td['builddir'], failsafe=False)
  File "/home/layerindexcheck/oe-core/scripts/lib/checklayer/__init__.py", line 282, in get_signatures
    cmd, builddir)
  File "/home/layerindexcheck/oe-core/scripts/lib/checklayer/__init__.py", line 256, in check_command
    raise RuntimeError(msg)
RuntimeError: Generating signatures failed. This might be due to some parse error and/or general layer incompatibilities.
Command: BB_ENV_EXTRAWHITE="$BB_ENV_EXTRAWHITE BB_SIGNATURE_HANDLER" BB_SIGNATURE_HANDLER="OEBasicHash" bitbake -S none world
Output:
Loading cache...done.
Loaded 3751 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing PROVIDES 'ti-fftw' (but /home/layerindexcheck/layerindexchecker/tmp.OgGMcXN00L-5/build/tmp.6zflHomo2B-6/layers-under-test/meta-arago/meta-arago-extras/recipes-ti/fftlib/ti-fftw-examples_git.bb DEPENDS on or otherwise requires it)
ti-fftw was skipped: incompatible with machine qemux86-64 (not in COMPATIBLE_MACHINE)
ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'ti-fftw-examples', 'ti-fftw']

Summary: There were 2 ERROR messages shown, returning a non-zero exit code.


INFO: skipped "DistroCheckLayer: Layer meta-arago-extras isn't Distro one."
INFO: ----
INFO: ERROR: test_world (common.CommonCheckLayer)
INFO: ----------------------------------------------------------------------
INFO: Traceback (most recent call last):
  File "/home/layerindexcheck/oe-core/scripts/lib/checklayer/cases/common.py", line 44, in test_world
    get_signatures(self.td['builddir'], failsafe=False)
  File "/home/layerindexcheck/oe-core/scripts/lib/checklayer/__init__.py", line 282, in get_signatures
    cmd, builddir)
  File "/home/layerindexcheck/oe-core/scripts/lib/checklayer/__init__.py", line 256, in check_command
    raise RuntimeError(msg)
RuntimeError: Generating signatures failed. This might be due to some parse error and/or general layer incompatibilities.
Command: BB_ENV_EXTRAWHITE="$BB_ENV_EXTRAWHITE BB_SIGNATURE_HANDLER" BB_SIGNATURE_HANDLER="OEBasicHash" bitbake -S none world
Output:
Loading cache...done.
Loaded 3751 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing PROVIDES 'ti-fftw' (but /home/layerindexcheck/layerindexchecker/tmp.OgGMcXN00L-5/build/tmp.6zflHomo2B-6/layers-under-test/meta-arago/meta-arago-extras/recipes-ti/fftlib/ti-fftw-examples_git.bb DEPENDS on or otherwise requires it)
ti-fftw was skipped: incompatible with machine qemux86-64 (not in COMPATIBLE_MACHINE)
ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'ti-fftw-examples', 'ti-fftw']

Summary: There were 2 ERROR messages shown, returning a non-zero exit code.

----
INFO: FAIL: test_signatures (common.CommonCheckLayer)
INFO: ----------------------------------------------------------------------
INFO: Traceback (most recent call last):
  File "/home/layerindexcheck/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-arago-extras changed signatures.
2176 signatures changed, initial differences (first hash before, second after):
   devmem2:do_fetch: 4054d375b25d44bf6b753cc0ddeb07e3684adca4f722bcb66eb2569a4fc9c16f -> 646f6d2eb2ea7e0e7740729a01ea98526c9fd3f4f24bd8d4694a127aab67cb2f
      bitbake-diffsigs --task devmem2 do_fetch --signature 4054d375b25d44bf6b753cc0ddeb07e3684adca4f722bcb66eb2569a4fc9c16f 646f6d2eb2ea7e0e7740729a01ea98526c9fd3f4f24bd8d4694a127aab67cb2f
      NOTE: Starting bitbake server...
      basehash changed from bf08fc761047b774f334f9e796283d1b023af1372a43c893fb8dc758cbf2d502 to 36af60a28ad24914be7514d0b79024967f587136f31d84de6ef7e9fbc9276426
      Variable SRC_URI value changed:
      "http://www.free-electrons.com/pub/mirror/devmem2.c;downloadfilename=devmem2-new.c            file://devmem2-fixups-2.patch;apply=yes;striplevel=0            file://0001-devmem.c-ensure-word-is-32-bit-and-add-support-for-6.patch {+ file://0001-devmem2-support-different-page-sizes-at-run-time.patch +}"
      Dependency on checksum of file 0001-devmem2-support-different-page-sizes-at-run-time.patch was added

   flatbuffers:do_fetch: 3e49d5e016a9b33a0f66db07d0cf57d7da7286b575ae2cdcc840b0c0e27743dc -> ad0c483caea0e6395906af6bc9565a7e180c662bea5339a3d8deea2a9f2e117c
      bitbake-diffsigs --task flatbuffers do_fetch --signature 3e49d5e016a9b33a0f66db07d0cf57d7da7286b575ae2cdcc840b0c0e27743dc ad0c483caea0e6395906af6bc9565a7e180c662bea5339a3d8deea2a9f2e117c
      NOTE: Starting bitbake server...
      basehash changed from 877a57a634af30d264ebcef2092d41efc0b91ca1830473460539410c4e6b3cf0 to 04b02d371d2e1561805c8492d31c4573596ad7f5d7cb31daf0bf49a0c50110be
      Variable SRCREV value changed from '6df40a2471737b27271bdd9b900ab5f3aec746c7' to 'bf9eb67ab9371755c6bcece13cadc7693bcbf264'

   glfw:do_fetch: e33cbbb7bd83d4540c682306d41867a1d31313d4c59e96b70eb2acf70d498e42 -> c6315c59d5faa329a17156b6d120fba5a7aeccb3425273f87946323758659d99
      bitbake-diffsigs --task glfw do_fetch --signature e33cbbb7bd83d4540c682306d41867a1d31313d4c59e96b70eb2acf70d498e42 c6315c59d5faa329a17156b6d120fba5a7aeccb3425273f87946323758659d99
      NOTE: Starting bitbake server...
      Task dependencies changed from:
      ['SRCREV', 'SRC_URI', 'base_do_fetch']
      to:
      ['BRANCH', 'SRCREV', 'SRC_URI', 'base_do_fetch']
      basehash changed from 583973fc12b97028bd66028c4a17b57374fc2120e62a8ccbfe93eb93bf5b0fc3 to 2521dd427d03b456f8ffa790b9965ea53fdac038f6feaf0db2852aa5725b05e1
      List of dependencies for variable SRC_URI changed from 'set()' to '{'BRANCH'}'
      Dependency on variable BRANCH was added
      Variable SRC_URI value changed:
      "[-git://github.com/glfw/glfw.git-] {+git://github.com/glfw/glfw.git;branch=${BRANCH} file://0001-HACK-CMakeList.txt-remove-check-for-Wayland-Egl-prov.patch+}"
      Variable SRCREV value changed from '781fbbadb0bccc749058177b1385c82da9ace880' to '0a3c4f5d80b041ee1a12c8da3503653d98bd1a15'
      Dependency on checksum of file 0001-HACK-CMakeList.txt-remove-check-for-Wayland-Egl-prov.patch was added

   gstreamer1.0-plugins-good:do_fetch: 77a663e540961e4b7da2bdee0fd2e2b0ff39f82fafd0e5bdeef80e9a98f01221 -> 0e04f0ee5a7fef13a6d75ad8016198a7809bb2c7ce35b016cb78b3b50084d698
      bitbake-diffsigs --task gstreamer1.0-plugins-good do_fetch --signature 77a663e540961e4b7da2bdee0fd2e2b0ff39f82fafd0e5bdeef80e9a98f01221 0e04f0ee5a7fef13a6d75ad8016198a7809bb2c7ce35b016cb78b3b50084d698
      NOTE: Starting bitbake server...
      basehash changed from 69011ddc5e9b7d9cbb433ab21130a0718e073217ea045a0027d7b366928fcc79 to 0e39235029eed3003903fe899999d5da4d89036c12ee22c0487426a10cf68913
      Variable SRC_URI value changed:
      "             https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-${PV}.tar.xz             file://0001-qmlgl-ensure-Qt-defines-GLsync-to-fix-compile-on-som.patch             file://0001-qt-include-ext-qt-gstqtgl.h-instead-of-gst-gl-gstglf.patch              {+     file://0001-v4l2src-Increase-minimum-num-buffers-by-3.patch     file://0002-v4l2src-Use-generic-dmabuf-import-in-v4l2src.patch     file://0001-v4l2object-Update-formats-table-to-include-YUV422-mu.patch     file://0001-v4l2src-Check-for-drm-memory-support-in-try_import.patch +}"
      Dependency on checksum of file 0001-v4l2src-Check-for-drm-memory-support-in-try_import.patch was added
      Dependency on checksum of file 0001-v4l2object-Update-formats-table-to-include-YUV422-mu.patch was added
      Dependency on checksum of file 0002-v4l2src-Use-generic-dmabuf-import-in-v4l2src.patch was added
      Dependency on checksum of file 0001-v4l2src-Increase-minimum-num-buffers-by-3.patch was added

   gstreamer1.0-plugins-good:do_write_config: 9b9aeb30f8e20d05481b7440886c94ad87a8334fa29f7af1a3fd9b4a633de4fb -> fb06beabc96465703e54979d9e1b5edac52b2db291c2ce85c57e3a1e9858b278
      bitbake-diffsigs --task gstreamer1.0-plugins-good do_write_config --signature 9b9aeb30f8e20d05481b7440886c94ad87a8334fa29f7af1a3fd9b4a633de4fb fb06beabc96465703e54979d9e1b5edac52b2db291c2ce85c57e3a1e9858b278
      NOTE: Starting bitbake server...
      basehash changed from 296cb8465a37a62c61f791abfcca22ce69697290bba4fd1731c9bf3000bed1e0 to b3c130a03cde7f3833a1f28e66cf073030eb07c930df00a14077a52a28cccabd
      Variable PR value changed:
      "${@bb.parse.vars_from_file(d.getVar('FILE', False),d)[2] or [-'r0'}-] {+'r0'}.arago2+}"

   libdevmapper:do_configure: 519f4b284c75dddc555e1cda549bbfa0b59d0a3fc4a014a652621b0cc7c18778 -> cc26e81ec22e10a152ce38ee11f5cf35a34c7d81f3bbf19b78a8e095b4f23447
      bitbake-diffsigs --task libdevmapper do_configure --signature 519f4b284c75dddc555e1cda549bbfa0b59d0a3fc4a014a652621b0cc7c18778 cc26e81ec22e10a152ce38ee11f5cf35a34c7d81f3bbf19b78a8e095b4f23447
      NOTE: Starting bitbake server...
      basehash changed from f22a255e72a2e5a02d4ac4687874b3e13944f93264082f257979f32818d5f0e4 to ed3d5e216d69d9133de83bc8ac97dd1d7f81c51c8e2633d96d8f5f2b05b87a2e
      Variable AVAILABLE_LICENSES value changed:
      "AAL AFL-1.2 AFL-2.0 AFL-2.1 AFL-3.0 AGPL-3.0 ANTLR-PD APL-1.0 APSL-1.0 APSL-1.1 APSL-1.2 APSL-2.0 Adobe Apache-1.0 Apache-1.1 Apache-2.0 Apache-2.0-with-LLVM-exception Arphic-Public-License Artistic-1.0 Artistic-2.0 BSD BSD-0-Clause BSD-1-Clause BSD-2-Clause BSD-2-Clause-Patent BSD-3-Clause BSD-4-Clause BSL-1.0 BitstreamVera CATOSL-1.1 CC-BY-1.0 CC-BY-2.0 CC-BY-2.5 CC-BY-3.0 CC-BY-NC-1.0 CC-BY-NC-2.0 CC-BY-NC-2.5 CC-BY-NC-3.0 CC-BY-NC-ND-1.0 CC-BY-NC-ND-2.0 CC-BY-NC-ND-2.5 CC-BY-NC-ND-3.0 CC-BY-NC-SA-1.0 CC-BY-NC-SA-2.0 CC-BY-NC-SA-2.5 CC-BY-NC-SA-3.0 CC-BY-ND-1.0 CC-BY-ND-2.0 CC-BY-ND-2.5 CC-BY-ND-3.0 CC-BY-SA-1.0 CC-BY-SA-2.0 CC-BY-SA-2.5 CC-BY-SA-3.0 CC-BY-SA-4.0 CC0-1.0 CDDL-1.0 CECILL-1.0 CECILL-2.0 CECILL-B CECILL-C CPAL-1.0 CPL-1.0 CUA-OPL-1.0 ClArtistic DMTF DSSSL Digia-Qt-LGPL-Exception-1.1 ECL-1.0 ECL-2.0 EDL-1.0 EFL-1.0 EFL-2.0 EPL-1.0 EPL-2.0 EUDatagrid EUPL-1.0 EUPL-1.1 Entessa ErlPL-1.1 FLTK FSF-Unlimited Fair Frameworx-1.0 FreeType GD GFDL-1.1 GFDL-1.2 GFDL-1.3 GPL-1.0 GPL-2-with-bison-exception GPL-2.0 GPL-2.0-with-GCC-exception GPL-2.0-with-OpenSSL-exception GPL-2.0-with-autoconf-exception GPL-2.0-with-classpath-exception GPL-2.0-with-font-exception GPL-2.0-with-lmbench-restriction GPL-3.0 GPL-3.0-with-GCC-exception GPL-3.0-with-autoconf-exception HDF5 HPND Hewlett-Packard ICU IPA IPL-1.0 ISC ImageMagick Intel Khronos Kilgard LGPL-2.0 LGPL-2.1 LGPL-3.0 LLNL LPL-1.02 LPPL-1.0 LPPL-1.1 LPPL-1.2 LPPL-1.3c Libpng MIT MPL-1.0 MPL-1.1 MPL-2.0 MS-PL MS-RL ManishSingh Mini-XML-License MirOS Motosoto Multics NASA-1.3 NCSA NGPL NPOSL-3.0 NTP Nauman Nokia OASIS OCLC-2.0 ODbL-1.0 OFL-1.0 OFL-1.1 OGPL OGTSL OLDAP-2.8 OSL-1.0 OSL-2.0 OSL-3.0 OpenLDAP OpenSSL PD PHP-3.0 ParaTypeFFL-1.3 Patrick-Powell PostgreSQL Proprietary Python-2.0 QPL-1.0 QWTv1.0 RHeCos-1 RHeCos-1.1 RPL-1.5 RPSL-1.0 RSCPL Ruby SAX-PD SGI-1 SMAIL_GPL SPL-1.0 SSPL-1 Simple-2.0 Sleepycat {+Stream_Benchmark_License+} SugarCRM-1 SugarCRM-1.1.3 TI-TFL TI-TSPA TLWG Thai-Open-Source-Software-Center The-Qt-Company-Commercial The-Qt-Company-GPL-Exception-1.0 UCB UFL Unicode VSL-1.0 W3C WXwindows Watcom-1.0 X11 XFree86-1.0 XFree86-1.1 XSL Xnet YPL-1.1 ZPL-1.1 ZPL-2.0 ZPL-2.1 Zimbra-1.3 Zlib bzip2-1.0.6 copyleft-next-0.3.0 eCos-2.0 flite gSOAP-1 gSOAP-1.3b gnuplot iozone3 nbench-byte netperf pkgconf radvd read-edid safec tcl ttf-mplus unRAR unfs3 vim wxWidgets zsh"

   lvm2:do_configure: a55376a96d86261aaf2e717f779af78b72ed85bd8aa20ae388711c934405bd34 -> 23c8556ce9a8da6bbb6613e92de06d59cbef6f926fe59e9028aba804e8c7fcaf
      bitbake-diffsigs --task lvm2 do_configure --signature a55376a96d86261aaf2e717f779af78b72ed85bd8aa20ae388711c934405bd34 23c8556ce9a8da6bbb6613e92de06d59cbef6f926fe59e9028aba804e8c7fcaf
      NOTE: Starting bitbake server...
      basehash changed from 1ad5b5eb02928765cbdd3789edbe81af738468918cd49bdb57cae9ddf355b693 to 5c94f9868ec5f82e23a65b28244356f58a35406a88bb6c8954a375053ef990c4
      Variable AVAILABLE_LICENSES value changed:
      "AAL AFL-1.2 AFL-2.0 AFL-2.1 AFL-3.0 AGPL-3.0 ANTLR-PD APL-1.0 APSL-1.0 APSL-1.1 APSL-1.2 APSL-2.0 Adobe Apache-1.0 Apache-1.1 Apache-2.0 Apache-2.0-with-LLVM-exception Arphic-Public-License Artistic-1.0 Artistic-2.0 BSD BSD-0-Clause BSD-1-Clause BSD-2-Clause BSD-2-Clause-Patent BSD-3-Clause BSD-4-Clause BSL-1.0 BitstreamVera CATOSL-1.1 CC-BY-1.0 CC-BY-2.0 CC-BY-2.5 CC-BY-3.0 CC-BY-NC-1.0 CC-BY-NC-2.0 CC-BY-NC-2.5 CC-BY-NC-3.0 CC-BY-NC-ND-1.0 CC-BY-NC-ND-2.0 CC-BY-NC-ND-2.5 CC-BY-NC-ND-3.0 CC-BY-NC-SA-1.0 CC-BY-NC-SA-2.0 CC-BY-NC-SA-2.5 CC-BY-NC-SA-3.0 CC-BY-ND-1.0 CC-BY-ND-2.0 CC-BY-ND-2.5 CC-BY-ND-3.0 CC-BY-SA-1.0 CC-BY-SA-2.0 CC-BY-SA-2.5 CC-BY-SA-3.0 CC-BY-SA-4.0 CC0-1.0 CDDL-1.0 CECILL-1.0 CECILL-2.0 CECILL-B CECILL-C CPAL-1.0 CPL-1.0 CUA-OPL-1.0 ClArtistic DMTF DSSSL Digia-Qt-LGPL-Exception-1.1 ECL-1.0 ECL-2.0 EDL-1.0 EFL-1.0 EFL-2.0 EPL-1.0 EPL-2.0 EUDatagrid EUPL-1.0 EUPL-1.1 Entessa ErlPL-1.1 FLTK FSF-Unlimited Fair Frameworx-1.0 FreeType GD GFDL-1.1 GFDL-1.2 GFDL-1.3 GPL-1.0 GPL-2-with-bison-exception GPL-2.0 GPL-2.0-with-GCC-exception GPL-2.0-with-OpenSSL-exception GPL-2.0-with-autoconf-exception GPL-2.0-with-classpath-exception GPL-2.0-with-font-exception GPL-2.0-with-lmbench-restriction GPL-3.0 GPL-3.0-with-GCC-exception GPL-3.0-with-autoconf-exception HDF5 HPND Hewlett-Packard ICU IPA IPL-1.0 ISC ImageMagick Intel Khronos Kilgard LGPL-2.0 LGPL-2.1 LGPL-3.0 LLNL LPL-1.02 LPPL-1.0 LPPL-1.1 LPPL-1.2 LPPL-1.3c Libpng MIT MPL-1.0 MPL-1.1 MPL-2.0 MS-PL MS-RL ManishSingh Mini-XML-License MirOS Motosoto Multics NASA-1.3 NCSA NGPL NPOSL-3.0 NTP Nauman Nokia OASIS OCLC-2.0 ODbL-1.0 OFL-1.0 OFL-1.1 OGPL OGTSL OLDAP-2.8 OSL-1.0 OSL-2.0 OSL-3.0 OpenLDAP OpenSSL PD PHP-3.0 ParaTypeFFL-1.3 Patrick-Powell PostgreSQL Proprietary Python-2.0 QPL-1.0 QWTv1.0 RHeCos-1 RHeCos-1.1 RPL-1.5 RPSL-1.0 RSCPL Ruby SAX-PD SGI-1 SMAIL_GPL SPL-1.0 SSPL-1 Simple-2.0 Sleepycat {+Stream_Benchmark_License+} SugarCRM-1 SugarCRM-1.1.3 TI-TFL TI-TSPA TLWG Thai-Open-Source-Software-Center The-Qt-Company-Commercial The-Qt-Company-GPL-Exception-1.0 UCB UFL Unicode VSL-1.0 W3C WXwindows Watcom-1.0 X11 XFree86-1.0 XFree86-1.1 XSL Xnet YPL-1.1 ZPL-1.1 ZPL-2.0 ZPL-2.1 Zimbra-1.3 Zlib bzip2-1.0.6 copyleft-next-0.3.0 eCos-2.0 flite gSOAP-1 gSOAP-1.3b gnuplot iozone3 nbench-byte netperf pkgconf radvd read-edid safec tcl ttf-mplus unRAR unfs3 vim wxWidgets zsh"

   makedumpfile:do_fetch: 7ca300f8ac496827ca8ec210716d6ec39a2ce81f68de3fe0c4d56d65ec99917d -> 5a4c0dc65e24d0f8cdf15c3daca726ab9a706767e70ce1ec8fac8e9e6490f9e4
      bitbake-diffsigs --task makedumpfile do_fetch --signature 7ca300f8ac496827ca8ec210716d6ec39a2ce81f68de3fe0c4d56d65ec99917d 5a4c0dc65e24d0f8cdf15c3daca726ab9a706767e70ce1ec8fac8e9e6490f9e4
      NOTE: Starting bitbake server...
      Task dependencies changed from:
      ['BPN', 'PN', 'PV', 'SPECIAL_PKGSUFFIX', 'SRCREV', 'SRC_URI', 'SRC_URI[md5sum]', 'SRC_URI[sha256sum]', 'base_do_fetch']
      to:
      ['PV', 'SRCREV', 'SRC_URI', 'SRC_URI[makedumpfile.md5sum]', 'SRC_URI[makedumpfile.sha256sum]', 'base_do_fetch']
      basehash changed from 8e22026ee63a54047973a54648d5ead092676101a1414466722390270a5889cd to 57de9204ea143e7b0f6fc4076bf07079741b7ddb5c07c7bb68fb6b8e826d57a7
      List of dependencies for variable SRC_URI changed from '{'BPN', 'PV', 'SRC_URI[md5sum]', 'SRC_URI[sha256sum]'}' to '{'SRC_URI[makedumpfile.sha256sum]', 'SRC_URI[makedumpfile.md5sum]', 'PV'}'
      changed items: {'BPN', 'SRC_URI[makedumpfile.md5sum]', 'SRC_URI[sha256sum]', 'SRC_URI[makedumpfile.sha256sum]', 'SRC_URI[md5sum]'}
      Dependency on variable SRC_URI[makedumpfile.sha256sum] was added
      Dependency on variable SRC_URI[makedumpfile.md5sum] was added
      Dependency on Variable BPN was removed
      Dependency on Variable SPECIAL_PKGSUFFIX was removed
      Dependency on Variable PN was removed
      Dependency on Variable SRC_URI[sha256sum] was removed
      Dependency on Variable SRC_URI[md5sum] was removed
      Variable PV value changed from '1.6.7' to '1.5.0'
      Variable SRC_URI value changed:
      "[-    ${SOURCEFORGE_MIRROR}/makedumpfile/${BPN}-${PV}.tar.gz     file://0001-makedumpfile-replace-hardcode-CFLAGS.patch     file://0002-mem_section-Support-only-46-bit-for-MAX_PHYSMEM_BITS.patch -] {+http://sourceforge.net/projects/makedumpfile/files/makedumpfile/1.5.0/makedumpfile-${PV}.tar.gz;name=makedumpfile+}"
      Dependency on checksum of file 0001-makedumpfile-replace-hardcode-CFLAGS.patch was removed
      Dependency on checksum of file 0002-mem_section-Support-only-46-bit-for-MAX_PHYSMEM_BITS.patch was removed

   mtd-utils:do_configure: 769efa779cb456c8c4012ba9bc369a1cd2f409507ec5841f2b58187a5b72ac3f -> 4469cccc93616a1fd84d675cd0bf85c1af791ed3d6910576e419a086a9b9ba83
      bitbake-diffsigs --task mtd-utils do_configure --signature 769efa779cb456c8c4012ba9bc369a1cd2f409507ec5841f2b58187a5b72ac3f 4469cccc93616a1fd84d675cd0bf85c1af791ed3d6910576e419a086a9b9ba83
      NOTE: Starting bitbake server...
      basehash changed from fa90907c7c7be307a88129e6deca02c579625725acd30ca5aadc5e52e74b7467 to bfca34fdac44637fd3b420e780b7d9a7e53dcbaf3e82b041831322e56fb93ed6
      Variable EXTRA_OEMAKE value changed:
      @@ -1,2 +1,2 @@
      -'CC=${CC}' 'RANLIB=${RANLIB}' 'AR=${AR}' 'CFLAGS=${CFLAGS} ${@bb.utils.contains('PACKAGECONFIG', 'xattr', '', '-DWITHOUT_XATTR', d)} -I${S}/include' 'BUILDDIR=${S}'
      +'CC=${CC} ${CFLAGS} ${@bb.utils.contains('PACKAGECONFIG', 'xattr', '', '-DWITHOUT_XATTR', d)} -I${S}/include' 'RANLIB=${RANLIB}' 'AR=${AR}' 'BUILDDIR=${S}'
       PACKAGECONFIG{xattr} = Unset
      Variable PR value changed:
      "${@bb.parse.vars_from_file(d.getVar('FILE', False),d)[2] or [-'r0'}-] {+'r0'}.arago1+}"

   mtd-utils:do_populate_lic: 6603094493f295687c3e3102262e67facd016be1efaec5f86b32c3c95dad1f28 -> 1def257f6714d6d5c42c111ad4387330aa4d907cc0e34fbe53576d71064c49e3
      bitbake-diffsigs --task mtd-utils do_populate_lic --signature 6603094493f295687c3e3102262e67facd016be1efaec5f86b32c3c95dad1f28 1def257f6714d6d5c42c111ad4387330aa4d907cc0e34fbe53576d71064c49e3
      NOTE: Starting bitbake server...
      basehash changed from b709d6f9a454205eba26f1029228a738630b540c4f41b408ae83a10d0dc2e83a to ddcd154357ba3ff41c3824b1d12326447561bf24723417be2be7ffb0b3a15e4a
      Variable PR value changed:
      "${@bb.parse.vars_from_file(d.getVar('FILE', False),d)[2] or [-'r0'}-] {+'r0'}.arago1+}"

   wayland-protocols:do_fetch: 2a4a2edfeee23fb5fa08aebf1ada3c7a658ca7ac208dd8ac9ccf9bd44e546671 -> 36168431efeb877c82e42c3775b572111ef4ad79ea0afb6612a0ccbbbc21b989
      bitbake-diffsigs --task wayland-protocols do_fetch --signature 2a4a2edfeee23fb5fa08aebf1ada3c7a658ca7ac208dd8ac9ccf9bd44e546671 36168431efeb877c82e42c3775b572111ef4ad79ea0afb6612a0ccbbbc21b989
      NOTE: Starting bitbake server...
      basehash changed from 38aadcbbd55d89af62fa48859061b4f80b4b0cd9e699d74a5d97fe88cbcb7789 to ead6d60279d0245e7be05b7acb56de9d66097917d9e3c092df30b99d5751d0ab
      Variable SRC_URI value changed:
      "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz             {+     file://0001-wayland-drm-Add-wayland-drm-protocol-to-stable.patch     file://0002-wayland-drm-Update-to-version-2.patch +}"
      Dependency on checksum of file 0001-wayland-drm-Add-wayland-drm-protocol-to-stable.patch was added
      Dependency on checksum of file 0002-wayland-drm-Update-to-version-2.patch was added


Stdout:
Loading cache...done.
Loaded 3751 entries from dependency cache.
----------------------------------------------------------------------
INFO: Ran 6 tests in 152.791s
INFO: FAILED
INFO:  (failures=1, errors=1, skipped=2)
INFO: 
INFO: Summary of results:
INFO: 
INFO: meta-arago-extras ... FAIL



meta-arm

The layer meta-arm was tested for:

a) grep LAYERSERIES_COMPAT meta-arm/conf/layer.conf

b) grep LAYERDEPENDS meta-arm/conf/layer.conf

c) run layer check script: yocto-check-layer (from OE-core repo)


If there are issues found they are listed below:


yocto-check-layer failed

- yocto-check-layer did not succeed and the error message was:


Full log


INFO: Detected layers:
INFO: meta-arm: LayerType.SOFTWARE, /home/layerindexcheck/layerindexchecker/tmp.ut3v7NmHP0-7/layers-under-test/meta-arm/meta-arm
INFO: 
INFO: Setting up for meta-arm(LayerType.SOFTWARE), /home/layerindexcheck/layerindexchecker/tmp.ut3v7NmHP0-7/layers-under-test/meta-arm/meta-arm
INFO: Adding layer meta-arm-toolchain
INFO: meta-arm-toolchain is already in /home/layerindexcheck/layerindexchecker/tmp.ut3v7NmHP0-7/build/conf/bblayers.conf
INFO: Adding layer meta-arm-toolchain
INFO: meta-arm-toolchain is already in /home/layerindexcheck/layerindexchecker/tmp.ut3v7NmHP0-7/build/conf/bblayers.conf
INFO: Getting initial bitbake variables ...
INFO: Getting initial signatures ...
INFO: Adding layer meta-arm
INFO: Starting to analyze: meta-arm
INFO: ----------------------------------------------------------------------
INFO: skipped "BSPCheckLayer: Layer meta-arm isn't BSP one."
INFO: test_layerseries_compat (common.CommonCheckLayer)
INFO:  ... ok
INFO: test_parse (common.CommonCheckLayer)
INFO:  ... ok
INFO: test_readme (common.CommonCheckLayer)
INFO:  ... FAIL
INFO: Traceback (most recent call last):
  File "/home/layerindexcheck/oe-core/scripts/lib/checklayer/cases/common.py", line 17, in test_readme
    msg="Layer doesn't contains README file.")
AssertionError: False is not true : Layer doesn't contains README file.

INFO: test_show_environment (common.CommonCheckLayer)
INFO:  ... ok
INFO: test_signatures (common.CommonCheckLayer)
INFO:  ... ok
INFO: test_world (common.CommonCheckLayer)
INFO:  ... ok
INFO: skipped "DistroCheckLayer: Layer meta-arm isn't Distro one."
INFO: ----
INFO: FAIL: test_readme (common.CommonCheckLayer)
INFO: ----------------------------------------------------------------------
INFO: Traceback (most recent call last):
  File "/home/layerindexcheck/oe-core/scripts/lib/checklayer/cases/common.py", line 17, in test_readme
    msg="Layer doesn't contains README file.")
AssertionError: False is not true : Layer doesn't contains README file.

INFO: ----------------------------------------------------------------------
INFO: Ran 6 tests in 158.182s
INFO: FAILED
INFO:  (failures=1, skipped=2)
INFO: 
INFO: Summary of results:
INFO: 
INFO: meta-arm ... FAIL