From cf06a6c2e687a90c054792b789fe7974786c9a0a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 21:42:27 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .../coreboot-utils/cbfstool_git.bb | 2 +- .../recipes-bsp/coreboot-utils/cbmem_git.bb | 6 +- .../coreboot-utils/coreboot-utils.inc | 4 +- .../recipes-bsp/coreboot-utils/ectool_git.bb | 6 +- .../recipes-bsp/coreboot-utils/futil_git.bb | 16 ++-- .../recipes-bsp/coreboot-utils/ifdtool_git.bb | 6 +- .../coreboot-utils/intelmetool_git.bb | 6 +- .../coreboot-utils/intelp2m_git.bb | 10 +-- .../coreboot-utils/inteltool_git.bb | 12 +-- .../coreboot-utils/nvramtool_git.bb | 6 +- .../coreboot-utils/superiotool_git.bb | 6 +- .../recipes-bsp/fwupd/fwupd-efi_1.2.bb | 22 +++--- .../recipes-bsp/fwupd/fwupd_%.bbappend | 10 +-- .../recipes-bsp/fwupd/fwupd_2.0.1.bb | 74 +++++++++---------- .../packagegroup-coreboot-utils.bb | 4 +- .../txe-secure-boot/smmstoretool_git.bb | 12 +-- .../txe-secure-boot/txesbmantool_git.bb | 12 +-- .../3mdeb-secpack/3mdeb-secpack_git.bb | 8 +- .../dasharo-configuration-utility_git.bb | 4 +- .../python/python3-roca-detect_git.bb | 16 ++-- .../dts-scripts/dts-scripts_git.bb | 2 +- .../recipes-dts/images/dts-base-image.inc | 4 +- .../recipes-dts/images/dts-base-sb-image.bb | 2 +- .../packagegroups/packagegroup-dts.bb | 12 +-- .../packagegroups/packagegroup-tpm-dts.bb | 2 +- .../kernel/acpi-call-dkms_git.bb | 8 +- .../kernel/linux-yocto_%.bbappend | 4 +- .../cloudsend/cloudsend_git.bb | 10 +-- .../dasharo-ectool/dasharo-ectool_0.3.8.bb | 4 +- .../recipes-support/iotools/iotools_git.bb | 12 +-- .../ipxe-commands/ipxe-commands_local.bb | 8 +- .../mei-amt-check/mei-amt-check_git.bb | 6 +- .../bg-suite_2.7.0.bb | 2 +- 33 files changed, 159 insertions(+), 159 deletions(-) diff --git a/meta-dts-distro/recipes-bsp/coreboot-utils/cbfstool_git.bb b/meta-dts-distro/recipes-bsp/coreboot-utils/cbfstool_git.bb index 55b67e4b..82288014 100644 --- a/meta-dts-distro/recipes-bsp/coreboot-utils/cbfstool_git.bb +++ b/meta-dts-distro/recipes-bsp/coreboot-utils/cbfstool_git.bb @@ -6,7 +6,7 @@ TARGET_CC_ARCH += "${LDFLAGS}" EXTRA_OEMAKE = " \ DESTDIR="${D}" \ - PREFIX="${prefix}" \ + PREFIX="${prefix}"\ " INSANE_SKIP:${PN} = "textrel" diff --git a/meta-dts-distro/recipes-bsp/coreboot-utils/cbmem_git.bb b/meta-dts-distro/recipes-bsp/coreboot-utils/cbmem_git.bb index 68f4eb24..18db2cac 100644 --- a/meta-dts-distro/recipes-bsp/coreboot-utils/cbmem_git.bb +++ b/meta-dts-distro/recipes-bsp/coreboot-utils/cbmem_git.bb @@ -5,9 +5,9 @@ SUMMARY = "CBMEM parser to read e.g. timestamps and console log" DEPENDS += "pciutils zlib" EXTRA_OEMAKE = ' \ - DESTDIR="${D}" \ - PREFIX="${prefix}" \ - ' + DESTDIR="${D}" \ + PREFIX="${prefix}" \ + ' do_compile () { oe_runmake -C util/cbmem diff --git a/meta-dts-distro/recipes-bsp/coreboot-utils/coreboot-utils.inc b/meta-dts-distro/recipes-bsp/coreboot-utils/coreboot-utils.inc index c8b90205..f03305d9 100644 --- a/meta-dts-distro/recipes-bsp/coreboot-utils/coreboot-utils.inc +++ b/meta-dts-distro/recipes-bsp/coreboot-utils/coreboot-utils.inc @@ -6,8 +6,8 @@ LICENSE = "LGPL-2.1-only" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" SRC_URI = " \ - git://github.com/Dasharo/coreboot.git;protocol=https;branch=dasharo-4.21\ - " + git://github.com/Dasharo/coreboot.git;protocol=https;branch=dasharo-4.21\ + " SRCREV = "d08d5eaa98b1204b5e665d3ae4f63fb6f84a0d77" diff --git a/meta-dts-distro/recipes-bsp/coreboot-utils/ectool_git.bb b/meta-dts-distro/recipes-bsp/coreboot-utils/ectool_git.bb index 0dba1c45..76972481 100644 --- a/meta-dts-distro/recipes-bsp/coreboot-utils/ectool_git.bb +++ b/meta-dts-distro/recipes-bsp/coreboot-utils/ectool_git.bb @@ -3,9 +3,9 @@ require coreboot-utils.inc SUMMARY = "Dumps the RAM of a laptop's Embedded/Environmental Controller (EC)." EXTRA_OEMAKE = ' \ - DESTDIR="${D}" \ - PREFIX="${prefix}" \ - ' + DESTDIR="${D}" \ + PREFIX="${prefix}" \ + ' do_compile () { oe_runmake -C util/ectool diff --git a/meta-dts-distro/recipes-bsp/coreboot-utils/futil_git.bb b/meta-dts-distro/recipes-bsp/coreboot-utils/futil_git.bb index 3fd547e5..a12cc076 100644 --- a/meta-dts-distro/recipes-bsp/coreboot-utils/futil_git.bb +++ b/meta-dts-distro/recipes-bsp/coreboot-utils/futil_git.bb @@ -1,6 +1,6 @@ SUMMARY = "\ - Firmware utility tool, used to create, sign, and validate Chrome \ - OS images." + Firmware utility tool, used to create, sign, and validate Chrome \ + OS images." HOMEPAGE = "https://github.com/Dasharo/vboot" @@ -9,13 +9,13 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=562c740877935f40b262db8af30bca36" DEPENDS += " \ openssl \ - flashrom \ + flashrom\ " SRC_URI = " \ - git://github.com/Dasharo/vboot.git;protocol=https;branch=dasharo \ - file://0001-Makefile-disable-deprecated-warnigs-as-errors.patch \ - " + git://github.com/Dasharo/vboot.git;protocol=https;branch=dasharo \ + file://0001-Makefile-disable-deprecated-warnigs-as-errors.patch \ + " SRCREV = "dc68f9f1b56d92f76026dca490e79493599ff4cf" S = "${WORKDIR}/git" @@ -25,12 +25,12 @@ inherit pkgconfig TARGET_CC_ARCH += "${LDFLAGS}" RDEPENDS:${PN} += " \ - bash \ + bash\ " EXTRA_OEMAKE = " \ DESTDIR="${D}" \ - PREFIX="${prefix}" \ + PREFIX="${prefix}"\ " INSANE_SKIP:${PN} = "textrel" diff --git a/meta-dts-distro/recipes-bsp/coreboot-utils/ifdtool_git.bb b/meta-dts-distro/recipes-bsp/coreboot-utils/ifdtool_git.bb index 92df4cd7..d7a4390f 100644 --- a/meta-dts-distro/recipes-bsp/coreboot-utils/ifdtool_git.bb +++ b/meta-dts-distro/recipes-bsp/coreboot-utils/ifdtool_git.bb @@ -5,9 +5,9 @@ SUMMARY = "Extract and dump Intel Firmware Descriptor information" TARGET_CC_ARCH += "${LDFLAGS}" EXTRA_OEMAKE = ' \ - DESTDIR="${D}" \ - PREFIX="${prefix}" \ - ' + DESTDIR="${D}" \ + PREFIX="${prefix}" \ + ' do_compile () { oe_runmake -C util/ifdtool diff --git a/meta-dts-distro/recipes-bsp/coreboot-utils/intelmetool_git.bb b/meta-dts-distro/recipes-bsp/coreboot-utils/intelmetool_git.bb index 290039d9..80309101 100644 --- a/meta-dts-distro/recipes-bsp/coreboot-utils/intelmetool_git.bb +++ b/meta-dts-distro/recipes-bsp/coreboot-utils/intelmetool_git.bb @@ -5,9 +5,9 @@ SUMMARY = "Dump interesting things about Management Engine even if hidden" DEPENDS += "pciutils zlib" EXTRA_OEMAKE = ' \ - DESTDIR="${D}" \ - PREFIX="${prefix}" \ - ' + DESTDIR="${D}" \ + PREFIX="${prefix}" \ + ' TARGET_CFLAGS += "-I../../src/commonlib/bsd/include" diff --git a/meta-dts-distro/recipes-bsp/coreboot-utils/intelp2m_git.bb b/meta-dts-distro/recipes-bsp/coreboot-utils/intelp2m_git.bb index f15979b1..8cb828a8 100644 --- a/meta-dts-distro/recipes-bsp/coreboot-utils/intelp2m_git.bb +++ b/meta-dts-distro/recipes-bsp/coreboot-utils/intelp2m_git.bb @@ -1,9 +1,9 @@ require coreboot-utils.inc SUMMARY = "\ - Converts the configuration DW0/1 registers value from an inteltool \ - dump to coreboot macros.\ - " + Converts the configuration DW0/1 registers value from an inteltool \ + dump to coreboot macros.\ +" LIC_FILES_CHKSUM = "file://../../COPYING;md5=751419260aa954499f7abaabaa882bbe" @@ -12,8 +12,8 @@ GO_IMPORT = "github.com/dasharo/coreboot/" # we need to override SRC_URI from coreboot-utils.inc so it's unpacked in the # directory as expected by the go bbclass SRC_URI = " \ - git://github.com/dasharo/coreboot.git;protocol=https;branch=dasharo-4.21;destsuffix=${GO_IMPORT} \ - " + git://github.com/dasharo/coreboot.git;protocol=https;branch=dasharo-4.21;destsuffix=${GO_IMPORT} \ + " S = "${WORKDIR}/${GO_IMPORT}/util/intelp2m" diff --git a/meta-dts-distro/recipes-bsp/coreboot-utils/inteltool_git.bb b/meta-dts-distro/recipes-bsp/coreboot-utils/inteltool_git.bb index 4294a52c..5f309f97 100644 --- a/meta-dts-distro/recipes-bsp/coreboot-utils/inteltool_git.bb +++ b/meta-dts-distro/recipes-bsp/coreboot-utils/inteltool_git.bb @@ -1,16 +1,16 @@ require coreboot-utils.inc SUMMARY = "\ - Provides information about the Intel CPU/chipset hardware \ - configuration (register contents, MSRs, etc).\ - " + Provides information about the Intel CPU/chipset hardware \ + configuration (register contents, MSRs, etc).\ +" DEPENDS += "pciutils zlib" EXTRA_OEMAKE = ' \ - DESTDIR="${D}" \ - PREFIX="${prefix}" \ - ' + DESTDIR="${D}" \ + PREFIX="${prefix}" \ + ' do_compile () { oe_runmake -C util/inteltool diff --git a/meta-dts-distro/recipes-bsp/coreboot-utils/nvramtool_git.bb b/meta-dts-distro/recipes-bsp/coreboot-utils/nvramtool_git.bb index fab029fe..825ccd6b 100644 --- a/meta-dts-distro/recipes-bsp/coreboot-utils/nvramtool_git.bb +++ b/meta-dts-distro/recipes-bsp/coreboot-utils/nvramtool_git.bb @@ -3,9 +3,9 @@ require coreboot-utils.inc SUMMARY = "Reads and writes coreboot parameters and displaying information from the coreboot table in CMOS/NVRAM. " EXTRA_OEMAKE = ' \ - DESTDIR="${D}" \ - PREFIX="${prefix}" \ - ' + DESTDIR="${D}" \ + PREFIX="${prefix}" \ + ' do_compile () { oe_runmake -C util/nvramtool diff --git a/meta-dts-distro/recipes-bsp/coreboot-utils/superiotool_git.bb b/meta-dts-distro/recipes-bsp/coreboot-utils/superiotool_git.bb index 4169f462..a602eba0 100644 --- a/meta-dts-distro/recipes-bsp/coreboot-utils/superiotool_git.bb +++ b/meta-dts-distro/recipes-bsp/coreboot-utils/superiotool_git.bb @@ -5,9 +5,9 @@ SUMMARY = "A user-space utility to detect Super I/O of a mainboard and provide d DEPENDS += "pciutils zlib" EXTRA_OEMAKE = ' \ - DESTDIR="${D}" \ - PREFIX="${prefix}" \ - ' + DESTDIR="${D}" \ + PREFIX="${prefix}" \ + ' do_compile () { oe_runmake -C util/superiotool diff --git a/meta-dts-distro/recipes-bsp/fwupd/fwupd-efi_1.2.bb b/meta-dts-distro/recipes-bsp/fwupd/fwupd-efi_1.2.bb index e5636ccc..bd58108a 100644 --- a/meta-dts-distro/recipes-bsp/fwupd/fwupd-efi_1.2.bb +++ b/meta-dts-distro/recipes-bsp/fwupd/fwupd-efi_1.2.bb @@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" DEPENDS = "gnu-efi" SRC_URI = "\ - git://github.com/fwupd/fwupd-efi;protocol=https;branch=main \ - file://cc.patch" + git://github.com/fwupd/fwupd-efi;protocol=https;branch=main \ + file://cc.patch" SRCREV = "8de5918507dcc797e612aac688d6b60b90053f54" S = "${WORKDIR}/git" @@ -22,15 +22,15 @@ SBAT_DISTRO_URL ?= "" EXTRA_OEMESON += "\ -Defi-cc=${@meson_array('CC', d)}\ - -Defi-ld='${HOST_PREFIX}ld' \ - -Defi-includedir=${STAGING_INCDIR}/efi \ - -Defi-libdir=${STAGING_LIBDIR} \ - -Defi_sbat_distro_id='${SBAT_DISTRO_ID}' \ - -Defi_sbat_distro_summary='${SBAT_DISTRO_SUMMARY}' \ - -Defi_sbat_distro_url='${SBAT_DISTRO_URL}' \ - -Defi_sbat_distro_pkgname='${PN}' \ - -Defi_sbat_distro_version='${PV}'\ - " + -Defi-ld='${HOST_PREFIX}ld' \ + -Defi-includedir=${STAGING_INCDIR}/efi \ + -Defi-libdir=${STAGING_LIBDIR} \ + -Defi_sbat_distro_id='${SBAT_DISTRO_ID}' \ + -Defi_sbat_distro_summary='${SBAT_DISTRO_SUMMARY}' \ + -Defi_sbat_distro_url='${SBAT_DISTRO_URL}' \ + -Defi_sbat_distro_pkgname='${PN}' \ + -Defi_sbat_distro_version='${PV}'\ +" # The compile assumes GCC at present TOOLCHAIN = "gcc" diff --git a/meta-dts-distro/recipes-bsp/fwupd/fwupd_%.bbappend b/meta-dts-distro/recipes-bsp/fwupd/fwupd_%.bbappend index 3020f1d3..9c6e3038 100644 --- a/meta-dts-distro/recipes-bsp/fwupd/fwupd_%.bbappend +++ b/meta-dts-distro/recipes-bsp/fwupd/fwupd_%.bbappend @@ -1,6 +1,6 @@ PACKAGECONFIG = " \ - curl gnutls gudev gusb \ - ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd offline', '', d)} \ - plugin_flashrom \ - sqlite \ - " + curl gnutls gudev gusb \ +${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd offline', '', d)} \ + plugin_flashrom \ + sqlite \ + " diff --git a/meta-dts-distro/recipes-bsp/fwupd/fwupd_2.0.1.bb b/meta-dts-distro/recipes-bsp/fwupd/fwupd_2.0.1.bb index 4ccc1b76..d39433cb 100644 --- a/meta-dts-distro/recipes-bsp/fwupd/fwupd_2.0.1.bb +++ b/meta-dts-distro/recipes-bsp/fwupd/fwupd_2.0.1.bb @@ -22,36 +22,36 @@ GIDOCGEN_MESON_DISABLE_FLAG = 'none' # ../git/meson.build:1:0: ERROR: Unknown options: "plugin_gpio, plugin_scsi" PACKAGECONFIG ??= "\ - curl gnutls gudev gusb \ + curl gnutls gudev gusb \ ${@bb.utils.filter('DISTRO_FEATURES', 'bluetooth polkit', d)} \ ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd offline', '', d)} \ ${@bb.utils.contains('MACHINE_FEATURES', 'efi', 'plugin_uefi_capsule plugin_uefi_pk', '', d)} \ ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests plugin_dummy', '', d)} \ - hsi \ - plugin_acpi_phat \ - plugin_amt \ - plugin_bcm57xx \ - plugin_emmc \ - plugin_ep963x \ - plugin_fastboot \ - plugin_flashrom \ - plugin_intel_spi \ - plugin_logitech_bulkcontroller \ - plugin_modem_manager \ - plugin_msr \ - plugin_nitrokey \ - plugin_nvme \ - plugin_parade_lspcon \ - plugin_pixart_rf \ - plugin_platform_integrity \ - plugin_realtek_mst \ - plugin_redfish \ - plugin_synaptics_mst \ - plugin_synaptics_rmi \ - plugin_thunderbolt \ - plugin_uf2 \ - plugin_upower \ - sqlite" + hsi \ + plugin_acpi_phat \ + plugin_amt \ + plugin_bcm57xx \ + plugin_emmc \ + plugin_ep963x \ + plugin_fastboot \ + plugin_flashrom \ + plugin_intel_spi \ + plugin_logitech_bulkcontroller \ + plugin_modem_manager \ + plugin_msr \ + plugin_nitrokey \ + plugin_nvme \ + plugin_parade_lspcon \ + plugin_pixart_rf \ + plugin_platform_integrity \ + plugin_realtek_mst \ + plugin_redfish \ + plugin_synaptics_mst \ + plugin_synaptics_rmi \ + plugin_thunderbolt \ + plugin_uf2 \ + plugin_upower \ + sqlite" PACKAGECONFIG[bluetooth] = "-Dbluez=true,-Dbluez=false" PACKAGECONFIG[compat-cli] = "-Dcompat_cli=true,-Dcompat_cli=false" @@ -115,17 +115,17 @@ PACKAGECONFIG:remove = "${DISABLE_NON_X86}" PACKAGE_ARCH = "${MACHINE_ARCH}" FILES:${PN} += "\ - ${libdir}/fwupd-plugins-* \ - ${systemd_unitdir} \ - ${datadir}/fish \ - ${datadir}/metainfo \ - ${datadir}/icons \ - ${datadir}/dbus-1 \ - ${datadir}/polkit-1 \ - ${nonarch_libdir}/modules-load.d" + ${libdir}/fwupd-plugins-* \ + ${systemd_unitdir} \ + ${datadir}/fish \ + ${datadir}/metainfo \ + ${datadir}/icons \ + ${datadir}/dbus-1 \ + ${datadir}/polkit-1 \ + ${nonarch_libdir}/modules-load.d" FILES:${PN}-ptest += "\ - ${libexecdir}/installed-tests/ \ - ${datadir}/installed-tests/ \ - " + ${libexecdir}/installed-tests/ \ + ${datadir}/installed-tests/ \ +" RDEPENDS:${PN}-ptest += "gnome-desktop-testing" diff --git a/meta-dts-distro/recipes-bsp/packagegroups/packagegroup-coreboot-utils.bb b/meta-dts-distro/recipes-bsp/packagegroups/packagegroup-coreboot-utils.bb index 3b0ccc78..e1ceac5e 100644 --- a/meta-dts-distro/recipes-bsp/packagegroups/packagegroup-coreboot-utils.bb +++ b/meta-dts-distro/recipes-bsp/packagegroups/packagegroup-coreboot-utils.bb @@ -6,7 +6,7 @@ LICENSE = "MIT" inherit packagegroup PACKAGES = " \ - packagegroup-coreboot-utils \ + packagegroup-coreboot-utils\ " RDEPENDS:${PN} = " \ @@ -20,5 +20,5 @@ RDEPENDS:${PN} = " \ intelmetool \ msrtool \ nvramtool \ - superiotool \ + superiotool\ " diff --git a/meta-dts-distro/recipes-bsp/txe-secure-boot/smmstoretool_git.bb b/meta-dts-distro/recipes-bsp/txe-secure-boot/smmstoretool_git.bb index 6606a2b2..81761967 100644 --- a/meta-dts-distro/recipes-bsp/txe-secure-boot/smmstoretool_git.bb +++ b/meta-dts-distro/recipes-bsp/txe-secure-boot/smmstoretool_git.bb @@ -3,12 +3,12 @@ HOMEPAGE = "https://github.com/coreboot/coreboot" LICENSE = "GPL-2.0-or-later" LIC_FILES_CHKSUM = " \ - file://${WORKDIR}/git/LICENSES/GPL-2.0-or-later.txt;md5=261bea1168c0bdfa73232ee90df11eb6 \ + file://${WORKDIR}/git/LICENSES/GPL-2.0-or-later.txt;md5=261bea1168c0bdfa73232ee90df11eb6\ " SRC_URI = " \ git://github.com/coreboot/coreboot.git;branch=main;protocol=https \ - file://a5df001.diff;patchdir=${WORKDIR}/git \ + file://a5df001.diff;patchdir=${WORKDIR}/git\ " SRCREV = "602653abed391ae1b1445ad86d0f05b8b5b678cb" @@ -18,14 +18,14 @@ inherit pkgconfig S = "${WORKDIR}/git/util/smmstoretool" EXTRA_OEMAKE = ' \ - DESTDIR="${D}" \ - PREFIX="${prefix}" \ - ' + DESTDIR="${D}" \ + PREFIX="${prefix}" \ + ' do_install() { oe_runmake install } FILES:${PN} += " \ - ${bindir}/smmstoretool \ + ${bindir}/smmstoretool\ " diff --git a/meta-dts-distro/recipes-bsp/txe-secure-boot/txesbmantool_git.bb b/meta-dts-distro/recipes-bsp/txe-secure-boot/txesbmantool_git.bb index a85ac968..5d84b2ef 100644 --- a/meta-dts-distro/recipes-bsp/txe-secure-boot/txesbmantool_git.bb +++ b/meta-dts-distro/recipes-bsp/txe-secure-boot/txesbmantool_git.bb @@ -3,13 +3,13 @@ HOMEPAGE = "https://github.com/Dasharo/coreboot" LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = " \ - file://${WORKDIR}/git/LICENSES/GPL-2.0-only.txt;md5=5430828348d2cf7d4b5e8395f774a68e \ + file://${WORKDIR}/git/LICENSES/GPL-2.0-only.txt;md5=5430828348d2cf7d4b5e8395f774a68e\ " DEPENDS += "wolfssl" SRC_URI = " \ - git://github.com/Dasharo/coreboot.git;branch=dasharo;protocol=https \ + git://github.com/Dasharo/coreboot.git;branch=dasharo;protocol=https\ " SRCREV = "4706227e009b758a1bebace99f5bfba431874d7a" @@ -19,9 +19,9 @@ S = "${WORKDIR}/git/util/txesbmantool" inherit pkgconfig EXTRA_OEMAKE = ' \ - DESTDIR="${D}" \ - PREFIX="${prefix}" \ - ' + DESTDIR="${D}" \ + PREFIX="${prefix}" \ + ' do_configure:prepend(){ export PKG_CONFIG_PATH="${STAGING_LIBDIR}/pkgconfig:${STAGING_DIR_HOST}/usr/lib/pkgconfig" @@ -38,5 +38,5 @@ do_install() { INSANE_SKIP:${PN} += "ldflags" FILES:${PN} += " \ - ${bindir}/txesbmantool \ + ${bindir}/txesbmantool\ " diff --git a/meta-dts-distro/recipes-dasharo/3mdeb-secpack/3mdeb-secpack_git.bb b/meta-dts-distro/recipes-dasharo/3mdeb-secpack/3mdeb-secpack_git.bb index e9f6473c..8d55f28a 100644 --- a/meta-dts-distro/recipes-dasharo/3mdeb-secpack/3mdeb-secpack_git.bb +++ b/meta-dts-distro/recipes-dasharo/3mdeb-secpack/3mdeb-secpack_git.bb @@ -1,7 +1,7 @@ SUMMARY = "A 3mdeb keyring used to verify releases created at 3mdeb" DESCRIPTION = "\ - Provides a trusted keyring of keys that can be used to verify \ - signatures." + Provides a trusted keyring of keys that can be used to verify \ + signatures." HOMEPAGE = "https://github.com/3mdeb/3mdeb-secpack/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" @@ -10,7 +10,7 @@ DEPENDS = "gnupg" SRC_URI = " \ git://github.com/3mdeb/3mdeb-secpack.git;protocol=https;branch=master \ - file://3mdeb-secpack.sh \ + file://3mdeb-secpack.sh\ " SRCREV = "f52771d2d001c55b164fae397d060d6e5af9c733" S = "${WORKDIR}/git" @@ -40,5 +40,5 @@ do_install() { addtask prepare_keyring after do_compile before do_install FILES:${PN} += " \ - ${ROOT_HOME} \ + ${ROOT_HOME}\ " diff --git a/meta-dts-distro/recipes-dasharo/dasharo-configuration-utility/dasharo-configuration-utility_git.bb b/meta-dts-distro/recipes-dasharo/dasharo-configuration-utility/dasharo-configuration-utility_git.bb index 01196fff..066347d5 100644 --- a/meta-dts-distro/recipes-dasharo/dasharo-configuration-utility/dasharo-configuration-utility_git.bb +++ b/meta-dts-distro/recipes-dasharo/dasharo-configuration-utility/dasharo-configuration-utility_git.bb @@ -7,7 +7,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" SRC_URI = " \ - git://github.com/Dasharo/dcu.git;protocol=https;branch=main \ + git://github.com/Dasharo/dcu.git;protocol=https;branch=main\ " SRCREV = "6817e69d8eab55bc72725a3be4a8627b8d71c31b" @@ -18,7 +18,7 @@ RDEPENDS:${PN} = " \ bash \ cbfstool \ imagemagick \ - util-linux \ + util-linux\ " do_install () { diff --git a/meta-dts-distro/recipes-devtool/python/python3-roca-detect_git.bb b/meta-dts-distro/recipes-devtool/python/python3-roca-detect_git.bb index 1dccbe0f..49a140a8 100644 --- a/meta-dts-distro/recipes-devtool/python/python3-roca-detect_git.bb +++ b/meta-dts-distro/recipes-devtool/python/python3-roca-detect_git.bb @@ -13,11 +13,11 @@ S = "${WORKDIR}/git" inherit setuptools3 RDEPENDS:${PN} += " \ - python3 \ - python3-cryptography \ - python3-six \ - python3-future \ - python3-coloredlogs \ - python3-pgpdump \ - python3-dateutil \ - " + python3 \ + python3-cryptography \ + python3-six \ + python3-future \ + python3-coloredlogs \ + python3-pgpdump \ + python3-dateutil \ + " diff --git a/meta-dts-distro/recipes-dts/dts-scripts/dts-scripts_git.bb b/meta-dts-distro/recipes-dts/dts-scripts/dts-scripts_git.bb index 9e19eff8..65a21560 100644 --- a/meta-dts-distro/recipes-dts/dts-scripts/dts-scripts_git.bb +++ b/meta-dts-distro/recipes-dts/dts-scripts/dts-scripts_git.bb @@ -27,7 +27,7 @@ RDEPENDS:${PN} = " \ rpm \ jq \ minio-cli \ - dnf \ + dnf\ " do_configure[noexec] = "1" diff --git a/meta-dts-distro/recipes-dts/images/dts-base-image.inc b/meta-dts-distro/recipes-dts/images/dts-base-image.inc index 6ed64d32..3f47a5a7 100644 --- a/meta-dts-distro/recipes-dts/images/dts-base-image.inc +++ b/meta-dts-distro/recipes-dts/images/dts-base-image.inc @@ -18,14 +18,14 @@ IMAGE_INSTALL:append = " \ libxcrypt-compat \ alsa-utils-aplay \ hw-probe \ - lshw \ + lshw\ " # Enable local auto-login of the root user (local = serial port and # virtual console) DTS_LOCAL_GETTY ?= " \ ${IMAGE_ROOTFS}${systemd_system_unitdir}/serial-getty@.service \ - ${IMAGE_ROOTFS}${systemd_system_unitdir}/getty@.service \ + ${IMAGE_ROOTFS}${systemd_system_unitdir}/getty@.service\ " local_autologin () { sed -e 's/^\(ExecStart *=.*getty \)/\1--autologin root --login-program \/usr\/sbin\/dts-boot /' -i ${DTS_LOCAL_GETTY} diff --git a/meta-dts-distro/recipes-dts/images/dts-base-sb-image.bb b/meta-dts-distro/recipes-dts/images/dts-base-sb-image.bb index 450bc786..fb960517 100644 --- a/meta-dts-distro/recipes-dts/images/dts-base-sb-image.bb +++ b/meta-dts-distro/recipes-dts/images/dts-base-sb-image.bb @@ -7,7 +7,7 @@ IMAGE_INSTALL:append = " \ packagegroup-efi-secure-boot \ kernel-initramfs \ dnf \ - sbctl \ + sbctl\ " IMAGE_LINGUAS = " " diff --git a/meta-dts-distro/recipes-dts/packagegroups/packagegroup-dts.bb b/meta-dts-distro/recipes-dts/packagegroups/packagegroup-dts.bb index 11b01d3a..49cdd3c4 100644 --- a/meta-dts-distro/recipes-dts/packagegroups/packagegroup-dts.bb +++ b/meta-dts-distro/recipes-dts/packagegroups/packagegroup-dts.bb @@ -10,7 +10,7 @@ PACKAGES = " \ ${PN}-system \ ${PN}-tests \ ${PN}-tools-base \ - ${PN}-tools-dts \ + ${PN}-tools-dts\ " RDEPENDS:${PN}-system = " \ @@ -23,11 +23,11 @@ RDEPENDS:${PN}-system = " \ efivar \ gnupg \ wget \ - ipxe-commands \ + ipxe-commands\ " RDEPENDS:${PN}-tests = " \ - dts-tests \ + dts-tests\ " RDEPENDS:${PN}-tools-base = " \ @@ -40,7 +40,7 @@ RDEPENDS:${PN}-tools-base = " \ iperf3 \ txesbmantool \ smmstoretool \ - cpuid \ + cpuid\ " RDEPENDS:${PN}-tools-dts = " \ @@ -50,11 +50,11 @@ RDEPENDS:${PN}-tools-dts = " \ txt-suite \ bg-suite \ dasharo-configuration-utility \ - dts-scripts \ + dts-scripts\ " RDEPENDS:${PN}-python = " \ python3-binwalk \ python3-uefi-firmware \ - python3-roca-detect \ + python3-roca-detect\ " diff --git a/meta-dts-distro/recipes-dts/packagegroups/packagegroup-tpm-dts.bb b/meta-dts-distro/recipes-dts/packagegroups/packagegroup-tpm-dts.bb index 7a867a4d..c3d54d75 100644 --- a/meta-dts-distro/recipes-dts/packagegroups/packagegroup-tpm-dts.bb +++ b/meta-dts-distro/recipes-dts/packagegroups/packagegroup-tpm-dts.bb @@ -14,5 +14,5 @@ RDEPENDS:${PN} = " \ libtss2 \ libtss2-mu \ libtss2-tcti-device \ - libtss2-tcti-mssim \ + libtss2-tcti-mssim\ " diff --git a/meta-dts-distro/recipes-kernel/kernel/acpi-call-dkms_git.bb b/meta-dts-distro/recipes-kernel/kernel/acpi-call-dkms_git.bb index c543f57b..5bd9ec67 100644 --- a/meta-dts-distro/recipes-kernel/kernel/acpi-call-dkms_git.bb +++ b/meta-dts-distro/recipes-kernel/kernel/acpi-call-dkms_git.bb @@ -8,10 +8,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=025e46592215127e8c98b397ff29a037" inherit module SRC_URI = "\ - git://github.com/nix-community/acpi_call.git;branch=master;protocol=https \ - file://0001-Makefile-fixing-build-errrors.patch \ - file://0001-GPLv3-licence-file-added.patch \ - " + git://github.com/nix-community/acpi_call.git;branch=master;protocol=https \ + file://0001-Makefile-fixing-build-errrors.patch \ + file://0001-GPLv3-licence-file-added.patch \ +" SRCREV = "fe9dc95a83a95e4826c1a7c809d41c2f16de40a6" diff --git a/meta-dts-distro/recipes-kernel/kernel/linux-yocto_%.bbappend b/meta-dts-distro/recipes-kernel/kernel/linux-yocto_%.bbappend index 02f2be3a..755b0ad0 100644 --- a/meta-dts-distro/recipes-kernel/kernel/linux-yocto_%.bbappend +++ b/meta-dts-distro/recipes-kernel/kernel/linux-yocto_%.bbappend @@ -12,13 +12,13 @@ SRC_URI:append = " \ file://serial-8250-dw.cfg \ file://silence-terminal-logs.cfg \ file://touchpad.cfg \ - file://tpm.cfg \ + file://tpm.cfg\ " # Enable support for additional file systems: SRC_URI:append = " \ file://ntfs-enable.cfg \ - file://exfat-enable.cfg \ + file://exfat-enable.cfg\ " KERNEL_FEATURES:remove:x86 = " ${@bb.utils.contains('DISTRO_FEATURES', 'efi-secure-boot', '${efi_secure_boot_sccs}', '', d)}" diff --git a/meta-dts-distro/recipes-support/cloudsend/cloudsend_git.bb b/meta-dts-distro/recipes-support/cloudsend/cloudsend_git.bb index 90f4eec0..052f829a 100644 --- a/meta-dts-distro/recipes-support/cloudsend/cloudsend_git.bb +++ b/meta-dts-distro/recipes-support/cloudsend/cloudsend_git.bb @@ -1,7 +1,7 @@ SUMMARY = "\ - Bash script that uses curl to send files and folders to a \ - nextcloud / owncloud publicly shared folder.\ - " + Bash script that uses curl to send files and folders to a \ + nextcloud / owncloud publicly shared folder.\ +" HOMEPAGE = "https://github.com/tavinus/cloudsend.sh" SECTION = "GPLv3" @@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda SRC_URI = "\ git://github.com/tavinus/cloudsend.sh.git;protocol=https;branch=master \ file://0001-cloudsend.sh-Add-fail-with-body-flag.patch \ - " +" SRCREV = "65abbc6d809bcce13870dc5ea07937d324283173" @@ -21,7 +21,7 @@ S = "${WORKDIR}/git" RDEPENDS:${PN} = " \ bash \ - curl \ + curl\ " do_install () { diff --git a/meta-dts-distro/recipes-support/dasharo-ectool/dasharo-ectool_0.3.8.bb b/meta-dts-distro/recipes-support/dasharo-ectool/dasharo-ectool_0.3.8.bb index df2f51a5..939f09d3 100644 --- a/meta-dts-distro/recipes-support/dasharo-ectool/dasharo-ectool_0.3.8.bb +++ b/meta-dts-distro/recipes-support/dasharo-ectool/dasharo-ectool_0.3.8.bb @@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/Dasharo/ec" LICENSE = "MIT" LIC_FILES_CHKSUM = " \ - file://tool/LICENSE;md5=af209eac18ec76ed06fb2839a906b1ad \ + file://tool/LICENSE;md5=af209eac18ec76ed06fb2839a906b1ad\ " DEPENDS += "hidapi" @@ -37,7 +37,7 @@ SRC_URI:append = " \ crate://crates.io/winapi-i686-pc-windows-gnu/0.4.0 \ crate://crates.io/winapi-util/0.1.5 \ crate://crates.io/winapi-x86_64-pc-windows-gnu/0.4.0 \ - crate://crates.io/winapi/0.3.9 \ + crate://crates.io/winapi/0.3.9\ " SRCREV = "4ae73b9d2cc2ec34c760c7774a7859d240c4c8dd" diff --git a/meta-dts-distro/recipes-support/iotools/iotools_git.bb b/meta-dts-distro/recipes-support/iotools/iotools_git.bb index cd8e482f..77a6ccf3 100644 --- a/meta-dts-distro/recipes-support/iotools/iotools_git.bb +++ b/meta-dts-distro/recipes-support/iotools/iotools_git.bb @@ -1,7 +1,7 @@ SUMMARY = "\ - The iotools package provides a set of simple command line tools \ - which allow access to hardware device registers.\ - " + The iotools package provides a set of simple command line tools \ + which allow access to hardware device registers.\ +" HOMEPAGE = "https://github.com/adurbin/iotools" LICENSE = "GPL-2.0-only" @@ -10,9 +10,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" PV = "1.0+git${SRCPV}" SRC_URI = " \ - git://github.com/adurbin/iotools;protocol=https;branch=master \ - file://0001-Makefile-allow-overriding-CC.patch \ - " + git://github.com/adurbin/iotools;protocol=https;branch=master \ + file://0001-Makefile-allow-overriding-CC.patch \ + " SRCREV = "18949fdc4dedb1da3f51ee83a582b112fb9f2c71" diff --git a/meta-dts-distro/recipes-support/ipxe-commands/ipxe-commands_local.bb b/meta-dts-distro/recipes-support/ipxe-commands/ipxe-commands_local.bb index c8c07073..bc19fc57 100644 --- a/meta-dts-distro/recipes-support/ipxe-commands/ipxe-commands_local.bb +++ b/meta-dts-distro/recipes-support/ipxe-commands/ipxe-commands_local.bb @@ -14,12 +14,12 @@ do_install () { } SYSTEMD_SERVICE:${PN} = " \ - ipxe-commands.service \ - " +ipxe-commands.service \ + " SYSTEMD_PACKAGES = " \ - ${PN} \ - " +${PN} \ + " SYSTEMD_AUTO_ENABLE:${PN} = "enable" diff --git a/meta-dts-distro/recipes-support/mei-amt-check/mei-amt-check_git.bb b/meta-dts-distro/recipes-support/mei-amt-check/mei-amt-check_git.bb index 04b84e86..3af4d834 100644 --- a/meta-dts-distro/recipes-support/mei-amt-check/mei-amt-check_git.bb +++ b/meta-dts-distro/recipes-support/mei-amt-check/mei-amt-check_git.bb @@ -8,9 +8,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=39f5702df600d6d1b1d6d138dc62347d" PV = "1.0+git${SRCPV}" SRC_URI = " \ - git://github.com/mjg59/mei-amt-check;protocol=https;branch=master \ - file://0001-Makefile-removed-setting-CC-variable.patch \ - " + git://github.com/mjg59/mei-amt-check;protocol=https;branch=master \ + file://0001-Makefile-removed-setting-CC-variable.patch \ + " SRCREV = "ec921d1e0a2ac770e7835589a28b85bc2f15200c" S = "${WORKDIR}/git" diff --git a/meta-dts-distro/recipes-tests/converged-security-suite/bg-suite_2.7.0.bb b/meta-dts-distro/recipes-tests/converged-security-suite/bg-suite_2.7.0.bb index 22c201f4..5b5ed0db 100644 --- a/meta-dts-distro/recipes-tests/converged-security-suite/bg-suite_2.7.0.bb +++ b/meta-dts-distro/recipes-tests/converged-security-suite/bg-suite_2.7.0.bb @@ -4,7 +4,7 @@ LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9" SRC_URI = " \ - file://bg-suite \ + file://bg-suite\ " SRC_URI[sha256sum] = "7d76040cf6d78bd1e5ccc9d0056799c37ccce0870139eef44a556f2e56a037e6"