summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r--meta/recipes-bsp/acpid/acpid.inc4
-rw-r--r--meta/recipes-bsp/alsa-state/alsa-state.bb12
-rw-r--r--meta/recipes-bsp/apmd/apmd_3.2.2-15.bb6
-rw-r--r--meta/recipes-bsp/efivar/efivar_37.bb4
-rw-r--r--meta/recipes-bsp/gnu-efi/gnu-efi_3.0.13.bb12
-rw-r--r--meta/recipes-bsp/grub/grub-bootconf_1.00.bb4
-rw-r--r--meta/recipes-bsp/grub/grub-efi_2.06.bb14
-rw-r--r--meta/recipes-bsp/grub/grub2.inc16
-rw-r--r--meta/recipes-bsp/grub/grub_2.06.bb22
-rw-r--r--meta/recipes-bsp/keymaps/keymaps_1.0.bb8
-rw-r--r--meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb2
-rw-r--r--meta/recipes-bsp/opensbi/opensbi_0.9.bb12
-rw-r--r--meta/recipes-bsp/pciutils/pciutils_3.7.0.bb10
-rw-r--r--meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb8
-rw-r--r--meta/recipes-bsp/u-boot/libubootenv_0.3.2.bb2
-rw-r--r--meta/recipes-bsp/u-boot/u-boot-tools.inc38
-rw-r--r--meta/recipes-bsp/u-boot/u-boot-tools_2021.07.bb2
-rw-r--r--meta/recipes-bsp/u-boot/u-boot.inc10
-rw-r--r--meta/recipes-bsp/u-boot/u-boot_2021.07.bb2
-rw-r--r--meta/recipes-bsp/usbutils/usbutils_013.bb12
-rw-r--r--meta/recipes-bsp/v86d/v86d_0.1.10.bb2
21 files changed, 101 insertions, 101 deletions
diff --git a/meta/recipes-bsp/acpid/acpid.inc b/meta/recipes-bsp/acpid/acpid.inc
index 1e43e7a9db..f48e519088 100644
--- a/meta/recipes-bsp/acpid/acpid.inc
+++ b/meta/recipes-bsp/acpid/acpid.inc
@@ -22,9 +22,9 @@ inherit autotools update-rc.d systemd
22INITSCRIPT_NAME = "acpid" 22INITSCRIPT_NAME = "acpid"
23INITSCRIPT_PARAMS = "defaults" 23INITSCRIPT_PARAMS = "defaults"
24 24
25SYSTEMD_SERVICE_${PN} = "acpid.service" 25SYSTEMD_SERVICE:${PN} = "acpid.service"
26 26
27do_install_append () { 27do_install:append () {
28 install -d ${D}${sysconfdir}/init.d 28 install -d ${D}${sysconfdir}/init.d
29 sed -e 's,/usr/sbin,${sbindir},g' ${WORKDIR}/init > ${D}${sysconfdir}/init.d/acpid 29 sed -e 's,/usr/sbin,${sbindir},g' ${WORKDIR}/init > ${D}${sysconfdir}/init.d/acpid
30 chmod 755 ${D}${sysconfdir}/init.d/acpid 30 chmod 755 ${D}${sysconfdir}/init.d/acpid
diff --git a/meta/recipes-bsp/alsa-state/alsa-state.bb b/meta/recipes-bsp/alsa-state/alsa-state.bb
index cec2272c80..df546633f1 100644
--- a/meta/recipes-bsp/alsa-state/alsa-state.bb
+++ b/meta/recipes-bsp/alsa-state/alsa-state.bb
@@ -49,15 +49,15 @@ do_install() {
49 49
50PACKAGES += "alsa-states" 50PACKAGES += "alsa-states"
51 51
52RRECOMMENDS_alsa-state = "alsa-states" 52RRECOMMENDS:alsa-state = "alsa-states"
53 53
54RDEPENDS_${PN} = "alsa-utils-alsactl" 54RDEPENDS:${PN} = "alsa-utils-alsactl"
55FILES_${PN} = "${sysconfdir}/init.d ${sysconfdir}/asound.conf" 55FILES:${PN} = "${sysconfdir}/init.d ${sysconfdir}/asound.conf"
56CONFFILES_${PN} = "${sysconfdir}/asound.conf" 56CONFFILES:${PN} = "${sysconfdir}/asound.conf"
57 57
58FILES_alsa-states = "${localstatedir}/lib/alsa/*.state" 58FILES:alsa-states = "${localstatedir}/lib/alsa/*.state"
59 59
60pkg_postinst_${PN}() { 60pkg_postinst:${PN}() {
61 if test -z "$D" 61 if test -z "$D"
62 then 62 then
63 if test -x ${sbindir}/alsactl 63 if test -x ${sbindir}/alsactl
diff --git a/meta/recipes-bsp/apmd/apmd_3.2.2-15.bb b/meta/recipes-bsp/apmd/apmd_3.2.2-15.bb
index 82c2649340..5368abfda6 100644
--- a/meta/recipes-bsp/apmd/apmd_3.2.2-15.bb
+++ b/meta/recipes-bsp/apmd/apmd_3.2.2-15.bb
@@ -36,7 +36,7 @@ inherit update-rc.d systemd
36INITSCRIPT_NAME = "apmd" 36INITSCRIPT_NAME = "apmd"
37INITSCRIPT_PARAMS = "defaults" 37INITSCRIPT_PARAMS = "defaults"
38 38
39SYSTEMD_SERVICE_${PN} = "apmd.service" 39SYSTEMD_SERVICE:${PN} = "apmd.service"
40SYSTEMD_AUTO_ENABLE = "disable" 40SYSTEMD_AUTO_ENABLE = "disable"
41 41
42EXTRA_OEMAKE = "-e MAKEFLAGS=" 42EXTRA_OEMAKE = "-e MAKEFLAGS="
@@ -81,5 +81,5 @@ do_install() {
81 81
82PACKAGES =+ "libapm apm" 82PACKAGES =+ "libapm apm"
83 83
84FILES_libapm = "${libdir}/libapm${SOLIBS}" 84FILES:libapm = "${libdir}/libapm${SOLIBS}"
85FILES_apm = "${bindir}/apm*" 85FILES:apm = "${bindir}/apm*"
diff --git a/meta/recipes-bsp/efivar/efivar_37.bb b/meta/recipes-bsp/efivar/efivar_37.bb
index 5bf121ff6e..b11f1539a2 100644
--- a/meta/recipes-bsp/efivar/efivar_37.bb
+++ b/meta/recipes-bsp/efivar/efivar_37.bb
@@ -22,7 +22,7 @@ export CCLD_FOR_BUILD = "${BUILD_CCLD}"
22# enforce BFD. 22# enforce BFD.
23LDFLAGS += "-fuse-ld=bfd" 23LDFLAGS += "-fuse-ld=bfd"
24 24
25do_compile_prepend() { 25do_compile:prepend() {
26 # Remove when https://github.com/rhboot/efivar/issues/130 is fixed 26 # Remove when https://github.com/rhboot/efivar/issues/130 is fixed
27 oe_runmake \ 27 oe_runmake \
28 CFLAGS="${BUILD_CFLAGS}" \ 28 CFLAGS="${BUILD_CFLAGS}" \
@@ -36,6 +36,6 @@ do_install() {
36 36
37BBCLASSEXTEND = "native" 37BBCLASSEXTEND = "native"
38 38
39RRECOMMENDS_${PN}_class-target = "kernel-module-efivarfs" 39RRECOMMENDS:${PN}:class-target = "kernel-module-efivarfs"
40 40
41CLEANBROKEN = "1" 41CLEANBROKEN = "1"
diff --git a/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.13.bb b/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.13.bb
index fa9886037c..ef3061c067 100644
--- a/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.13.bb
+++ b/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.13.bb
@@ -22,9 +22,9 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/files/${BP}.tar.bz2 \
22SRC_URI[sha256sum] = "2fccf715279c46ee69c4859186af8150d07a13f4d19876e5459cd65be82d3b7d" 22SRC_URI[sha256sum] = "2fccf715279c46ee69c4859186af8150d07a13f4d19876e5459cd65be82d3b7d"
23 23
24COMPATIBLE_HOST = "(x86_64.*|i.86.*|aarch64.*|arm.*)-linux" 24COMPATIBLE_HOST = "(x86_64.*|i.86.*|aarch64.*|arm.*)-linux"
25COMPATIBLE_HOST_armv4 = 'null' 25COMPATIBLE_HOST:armv4 = 'null'
26 26
27do_configure_linux-gnux32_prepend() { 27do_configure:linux-gnux32:prepend() {
28 cp ${STAGING_INCDIR}/gnu/stubs-x32.h ${STAGING_INCDIR}/gnu/stubs-64.h 28 cp ${STAGING_INCDIR}/gnu/stubs-x32.h ${STAGING_INCDIR}/gnu/stubs-64.h
29 cp ${STAGING_INCDIR}/bits/long-double-32.h ${STAGING_INCDIR}/bits/long-double-64.h 29 cp ${STAGING_INCDIR}/bits/long-double-32.h ${STAGING_INCDIR}/bits/long-double-64.h
30} 30}
@@ -48,18 +48,18 @@ do_install() {
48 oe_runmake install INSTALLROOT="${D}" 48 oe_runmake install INSTALLROOT="${D}"
49} 49}
50 50
51FILES_${PN} += "${libdir}/*.lds" 51FILES:${PN} += "${libdir}/*.lds"
52 52
53# 64-bit binaries are expected for EFI when targeting X32 53# 64-bit binaries are expected for EFI when targeting X32
54INSANE_SKIP_${PN}-dev_append_linux-gnux32 = " arch" 54INSANE_SKIP:${PN}-dev:append:linux-gnux32 = " arch"
55INSANE_SKIP_${PN}-dev_append_linux-muslx32 = " arch" 55INSANE_SKIP:${PN}-dev:append:linux-muslx32 = " arch"
56 56
57BBCLASSEXTEND = "native" 57BBCLASSEXTEND = "native"
58 58
59# It doesn't support sse, its make.defaults sets: 59# It doesn't support sse, its make.defaults sets:
60# CFLAGS += -mno-mmx -mno-sse 60# CFLAGS += -mno-mmx -mno-sse
61# So also remove -mfpmath=sse from TUNE_CCARGS 61# So also remove -mfpmath=sse from TUNE_CCARGS
62TUNE_CCARGS_remove = "-mfpmath=sse" 62TUNE_CCARGS:remove = "-mfpmath=sse"
63 63
64python () { 64python () {
65 ccargs = d.getVar('TUNE_CCARGS').split() 65 ccargs = d.getVar('TUNE_CCARGS').split()
diff --git a/meta/recipes-bsp/grub/grub-bootconf_1.00.bb b/meta/recipes-bsp/grub/grub-bootconf_1.00.bb
index 572580313b..151e601fd2 100644
--- a/meta/recipes-bsp/grub/grub-bootconf_1.00.bb
+++ b/meta/recipes-bsp/grub/grub-bootconf_1.00.bb
@@ -5,7 +5,7 @@ DESCRIPTION = "Grub might require different configuration file for \
5different machines." 5different machines."
6HOMEPAGE = "https://www.gnu.org/software/grub/manual/grub/grub.html#Configuration" 6HOMEPAGE = "https://www.gnu.org/software/grub/manual/grub/grub.html#Configuration"
7 7
8RPROVIDES_${PN} += "virtual/grub-bootconf" 8RPROVIDES:${PN} += "virtual/grub-bootconf"
9 9
10inherit grub-efi-cfg 10inherit grub-efi-cfg
11 11
@@ -29,4 +29,4 @@ do_install() {
29 install grub-bootconf ${D}${EFI_FILES_PATH}/grub.cfg 29 install grub-bootconf ${D}${EFI_FILES_PATH}/grub.cfg
30} 30}
31 31
32FILES_${PN} = "${EFI_FILES_PATH}/grub.cfg" 32FILES:${PN} = "${EFI_FILES_PATH}/grub.cfg"
diff --git a/meta/recipes-bsp/grub/grub-efi_2.06.bb b/meta/recipes-bsp/grub/grub-efi_2.06.bb
index 287845c507..96e9df88b6 100644
--- a/meta/recipes-bsp/grub/grub-efi_2.06.bb
+++ b/meta/recipes-bsp/grub/grub-efi_2.06.bb
@@ -4,8 +4,8 @@ require conf/image-uefi.conf
4 4
5GRUBPLATFORM = "efi" 5GRUBPLATFORM = "efi"
6 6
7DEPENDS_append = " grub-native" 7DEPENDS:append = " grub-native"
8RDEPENDS_${PN} = "grub-common virtual/grub-bootconf" 8RDEPENDS:${PN} = "grub-common virtual/grub-bootconf"
9 9
10SRC_URI += " \ 10SRC_URI += " \
11 file://cfg \ 11 file://cfg \
@@ -79,13 +79,13 @@ do_deploy() {
79 79
80addtask deploy after do_install before do_build 80addtask deploy after do_install before do_build
81 81
82FILES_${PN} = "${libdir}/grub/${GRUB_TARGET}-efi \ 82FILES:${PN} = "${libdir}/grub/${GRUB_TARGET}-efi \
83 ${datadir}/grub \ 83 ${datadir}/grub \
84 ${EFI_FILES_PATH}/${GRUB_IMAGE} \ 84 ${EFI_FILES_PATH}/${GRUB_IMAGE} \
85 " 85 "
86 86
87# 64-bit binaries are expected for the bootloader with an x32 userland 87# 64-bit binaries are expected for the bootloader with an x32 userland
88INSANE_SKIP_${PN}_append_linux-gnux32 = " arch" 88INSANE_SKIP:${PN}:append:linux-gnux32 = " arch"
89INSANE_SKIP_${PN}-dbg_append_linux-gnux32 = " arch" 89INSANE_SKIP:${PN}-dbg:append:linux-gnux32 = " arch"
90INSANE_SKIP_${PN}_append_linux-muslx32 = " arch" 90INSANE_SKIP:${PN}:append:linux-muslx32 = " arch"
91INSANE_SKIP_${PN}-dbg_append_linux-muslx32 = " arch" 91INSANE_SKIP:${PN}-dbg:append:linux-muslx32 = " arch"
diff --git a/meta/recipes-bsp/grub/grub2.inc b/meta/recipes-bsp/grub/grub2.inc
index 19294760c4..bb791347dc 100644
--- a/meta/recipes-bsp/grub/grub2.inc
+++ b/meta/recipes-bsp/grub/grub2.inc
@@ -30,21 +30,21 @@ CVE_CHECK_WHITELIST += "CVE-2019-14865"
30DEPENDS = "flex-native bison-native gettext-native" 30DEPENDS = "flex-native bison-native gettext-native"
31 31
32COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|aarch64.*|riscv.*)-(linux.*|freebsd.*)' 32COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|aarch64.*|riscv.*)-(linux.*|freebsd.*)'
33COMPATIBLE_HOST_armv7a = 'null' 33COMPATIBLE_HOST:armv7a = 'null'
34COMPATIBLE_HOST_armv7ve = 'null' 34COMPATIBLE_HOST:armv7ve = 'null'
35 35
36# configure.ac has code to set this automagically from the target tuple 36# configure.ac has code to set this automagically from the target tuple
37# but the OE freeform one (core2-foo-bar-linux) don't work with that. 37# but the OE freeform one (core2-foo-bar-linux) don't work with that.
38 38
39GRUBPLATFORM_arm = "efi" 39GRUBPLATFORM:arm = "efi"
40GRUBPLATFORM_aarch64 = "efi" 40GRUBPLATFORM:aarch64 = "efi"
41GRUBPLATFORM_riscv32 = "efi" 41GRUBPLATFORM:riscv32 = "efi"
42GRUBPLATFORM_riscv64 = "efi" 42GRUBPLATFORM:riscv64 = "efi"
43GRUBPLATFORM ??= "pc" 43GRUBPLATFORM ??= "pc"
44 44
45inherit autotools gettext texinfo pkgconfig 45inherit autotools gettext texinfo pkgconfig
46 46
47CFLAGS_remove = "-O2" 47CFLAGS:remove = "-O2"
48 48
49EXTRA_OECONF = "--with-platform=${GRUBPLATFORM} \ 49EXTRA_OECONF = "--with-platform=${GRUBPLATFORM} \
50 --disable-grub-mkfont \ 50 --disable-grub-mkfont \
@@ -70,7 +70,7 @@ BUILD_LDFLAGS = ""
70 70
71export PYTHON = "python3" 71export PYTHON = "python3"
72 72
73do_configure_prepend() { 73do_configure:prepend() {
74 cd ${S} 74 cd ${S}
75 FROM_BOOTSTRAP=1 ${S}/autogen.sh 75 FROM_BOOTSTRAP=1 ${S}/autogen.sh
76 cd ${B} 76 cd ${B}
diff --git a/meta/recipes-bsp/grub/grub_2.06.bb b/meta/recipes-bsp/grub/grub_2.06.bb
index d4e09faa40..05d462785c 100644
--- a/meta/recipes-bsp/grub/grub_2.06.bb
+++ b/meta/recipes-bsp/grub/grub_2.06.bb
@@ -1,24 +1,24 @@
1require grub2.inc 1require grub2.inc
2 2
3RDEPENDS_${PN}-common += "${PN}-editenv" 3RDEPENDS:${PN}-common += "${PN}-editenv"
4RDEPENDS_${PN} += "${PN}-common" 4RDEPENDS:${PN} += "${PN}-common"
5RDEPENDS_${PN}_class-native = "" 5RDEPENDS:${PN}:class-native = ""
6 6
7RPROVIDES_${PN}-editenv += "${PN}-efi-editenv" 7RPROVIDES:${PN}-editenv += "${PN}-efi-editenv"
8 8
9PROVIDES_append_class-native = " grub-efi-native" 9PROVIDES:append:class-native = " grub-efi-native"
10 10
11PACKAGES =+ "${PN}-editenv ${PN}-common" 11PACKAGES =+ "${PN}-editenv ${PN}-common"
12FILES_${PN}-editenv = "${bindir}/grub-editenv" 12FILES:${PN}-editenv = "${bindir}/grub-editenv"
13FILES_${PN}-common = " \ 13FILES:${PN}-common = " \
14 ${bindir} \ 14 ${bindir} \
15 ${sysconfdir} \ 15 ${sysconfdir} \
16 ${sbindir} \ 16 ${sbindir} \
17 ${datadir}/grub \ 17 ${datadir}/grub \
18" 18"
19ALLOW_EMPTY_${PN} = "1" 19ALLOW_EMPTY:${PN} = "1"
20 20
21do_install_append () { 21do_install:append () {
22 # Avoid conflicts with the EFI package for systems such as arm64 where we 22 # Avoid conflicts with the EFI package for systems such as arm64 where we
23 # need to build grub and grub-efi but only EFI is supported by removing EFI 23 # need to build grub and grub-efi but only EFI is supported by removing EFI
24 # from this package. 24 # from this package.
@@ -35,7 +35,7 @@ do_install_append () {
35 {} + 35 {} +
36} 36}
37 37
38INSANE_SKIP_${PN} = "arch" 38INSANE_SKIP:${PN} = "arch"
39INSANE_SKIP_${PN}-dbg = "arch" 39INSANE_SKIP:${PN}-dbg = "arch"
40 40
41BBCLASSEXTEND = "native nativesdk" 41BBCLASSEXTEND = "native nativesdk"
diff --git a/meta/recipes-bsp/keymaps/keymaps_1.0.bb b/meta/recipes-bsp/keymaps/keymaps_1.0.bb
index 24b13f920f..091bcc6091 100644
--- a/meta/recipes-bsp/keymaps/keymaps_1.0.bb
+++ b/meta/recipes-bsp/keymaps/keymaps_1.0.bb
@@ -2,7 +2,7 @@ SUMMARY = "Keyboard maps"
2DESCRIPTION = "Keymaps and initscript to set the keymap on bootup." 2DESCRIPTION = "Keymaps and initscript to set the keymap on bootup."
3SECTION = "base" 3SECTION = "base"
4 4
5RDEPENDS_${PN} = "kbd" 5RDEPENDS:${PN} = "kbd"
6 6
7LICENSE = "GPLv2" 7LICENSE = "GPLv2"
8LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" 8LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
@@ -37,8 +37,8 @@ do_install () {
37 fi 37 fi
38} 38}
39 39
40PACKAGE_WRITE_DEPS_append = " ${@bb.utils.contains('DISTRO_FEATURES','systemd sysvinit','systemd-systemctl-native','',d)}" 40PACKAGE_WRITE_DEPS:append = " ${@bb.utils.contains('DISTRO_FEATURES','systemd sysvinit','systemd-systemctl-native','',d)}"
41pkg_postinst_${PN} () { 41pkg_postinst:${PN} () {
42 if ${@bb.utils.contains('DISTRO_FEATURES','systemd sysvinit','true','false',d)}; then 42 if ${@bb.utils.contains('DISTRO_FEATURES','systemd sysvinit','true','false',d)}; then
43 if [ -n "$D" ]; then 43 if [ -n "$D" ]; then
44 OPTS="--root=$D" 44 OPTS="--root=$D"
@@ -47,4 +47,4 @@ pkg_postinst_${PN} () {
47 fi 47 fi
48} 48}
49 49
50ALLOW_EMPTY_${PN} = "1" 50ALLOW_EMPTY:${PN} = "1"
diff --git a/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb b/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb
index 54c431eeb3..5f383319e2 100644
--- a/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb
+++ b/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb
@@ -38,7 +38,7 @@ inherit update-alternatives
38 38
39ALTERNATIVE_PRIORITY = "100" 39ALTERNATIVE_PRIORITY = "100"
40 40
41ALTERNATIVE_${PN} = "rz rx rb sz sx sb" 41ALTERNATIVE:${PN} = "rz rx rb sz sx sb"
42 42
43ALTERNATIVE_TARGET[rz] = "${bindir}/lrz" 43ALTERNATIVE_TARGET[rz] = "${bindir}/lrz"
44ALTERNATIVE_TARGET[rx] = "${bindir}/lrz" 44ALTERNATIVE_TARGET[rx] = "${bindir}/lrz"
diff --git a/meta/recipes-bsp/opensbi/opensbi_0.9.bb b/meta/recipes-bsp/opensbi/opensbi_0.9.bb
index 5fee52136d..cb9f346dc0 100644
--- a/meta/recipes-bsp/opensbi/opensbi_0.9.bb
+++ b/meta/recipes-bsp/opensbi/opensbi_0.9.bb
@@ -17,13 +17,13 @@ S = "${WORKDIR}/git"
17 17
18EXTRA_OEMAKE += "PLATFORM=${RISCV_SBI_PLAT} I=${D} FW_PIC=n" 18EXTRA_OEMAKE += "PLATFORM=${RISCV_SBI_PLAT} I=${D} FW_PIC=n"
19# If RISCV_SBI_PAYLOAD is set then include it as a payload 19# If RISCV_SBI_PAYLOAD is set then include it as a payload
20EXTRA_OEMAKE_append = " ${@riscv_get_extra_oemake_image(d)}" 20EXTRA_OEMAKE:append = " ${@riscv_get_extra_oemake_image(d)}"
21EXTRA_OEMAKE_append = " ${@riscv_get_extra_oemake_fdt(d)}" 21EXTRA_OEMAKE:append = " ${@riscv_get_extra_oemake_fdt(d)}"
22 22
23# Required if specifying a custom payload 23# Required if specifying a custom payload
24do_compile[depends] += "${@riscv_get_do_compile_depends(d)}" 24do_compile[depends] += "${@riscv_get_do_compile_depends(d)}"
25 25
26do_install_append() { 26do_install:append() {
27 # In the future these might be required as a dependency for other packages. 27 # In the future these might be required as a dependency for other packages.
28 # At the moment just delete them to avoid warnings 28 # At the moment just delete them to avoid warnings
29 rm -r ${D}/include 29 rm -r ${D}/include
@@ -39,9 +39,9 @@ do_deploy () {
39 39
40addtask deploy before do_build after do_install 40addtask deploy before do_build after do_install
41 41
42FILES_${PN} += "/share/opensbi/*/${RISCV_SBI_PLAT}/firmware/fw_jump.*" 42FILES:${PN} += "/share/opensbi/*/${RISCV_SBI_PLAT}/firmware/fw_jump.*"
43FILES_${PN} += "/share/opensbi/*/${RISCV_SBI_PLAT}/firmware/fw_payload.*" 43FILES:${PN} += "/share/opensbi/*/${RISCV_SBI_PLAT}/firmware/fw_payload.*"
44FILES_${PN} += "/share/opensbi/*/${RISCV_SBI_PLAT}/firmware/fw_dynamic.*" 44FILES:${PN} += "/share/opensbi/*/${RISCV_SBI_PLAT}/firmware/fw_dynamic.*"
45 45
46COMPATIBLE_HOST = "(riscv64|riscv32).*" 46COMPATIBLE_HOST = "(riscv64|riscv32).*"
47INHIBIT_PACKAGE_STRIP = "1" 47INHIBIT_PACKAGE_STRIP = "1"
diff --git a/meta/recipes-bsp/pciutils/pciutils_3.7.0.bb b/meta/recipes-bsp/pciutils/pciutils_3.7.0.bb
index 4f0edc01ed..3afa521597 100644
--- a/meta/recipes-bsp/pciutils/pciutils_3.7.0.bb
+++ b/meta/recipes-bsp/pciutils/pciutils_3.7.0.bb
@@ -52,8 +52,8 @@ do_install () {
52} 52}
53 53
54PACKAGES =+ "${PN}-ids libpci" 54PACKAGES =+ "${PN}-ids libpci"
55FILES_${PN}-ids = "${datadir}/pci.ids*" 55FILES:${PN}-ids = "${datadir}/pci.ids*"
56FILES_libpci = "${libdir}/libpci.so.*" 56FILES:libpci = "${libdir}/libpci.so.*"
57SUMMARY_${PN}-ids = "PCI utilities - device ID database" 57SUMMARY:${PN}-ids = "PCI utilities - device ID database"
58DESCRIPTION_${PN}-ids = "Package providing the PCI device ID database for pciutils." 58DESCRIPTION:${PN}-ids = "Package providing the PCI device ID database for pciutils."
59RDEPENDS_${PN} += "${PN}-ids" 59RDEPENDS:${PN} += "${PN}-ids"
diff --git a/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb b/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb
index cac09101c4..0f6d3ff7cb 100644
--- a/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb
+++ b/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb
@@ -17,11 +17,11 @@ inherit pkgconfig autotools manpages
17 17
18PACKAGECONFIG[manpages] = "--enable-doc, --disable-doc, libxslt-native xmlto-native" 18PACKAGECONFIG[manpages] = "--enable-doc, --disable-doc, libxslt-native xmlto-native"
19 19
20RDEPENDS_${PN} = "grep bash" 20RDEPENDS:${PN} = "grep bash"
21 21
22do_configure_prepend () { 22do_configure:prepend () {
23 ( cd ${S}; autoreconf -f -i -s ) 23 ( cd ${S}; autoreconf -f -i -s )
24} 24}
25 25
26FILES_${PN} += "${libdir}/${BPN}/*" 26FILES:${PN} += "${libdir}/${BPN}/*"
27FILES_${PN}-dbg += "${datadir}/doc/pm-utils/README.debugging" 27FILES:${PN}-dbg += "${datadir}/doc/pm-utils/README.debugging"
diff --git a/meta/recipes-bsp/u-boot/libubootenv_0.3.2.bb b/meta/recipes-bsp/u-boot/libubootenv_0.3.2.bb
index 488a9df792..ce14bc48aa 100644
--- a/meta/recipes-bsp/u-boot/libubootenv_0.3.2.bb
+++ b/meta/recipes-bsp/u-boot/libubootenv_0.3.2.bb
@@ -21,6 +21,6 @@ EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release"
21 21
22DEPENDS = "zlib" 22DEPENDS = "zlib"
23PROVIDES += "u-boot-fw-utils" 23PROVIDES += "u-boot-fw-utils"
24RPROVIDES_${PN}-bin += "u-boot-fw-utils" 24RPROVIDES:${PN}-bin += "u-boot-fw-utils"
25 25
26BBCLASSEXTEND = "native" 26BBCLASSEXTEND = "native"
diff --git a/meta/recipes-bsp/u-boot/u-boot-tools.inc b/meta/recipes-bsp/u-boot/u-boot-tools.inc
index 4ed936a70d..7eda6a0897 100644
--- a/meta/recipes-bsp/u-boot/u-boot-tools.inc
+++ b/meta/recipes-bsp/u-boot/u-boot-tools.inc
@@ -2,25 +2,25 @@ SUMMARY = "U-Boot bootloader tools"
2DEPENDS += "openssl" 2DEPENDS += "openssl"
3 3
4PROVIDES = "${MLPREFIX}u-boot-mkimage ${MLPREFIX}u-boot-mkenvimage" 4PROVIDES = "${MLPREFIX}u-boot-mkimage ${MLPREFIX}u-boot-mkenvimage"
5PROVIDES_class-native = "u-boot-mkimage-native u-boot-mkenvimage-native" 5PROVIDES:class-native = "u-boot-mkimage-native u-boot-mkenvimage-native"
6 6
7PACKAGES += "${PN}-mkimage ${PN}-mkenvimage" 7PACKAGES += "${PN}-mkimage ${PN}-mkenvimage"
8 8
9# Required for backward compatibility with "u-boot-mkimage-xxx.bb" 9# Required for backward compatibility with "u-boot-mkimage-xxx.bb"
10RPROVIDES_${PN}-mkimage = "u-boot-mkimage" 10RPROVIDES:${PN}-mkimage = "u-boot-mkimage"
11RREPLACES_${PN}-mkimage = "u-boot-mkimage" 11RREPLACES:${PN}-mkimage = "u-boot-mkimage"
12RCONFLICTS_${PN}-mkimage = "u-boot-mkimage" 12RCONFLICTS:${PN}-mkimage = "u-boot-mkimage"
13 13
14EXTRA_OEMAKE_class-target = 'CROSS_COMPILE="${TARGET_PREFIX}" CC="${CC} ${CFLAGS} ${LDFLAGS}" HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}" STRIP=true V=1' 14EXTRA_OEMAKE:class-target = 'CROSS_COMPILE="${TARGET_PREFIX}" CC="${CC} ${CFLAGS} ${LDFLAGS}" HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}" STRIP=true V=1'
15EXTRA_OEMAKE_class-native = 'CC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}" HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}" STRIP=true V=1' 15EXTRA_OEMAKE:class-native = 'CC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}" HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}" STRIP=true V=1'
16EXTRA_OEMAKE_class-nativesdk = 'CROSS_COMPILE="${HOST_PREFIX}" CC="${CC} ${CFLAGS} ${LDFLAGS}" HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}" STRIP=true V=1' 16EXTRA_OEMAKE:class-nativesdk = 'CROSS_COMPILE="${HOST_PREFIX}" CC="${CC} ${CFLAGS} ${LDFLAGS}" HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}" STRIP=true V=1'
17 17
18SED_CONFIG_EFI = '-e "s/CONFIG_EFI_LOADER=.*/# CONFIG_EFI_LOADER is not set/"' 18SED_CONFIG_EFI = '-e "s/CONFIG_EFI_LOADER=.*/# CONFIG_EFI_LOADER is not set/"'
19SED_CONFIG_EFI_x86 = '' 19SED_CONFIG_EFI:x86 = ''
20SED_CONFIG_EFI_x86-64 = '' 20SED_CONFIG_EFI:x86-64 = ''
21SED_CONFIG_EFI_arm = '' 21SED_CONFIG_EFI:arm = ''
22SED_CONFIG_EFI_armeb = '' 22SED_CONFIG_EFI:armeb = ''
23SED_CONFIG_EFI_aarch64 = '' 23SED_CONFIG_EFI:aarch64 = ''
24 24
25do_compile () { 25do_compile () {
26 # Yes, this is crazy. If you build on a system with git < 2.14 from scratch, the tree will 26 # Yes, this is crazy. If you build on a system with git < 2.14 from scratch, the tree will
@@ -68,14 +68,14 @@ do_install () {
68 ln -sf uboot-fit_check_sign ${D}${bindir}/fit_check_sign 68 ln -sf uboot-fit_check_sign ${D}${bindir}/fit_check_sign
69} 69}
70 70
71ALLOW_EMPTY_${PN} = "1" 71ALLOW_EMPTY:${PN} = "1"
72FILES_${PN} = "" 72FILES:${PN} = ""
73FILES_${PN}-mkimage = "${bindir}/uboot-mkimage ${bindir}/mkimage ${bindir}/uboot-dumpimage ${bindir}/dumpimage ${bindir}/uboot-fit_check_sign ${bindir}/fit_check_sign" 73FILES:${PN}-mkimage = "${bindir}/uboot-mkimage ${bindir}/mkimage ${bindir}/uboot-dumpimage ${bindir}/dumpimage ${bindir}/uboot-fit_check_sign ${bindir}/fit_check_sign"
74FILES_${PN}-mkenvimage = "${bindir}/uboot-mkenvimage ${bindir}/mkenvimage" 74FILES:${PN}-mkenvimage = "${bindir}/uboot-mkenvimage ${bindir}/mkenvimage"
75 75
76RDEPENDS_${PN}-mkimage += "dtc" 76RDEPENDS:${PN}-mkimage += "dtc"
77RDEPENDS_${PN} += "${PN}-mkimage ${PN}-mkenvimage" 77RDEPENDS:${PN} += "${PN}-mkimage ${PN}-mkenvimage"
78RDEPENDS_${PN}_class-native = "" 78RDEPENDS:${PN}:class-native = ""
79 79
80BBCLASSEXTEND = "native nativesdk" 80BBCLASSEXTEND = "native nativesdk"
81 81
diff --git a/meta/recipes-bsp/u-boot/u-boot-tools_2021.07.bb b/meta/recipes-bsp/u-boot/u-boot-tools_2021.07.bb
index 4e90081911..d0c0f30a98 100644
--- a/meta/recipes-bsp/u-boot/u-boot-tools_2021.07.bb
+++ b/meta/recipes-bsp/u-boot/u-boot-tools_2021.07.bb
@@ -1,4 +1,4 @@
1require u-boot-common.inc 1require u-boot-common.inc
2require u-boot-tools.inc 2require u-boot-tools.inc
3 3
4SRC_URI_append = " file://0001-tools-image-host-fix-wrong-return-value.patch" 4SRC_URI:append = " file://0001-tools-image-host-fix-wrong-return-value.patch"
diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-boot/u-boot.inc
index 8ccc532f7e..4340b17cb6 100644
--- a/meta/recipes-bsp/u-boot/u-boot.inc
+++ b/meta/recipes-bsp/u-boot/u-boot.inc
@@ -212,15 +212,15 @@ do_install () {
212 212
213PACKAGE_BEFORE_PN += "${PN}-env" 213PACKAGE_BEFORE_PN += "${PN}-env"
214 214
215RPROVIDES_${PN}-env += "u-boot-default-env" 215RPROVIDES:${PN}-env += "u-boot-default-env"
216ALLOW_EMPTY_${PN}-env = "1" 216ALLOW_EMPTY:${PN}-env = "1"
217FILES_${PN}-env = " \ 217FILES:${PN}-env = " \
218 ${@ '${sysconfdir}/${UBOOT_INITIAL_ENV}*' if d.getVar('UBOOT_INITIAL_ENV') else ''} \ 218 ${@ '${sysconfdir}/${UBOOT_INITIAL_ENV}*' if d.getVar('UBOOT_INITIAL_ENV') else ''} \
219 ${sysconfdir}/fw_env.config \ 219 ${sysconfdir}/fw_env.config \
220" 220"
221 221
222FILES_${PN} = "/boot ${datadir}" 222FILES:${PN} = "/boot ${datadir}"
223RDEPENDS_${PN} += "${PN}-env" 223RDEPENDS:${PN} += "${PN}-env"
224 224
225do_deploy () { 225do_deploy () {
226 if [ -n "${UBOOT_CONFIG}" ] 226 if [ -n "${UBOOT_CONFIG}" ]
diff --git a/meta/recipes-bsp/u-boot/u-boot_2021.07.bb b/meta/recipes-bsp/u-boot/u-boot_2021.07.bb
index bbbc99bf8d..c8dbe477e0 100644
--- a/meta/recipes-bsp/u-boot/u-boot_2021.07.bb
+++ b/meta/recipes-bsp/u-boot/u-boot_2021.07.bb
@@ -1,6 +1,6 @@
1require u-boot-common.inc 1require u-boot-common.inc
2require u-boot.inc 2require u-boot.inc
3 3
4SRC_URI_append = " file://0001-riscv32-Use-double-float-ABI-for-rv32.patch" 4SRC_URI:append = " file://0001-riscv32-Use-double-float-ABI-for-rv32.patch"
5 5
6DEPENDS += "bc-native dtc-native python3-setuptools-native" 6DEPENDS += "bc-native dtc-native python3-setuptools-native"
diff --git a/meta/recipes-bsp/usbutils/usbutils_013.bb b/meta/recipes-bsp/usbutils/usbutils_013.bb
index 51f909b795..db64a48759 100644
--- a/meta/recipes-bsp/usbutils/usbutils_013.bb
+++ b/meta/recipes-bsp/usbutils/usbutils_013.bb
@@ -16,15 +16,15 @@ SRC_URI[sha256sum] = "efdfd5403dbdd7412de6bb897d5fbaae65ef3eb4332032c0e1f2162166
16 16
17inherit autotools pkgconfig update-alternatives 17inherit autotools pkgconfig update-alternatives
18 18
19ALTERNATIVE_${PN} = "lsusb" 19ALTERNATIVE:${PN} = "lsusb"
20ALTERNATIVE_PRIORITY = "100" 20ALTERNATIVE_PRIORITY = "100"
21 21
22# The binaries are mostly GPLv2+ apart from lsusb.py which is GPLv2 or v3. 22# The binaries are mostly GPLv2+ apart from lsusb.py which is GPLv2 or v3.
23LICENSE_${PN} = "GPLv2+" 23LICENSE:${PN} = "GPLv2+"
24LICENSE_${PN}-python = "GPLv2 | GPLv3" 24LICENSE:${PN}-python = "GPLv2 | GPLv3"
25 25
26RRECOMMENDS_${PN} = "udev-hwdb" 26RRECOMMENDS:${PN} = "udev-hwdb"
27 27
28PACKAGE_BEFORE_PN =+ "${PN}-python" 28PACKAGE_BEFORE_PN =+ "${PN}-python"
29FILES_${PN}-python += "${bindir}/lsusb.py" 29FILES:${PN}-python += "${bindir}/lsusb.py"
30RDEPENDS_${PN}-python = "python3-core" 30RDEPENDS:${PN}-python = "python3-core"
diff --git a/meta/recipes-bsp/v86d/v86d_0.1.10.bb b/meta/recipes-bsp/v86d/v86d_0.1.10.bb
index e614de0c48..b011276f47 100644
--- a/meta/recipes-bsp/v86d/v86d_0.1.10.bb
+++ b/meta/recipes-bsp/v86d/v86d_0.1.10.bb
@@ -7,7 +7,7 @@ LICENSE = "GPLv2"
7LIC_FILES_CHKSUM = "file://README;md5=94ac1971e4f2309dc322d598e7b1f7dd" 7LIC_FILES_CHKSUM = "file://README;md5=94ac1971e4f2309dc322d598e7b1f7dd"
8 8
9DEPENDS = "virtual/kernel" 9DEPENDS = "virtual/kernel"
10RRECOMMENDS_${PN} = "kernel-module-uvesafb" 10RRECOMMENDS:${PN} = "kernel-module-uvesafb"
11PR = "r2" 11PR = "r2"
12 12
13SRC_URI = "http://snapshot.debian.org/archive/debian/20110427T035506Z/pool/main/v/${BPN}/${BPN}_${PV}.orig.tar.gz \ 13SRC_URI = "http://snapshot.debian.org/archive/debian/20110427T035506Z/pool/main/v/${BPN}/${BPN}_${PV}.orig.tar.gz \