| Message ID | 20260815094448.3475188-1-richard.purdie@linuxfoundation.org |
|---|---|
| State | Accepted, archived |
| Commit | 07a342aa80c7349dd014f743a695a5e006add8df |
| Headers | show |
| Series | meta/meta-selftest: Further trailing whitespace removal | expand |
Thank you for your submission. Patchtest identified one or more issues with the patch. Please see the log below for more information: --- Testing patch /home/patchtest/share/mboxes/meta-meta-selftest-Further-trailing-whitespace-removal.patch FAIL: test lic files chksum modified not mentioned: LIC_FILES_CHKSUM changed without "License-Update:" tag and description in commit message (test_metadata.TestMetadata.test_lic_files_chksum_modified_not_mentioned) PASS: test CVE check ignore (test_metadata.TestMetadata.test_cve_check_ignore) PASS: test Signed-off-by presence (test_mbox.TestMbox.test_signed_off_by_presence) PASS: test auh changelog truncation notice (test_mbox.TestMbox.test_auh_changelog_truncation_notice) PASS: test author valid (test_mbox.TestMbox.test_author_valid) PASS: test commit message presence (test_mbox.TestMbox.test_commit_message_presence) PASS: test commit message user tags (test_mbox.TestMbox.test_commit_message_user_tags) PASS: test max line length (test_metadata.TestMetadata.test_max_line_length) PASS: test mbox format (test_mbox.TestMbox.test_mbox_format) PASS: test non-AUH upgrade (test_mbox.TestMbox.test_non_auh_upgrade) PASS: test shortlog format (test_mbox.TestMbox.test_shortlog_format) PASS: test shortlog length (test_mbox.TestMbox.test_shortlog_length) PASS: test target mailing list (test_mbox.TestMbox.test_target_mailing_list) SKIP: pretest pylint: No python related patches, skipping test (test_python_pylint.PyLint.pretest_pylint) SKIP: pretest src uri left files: Patch cannot be merged (test_metadata.TestMetadata.pretest_src_uri_left_files) SKIP: test CVE tag format: No new source patches introduced (test_patch.TestPatch.test_cve_tag_format) SKIP: test Signed-off-by presence: No new source patches introduced (test_patch.TestPatch.test_signed_off_by_presence) SKIP: test Upstream-Status presence: No new source patches introduced (test_patch.TestPatch.test_upstream_status_presence_format) SKIP: test bugzilla entry format: No bug ID found (test_mbox.TestMbox.test_bugzilla_entry_format) SKIP: test lic files chksum presence: No added recipes, skipping test (test_metadata.TestMetadata.test_lic_files_chksum_presence) SKIP: test license presence: No added recipes, skipping test (test_metadata.TestMetadata.test_license_presence) SKIP: test pylint: No python related patches, skipping test (test_python_pylint.PyLint.test_pylint) SKIP: test series merge on head: Merge test is disabled for now (test_mbox.TestMbox.test_series_merge_on_head) SKIP: test src uri left files: Patch cannot be merged (test_metadata.TestMetadata.test_src_uri_left_files) SKIP: test summary presence: No added recipes, skipping test (test_metadata.TestMetadata.test_summary_presence) --- Please address the issues identified and submit a new revision of the patch, or alternatively, reply to this email with an explanation of why the patch should be accepted. If you believe these results are due to an error in patchtest, please submit a bug at https://bugzilla.yoctoproject.org/ (use the 'Patchtest' category under 'Yocto Project Subprojects'). For more information on specific failures, see: https://wiki.yoctoproject.org/wiki/Patchtest. Thank you!
diff --git a/meta-selftest/recipes-test/govendor/go-vendor-src-uri_1.0.bb b/meta-selftest/recipes-test/govendor/go-vendor-src-uri_1.0.bb index 6f0364b7dae..481aca71ea1 100644 --- a/meta-selftest/recipes-test/govendor/go-vendor-src-uri_1.0.bb +++ b/meta-selftest/recipes-test/govendor/go-vendor-src-uri_1.0.bb @@ -1,6 +1,6 @@ SUMMARY = "Selftest fixture: go_src_uri parameter variants" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" # Parsed via tinfoil for its GO_SRC_URI_* variables only; never actually built # (it has no real SRC_URI, so do_go_vendor would fail). diff --git a/meta-selftest/recipes-test/postinst/postinst_1.0.bb b/meta-selftest/recipes-test/postinst/postinst_1.0.bb index b936c4f44be..27ed201365e 100644 --- a/meta-selftest/recipes-test/postinst/postinst_1.0.bb +++ b/meta-selftest/recipes-test/postinst/postinst_1.0.bb @@ -60,7 +60,7 @@ pkg_postinst_ontarget:${PN}-delayed-b () { touch ${TESTDIR}/delayed-b } -# This scriptlet intentionally includes a bogus command in the middle to test +# This scriptlet intentionally includes a bogus command in the middle to test # that we catch and report such errors properly. pkg_postinst:${PN}-rootfs-failing () { mkdir -p $D${TESTDIR} diff --git a/meta/classes/go-vendor.bbclass b/meta/classes/go-vendor.bbclass index 5bb4e8e876a..538b7cec67e 100644 --- a/meta/classes/go-vendor.bbclass +++ b/meta/classes/go-vendor.bbclass @@ -5,14 +5,14 @@ # Handle Go vendor support for offline builds # # When importing Go modules, Go downloads the imported modules using -# a network (proxy) connection ahead of the compile stage. This contradicts +# a network (proxy) connection ahead of the compile stage. This contradicts # the yocto build concept of fetching every source ahead of build-time # and supporting offline builds. # -# To support offline builds, we use Go 'vendoring': module dependencies are +# To support offline builds, we use Go 'vendoring': module dependencies are # downloaded during the fetch-phase and unpacked into the modules 'vendor' # folder. Additionally a manifest file is generated for the 'vendor' folder -# +# inherit go-mod @@ -87,7 +87,7 @@ python do_go_vendor() { destsuffix = fetcher.ud[url].parm.get('destsuffix') # We derive the module repo / version in the following manner (exmaple): - # + # # destsuffix = git/src/import/vendor.fetch/github.com/foo/bar@v1.2.3 # p = github.com/foo/bar@v1.2.3 # repo = github.com/foo/bar diff --git a/meta/conf/machine/include/arm/arch-armv4.inc b/meta/conf/machine/include/arm/arch-armv4.inc index be5761fb20b..918996bb094 100644 --- a/meta/conf/machine/include/arm/arch-armv4.inc +++ b/meta/conf/machine/include/arm/arch-armv4.inc @@ -4,7 +4,7 @@ TUNEVALID[arm] = "Enable ARM instruction set" TUNEVALID[armv4] = "Enable instructions for ARMv4" TUNE_CCARGS_MARCH .= "${@bb.utils.contains('TUNE_FEATURES', 'armv4', ' -march=armv4${ARMPKGSFX_THUMB}', '', d)}" # enable --fix-v4bx when we have armv4 in TUNE_FEATURES, but then disable it when we have also armv5 or thumb -# maybe we should extend bb.utils.contains to support check for any checkvalues in value, now it does +# maybe we should extend bb.utils.contains to support check for any checkvalues in value, now it does # checkvalues.issubset(val) which cannot be used for negative test of foo neither bar in value FIX_V4BX_ARMV4 = "${@bb.utils.contains('TUNE_FEATURES', 'armv4', '--fix-v4bx', '', d)}" FIX_V4BX_ARMV5 = "${@bb.utils.contains('TUNE_FEATURES', 'armv5', '', '${FIX_V4BX_ARMV4}', d)}"
Remove some further trailing whitespace Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> --- .../recipes-test/govendor/go-vendor-src-uri_1.0.bb | 2 +- meta-selftest/recipes-test/postinst/postinst_1.0.bb | 2 +- meta/classes/go-vendor.bbclass | 8 ++++---- meta/conf/machine/include/arm/arch-armv4.inc | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-)