diff options
Diffstat (limited to 'meta/recipes-bsp')
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 | |||
22 | INITSCRIPT_NAME = "acpid" | 22 | INITSCRIPT_NAME = "acpid" |
23 | INITSCRIPT_PARAMS = "defaults" | 23 | INITSCRIPT_PARAMS = "defaults" |
24 | 24 | ||
25 | SYSTEMD_SERVICE_${PN} = "acpid.service" | 25 | SYSTEMD_SERVICE:${PN} = "acpid.service" |
26 | 26 | ||
27 | do_install_append () { | 27 | do_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 | ||
50 | PACKAGES += "alsa-states" | 50 | PACKAGES += "alsa-states" |
51 | 51 | ||
52 | RRECOMMENDS_alsa-state = "alsa-states" | 52 | RRECOMMENDS:alsa-state = "alsa-states" |
53 | 53 | ||
54 | RDEPENDS_${PN} = "alsa-utils-alsactl" | 54 | RDEPENDS:${PN} = "alsa-utils-alsactl" |
55 | FILES_${PN} = "${sysconfdir}/init.d ${sysconfdir}/asound.conf" | 55 | FILES:${PN} = "${sysconfdir}/init.d ${sysconfdir}/asound.conf" |
56 | CONFFILES_${PN} = "${sysconfdir}/asound.conf" | 56 | CONFFILES:${PN} = "${sysconfdir}/asound.conf" |
57 | 57 | ||
58 | FILES_alsa-states = "${localstatedir}/lib/alsa/*.state" | 58 | FILES:alsa-states = "${localstatedir}/lib/alsa/*.state" |
59 | 59 | ||
60 | pkg_postinst_${PN}() { | 60 | pkg_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 | |||
36 | INITSCRIPT_NAME = "apmd" | 36 | INITSCRIPT_NAME = "apmd" |
37 | INITSCRIPT_PARAMS = "defaults" | 37 | INITSCRIPT_PARAMS = "defaults" |
38 | 38 | ||
39 | SYSTEMD_SERVICE_${PN} = "apmd.service" | 39 | SYSTEMD_SERVICE:${PN} = "apmd.service" |
40 | SYSTEMD_AUTO_ENABLE = "disable" | 40 | SYSTEMD_AUTO_ENABLE = "disable" |
41 | 41 | ||
42 | EXTRA_OEMAKE = "-e MAKEFLAGS=" | 42 | EXTRA_OEMAKE = "-e MAKEFLAGS=" |
@@ -81,5 +81,5 @@ do_install() { | |||
81 | 81 | ||
82 | PACKAGES =+ "libapm apm" | 82 | PACKAGES =+ "libapm apm" |
83 | 83 | ||
84 | FILES_libapm = "${libdir}/libapm${SOLIBS}" | 84 | FILES:libapm = "${libdir}/libapm${SOLIBS}" |
85 | FILES_apm = "${bindir}/apm*" | 85 | FILES: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. |
23 | LDFLAGS += "-fuse-ld=bfd" | 23 | LDFLAGS += "-fuse-ld=bfd" |
24 | 24 | ||
25 | do_compile_prepend() { | 25 | do_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 | ||
37 | BBCLASSEXTEND = "native" | 37 | BBCLASSEXTEND = "native" |
38 | 38 | ||
39 | RRECOMMENDS_${PN}_class-target = "kernel-module-efivarfs" | 39 | RRECOMMENDS:${PN}:class-target = "kernel-module-efivarfs" |
40 | 40 | ||
41 | CLEANBROKEN = "1" | 41 | CLEANBROKEN = "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 \ | |||
22 | SRC_URI[sha256sum] = "2fccf715279c46ee69c4859186af8150d07a13f4d19876e5459cd65be82d3b7d" | 22 | SRC_URI[sha256sum] = "2fccf715279c46ee69c4859186af8150d07a13f4d19876e5459cd65be82d3b7d" |
23 | 23 | ||
24 | COMPATIBLE_HOST = "(x86_64.*|i.86.*|aarch64.*|arm.*)-linux" | 24 | COMPATIBLE_HOST = "(x86_64.*|i.86.*|aarch64.*|arm.*)-linux" |
25 | COMPATIBLE_HOST_armv4 = 'null' | 25 | COMPATIBLE_HOST:armv4 = 'null' |
26 | 26 | ||
27 | do_configure_linux-gnux32_prepend() { | 27 | do_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 | ||
51 | FILES_${PN} += "${libdir}/*.lds" | 51 | FILES:${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 |
54 | INSANE_SKIP_${PN}-dev_append_linux-gnux32 = " arch" | 54 | INSANE_SKIP:${PN}-dev:append:linux-gnux32 = " arch" |
55 | INSANE_SKIP_${PN}-dev_append_linux-muslx32 = " arch" | 55 | INSANE_SKIP:${PN}-dev:append:linux-muslx32 = " arch" |
56 | 56 | ||
57 | BBCLASSEXTEND = "native" | 57 | BBCLASSEXTEND = "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 |
62 | TUNE_CCARGS_remove = "-mfpmath=sse" | 62 | TUNE_CCARGS:remove = "-mfpmath=sse" |
63 | 63 | ||
64 | python () { | 64 | python () { |
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 \ | |||
5 | different machines." | 5 | different machines." |
6 | HOMEPAGE = "https://www.gnu.org/software/grub/manual/grub/grub.html#Configuration" | 6 | HOMEPAGE = "https://www.gnu.org/software/grub/manual/grub/grub.html#Configuration" |
7 | 7 | ||
8 | RPROVIDES_${PN} += "virtual/grub-bootconf" | 8 | RPROVIDES:${PN} += "virtual/grub-bootconf" |
9 | 9 | ||
10 | inherit grub-efi-cfg | 10 | inherit 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 | ||
32 | FILES_${PN} = "${EFI_FILES_PATH}/grub.cfg" | 32 | FILES:${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 | ||
5 | GRUBPLATFORM = "efi" | 5 | GRUBPLATFORM = "efi" |
6 | 6 | ||
7 | DEPENDS_append = " grub-native" | 7 | DEPENDS:append = " grub-native" |
8 | RDEPENDS_${PN} = "grub-common virtual/grub-bootconf" | 8 | RDEPENDS:${PN} = "grub-common virtual/grub-bootconf" |
9 | 9 | ||
10 | SRC_URI += " \ | 10 | SRC_URI += " \ |
11 | file://cfg \ | 11 | file://cfg \ |
@@ -79,13 +79,13 @@ do_deploy() { | |||
79 | 79 | ||
80 | addtask deploy after do_install before do_build | 80 | addtask deploy after do_install before do_build |
81 | 81 | ||
82 | FILES_${PN} = "${libdir}/grub/${GRUB_TARGET}-efi \ | 82 | FILES:${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 |
88 | INSANE_SKIP_${PN}_append_linux-gnux32 = " arch" | 88 | INSANE_SKIP:${PN}:append:linux-gnux32 = " arch" |
89 | INSANE_SKIP_${PN}-dbg_append_linux-gnux32 = " arch" | 89 | INSANE_SKIP:${PN}-dbg:append:linux-gnux32 = " arch" |
90 | INSANE_SKIP_${PN}_append_linux-muslx32 = " arch" | 90 | INSANE_SKIP:${PN}:append:linux-muslx32 = " arch" |
91 | INSANE_SKIP_${PN}-dbg_append_linux-muslx32 = " arch" | 91 | INSANE_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" | |||
30 | DEPENDS = "flex-native bison-native gettext-native" | 30 | DEPENDS = "flex-native bison-native gettext-native" |
31 | 31 | ||
32 | COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|aarch64.*|riscv.*)-(linux.*|freebsd.*)' | 32 | COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|aarch64.*|riscv.*)-(linux.*|freebsd.*)' |
33 | COMPATIBLE_HOST_armv7a = 'null' | 33 | COMPATIBLE_HOST:armv7a = 'null' |
34 | COMPATIBLE_HOST_armv7ve = 'null' | 34 | COMPATIBLE_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 | ||
39 | GRUBPLATFORM_arm = "efi" | 39 | GRUBPLATFORM:arm = "efi" |
40 | GRUBPLATFORM_aarch64 = "efi" | 40 | GRUBPLATFORM:aarch64 = "efi" |
41 | GRUBPLATFORM_riscv32 = "efi" | 41 | GRUBPLATFORM:riscv32 = "efi" |
42 | GRUBPLATFORM_riscv64 = "efi" | 42 | GRUBPLATFORM:riscv64 = "efi" |
43 | GRUBPLATFORM ??= "pc" | 43 | GRUBPLATFORM ??= "pc" |
44 | 44 | ||
45 | inherit autotools gettext texinfo pkgconfig | 45 | inherit autotools gettext texinfo pkgconfig |
46 | 46 | ||
47 | CFLAGS_remove = "-O2" | 47 | CFLAGS:remove = "-O2" |
48 | 48 | ||
49 | EXTRA_OECONF = "--with-platform=${GRUBPLATFORM} \ | 49 | EXTRA_OECONF = "--with-platform=${GRUBPLATFORM} \ |
50 | --disable-grub-mkfont \ | 50 | --disable-grub-mkfont \ |
@@ -70,7 +70,7 @@ BUILD_LDFLAGS = "" | |||
70 | 70 | ||
71 | export PYTHON = "python3" | 71 | export PYTHON = "python3" |
72 | 72 | ||
73 | do_configure_prepend() { | 73 | do_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 @@ | |||
1 | require grub2.inc | 1 | require grub2.inc |
2 | 2 | ||
3 | RDEPENDS_${PN}-common += "${PN}-editenv" | 3 | RDEPENDS:${PN}-common += "${PN}-editenv" |
4 | RDEPENDS_${PN} += "${PN}-common" | 4 | RDEPENDS:${PN} += "${PN}-common" |
5 | RDEPENDS_${PN}_class-native = "" | 5 | RDEPENDS:${PN}:class-native = "" |
6 | 6 | ||
7 | RPROVIDES_${PN}-editenv += "${PN}-efi-editenv" | 7 | RPROVIDES:${PN}-editenv += "${PN}-efi-editenv" |
8 | 8 | ||
9 | PROVIDES_append_class-native = " grub-efi-native" | 9 | PROVIDES:append:class-native = " grub-efi-native" |
10 | 10 | ||
11 | PACKAGES =+ "${PN}-editenv ${PN}-common" | 11 | PACKAGES =+ "${PN}-editenv ${PN}-common" |
12 | FILES_${PN}-editenv = "${bindir}/grub-editenv" | 12 | FILES:${PN}-editenv = "${bindir}/grub-editenv" |
13 | FILES_${PN}-common = " \ | 13 | FILES:${PN}-common = " \ |
14 | ${bindir} \ | 14 | ${bindir} \ |
15 | ${sysconfdir} \ | 15 | ${sysconfdir} \ |
16 | ${sbindir} \ | 16 | ${sbindir} \ |
17 | ${datadir}/grub \ | 17 | ${datadir}/grub \ |
18 | " | 18 | " |
19 | ALLOW_EMPTY_${PN} = "1" | 19 | ALLOW_EMPTY:${PN} = "1" |
20 | 20 | ||
21 | do_install_append () { | 21 | do_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 | ||
38 | INSANE_SKIP_${PN} = "arch" | 38 | INSANE_SKIP:${PN} = "arch" |
39 | INSANE_SKIP_${PN}-dbg = "arch" | 39 | INSANE_SKIP:${PN}-dbg = "arch" |
40 | 40 | ||
41 | BBCLASSEXTEND = "native nativesdk" | 41 | BBCLASSEXTEND = "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" | |||
2 | DESCRIPTION = "Keymaps and initscript to set the keymap on bootup." | 2 | DESCRIPTION = "Keymaps and initscript to set the keymap on bootup." |
3 | SECTION = "base" | 3 | SECTION = "base" |
4 | 4 | ||
5 | RDEPENDS_${PN} = "kbd" | 5 | RDEPENDS:${PN} = "kbd" |
6 | 6 | ||
7 | LICENSE = "GPLv2" | 7 | LICENSE = "GPLv2" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
@@ -37,8 +37,8 @@ do_install () { | |||
37 | fi | 37 | fi |
38 | } | 38 | } |
39 | 39 | ||
40 | PACKAGE_WRITE_DEPS_append = " ${@bb.utils.contains('DISTRO_FEATURES','systemd sysvinit','systemd-systemctl-native','',d)}" | 40 | PACKAGE_WRITE_DEPS:append = " ${@bb.utils.contains('DISTRO_FEATURES','systemd sysvinit','systemd-systemctl-native','',d)}" |
41 | pkg_postinst_${PN} () { | 41 | pkg_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 | ||
50 | ALLOW_EMPTY_${PN} = "1" | 50 | ALLOW_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 | ||
39 | ALTERNATIVE_PRIORITY = "100" | 39 | ALTERNATIVE_PRIORITY = "100" |
40 | 40 | ||
41 | ALTERNATIVE_${PN} = "rz rx rb sz sx sb" | 41 | ALTERNATIVE:${PN} = "rz rx rb sz sx sb" |
42 | 42 | ||
43 | ALTERNATIVE_TARGET[rz] = "${bindir}/lrz" | 43 | ALTERNATIVE_TARGET[rz] = "${bindir}/lrz" |
44 | ALTERNATIVE_TARGET[rx] = "${bindir}/lrz" | 44 | ALTERNATIVE_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 | ||
18 | EXTRA_OEMAKE += "PLATFORM=${RISCV_SBI_PLAT} I=${D} FW_PIC=n" | 18 | EXTRA_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 |
20 | EXTRA_OEMAKE_append = " ${@riscv_get_extra_oemake_image(d)}" | 20 | EXTRA_OEMAKE:append = " ${@riscv_get_extra_oemake_image(d)}" |
21 | EXTRA_OEMAKE_append = " ${@riscv_get_extra_oemake_fdt(d)}" | 21 | EXTRA_OEMAKE:append = " ${@riscv_get_extra_oemake_fdt(d)}" |
22 | 22 | ||
23 | # Required if specifying a custom payload | 23 | # Required if specifying a custom payload |
24 | do_compile[depends] += "${@riscv_get_do_compile_depends(d)}" | 24 | do_compile[depends] += "${@riscv_get_do_compile_depends(d)}" |
25 | 25 | ||
26 | do_install_append() { | 26 | do_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 | ||
40 | addtask deploy before do_build after do_install | 40 | addtask deploy before do_build after do_install |
41 | 41 | ||
42 | FILES_${PN} += "/share/opensbi/*/${RISCV_SBI_PLAT}/firmware/fw_jump.*" | 42 | FILES:${PN} += "/share/opensbi/*/${RISCV_SBI_PLAT}/firmware/fw_jump.*" |
43 | FILES_${PN} += "/share/opensbi/*/${RISCV_SBI_PLAT}/firmware/fw_payload.*" | 43 | FILES:${PN} += "/share/opensbi/*/${RISCV_SBI_PLAT}/firmware/fw_payload.*" |
44 | FILES_${PN} += "/share/opensbi/*/${RISCV_SBI_PLAT}/firmware/fw_dynamic.*" | 44 | FILES:${PN} += "/share/opensbi/*/${RISCV_SBI_PLAT}/firmware/fw_dynamic.*" |
45 | 45 | ||
46 | COMPATIBLE_HOST = "(riscv64|riscv32).*" | 46 | COMPATIBLE_HOST = "(riscv64|riscv32).*" |
47 | INHIBIT_PACKAGE_STRIP = "1" | 47 | INHIBIT_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 | ||
54 | PACKAGES =+ "${PN}-ids libpci" | 54 | PACKAGES =+ "${PN}-ids libpci" |
55 | FILES_${PN}-ids = "${datadir}/pci.ids*" | 55 | FILES:${PN}-ids = "${datadir}/pci.ids*" |
56 | FILES_libpci = "${libdir}/libpci.so.*" | 56 | FILES:libpci = "${libdir}/libpci.so.*" |
57 | SUMMARY_${PN}-ids = "PCI utilities - device ID database" | 57 | SUMMARY:${PN}-ids = "PCI utilities - device ID database" |
58 | DESCRIPTION_${PN}-ids = "Package providing the PCI device ID database for pciutils." | 58 | DESCRIPTION:${PN}-ids = "Package providing the PCI device ID database for pciutils." |
59 | RDEPENDS_${PN} += "${PN}-ids" | 59 | RDEPENDS:${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 | ||
18 | PACKAGECONFIG[manpages] = "--enable-doc, --disable-doc, libxslt-native xmlto-native" | 18 | PACKAGECONFIG[manpages] = "--enable-doc, --disable-doc, libxslt-native xmlto-native" |
19 | 19 | ||
20 | RDEPENDS_${PN} = "grep bash" | 20 | RDEPENDS:${PN} = "grep bash" |
21 | 21 | ||
22 | do_configure_prepend () { | 22 | do_configure:prepend () { |
23 | ( cd ${S}; autoreconf -f -i -s ) | 23 | ( cd ${S}; autoreconf -f -i -s ) |
24 | } | 24 | } |
25 | 25 | ||
26 | FILES_${PN} += "${libdir}/${BPN}/*" | 26 | FILES:${PN} += "${libdir}/${BPN}/*" |
27 | FILES_${PN}-dbg += "${datadir}/doc/pm-utils/README.debugging" | 27 | FILES:${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 | ||
22 | DEPENDS = "zlib" | 22 | DEPENDS = "zlib" |
23 | PROVIDES += "u-boot-fw-utils" | 23 | PROVIDES += "u-boot-fw-utils" |
24 | RPROVIDES_${PN}-bin += "u-boot-fw-utils" | 24 | RPROVIDES:${PN}-bin += "u-boot-fw-utils" |
25 | 25 | ||
26 | BBCLASSEXTEND = "native" | 26 | BBCLASSEXTEND = "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" | |||
2 | DEPENDS += "openssl" | 2 | DEPENDS += "openssl" |
3 | 3 | ||
4 | PROVIDES = "${MLPREFIX}u-boot-mkimage ${MLPREFIX}u-boot-mkenvimage" | 4 | PROVIDES = "${MLPREFIX}u-boot-mkimage ${MLPREFIX}u-boot-mkenvimage" |
5 | PROVIDES_class-native = "u-boot-mkimage-native u-boot-mkenvimage-native" | 5 | PROVIDES:class-native = "u-boot-mkimage-native u-boot-mkenvimage-native" |
6 | 6 | ||
7 | PACKAGES += "${PN}-mkimage ${PN}-mkenvimage" | 7 | PACKAGES += "${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" |
10 | RPROVIDES_${PN}-mkimage = "u-boot-mkimage" | 10 | RPROVIDES:${PN}-mkimage = "u-boot-mkimage" |
11 | RREPLACES_${PN}-mkimage = "u-boot-mkimage" | 11 | RREPLACES:${PN}-mkimage = "u-boot-mkimage" |
12 | RCONFLICTS_${PN}-mkimage = "u-boot-mkimage" | 12 | RCONFLICTS:${PN}-mkimage = "u-boot-mkimage" |
13 | 13 | ||
14 | EXTRA_OEMAKE_class-target = 'CROSS_COMPILE="${TARGET_PREFIX}" CC="${CC} ${CFLAGS} ${LDFLAGS}" HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}" STRIP=true V=1' | 14 | EXTRA_OEMAKE:class-target = 'CROSS_COMPILE="${TARGET_PREFIX}" CC="${CC} ${CFLAGS} ${LDFLAGS}" HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}" STRIP=true V=1' |
15 | EXTRA_OEMAKE_class-native = 'CC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}" HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}" STRIP=true V=1' | 15 | EXTRA_OEMAKE:class-native = 'CC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}" HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}" STRIP=true V=1' |
16 | EXTRA_OEMAKE_class-nativesdk = 'CROSS_COMPILE="${HOST_PREFIX}" CC="${CC} ${CFLAGS} ${LDFLAGS}" HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}" STRIP=true V=1' | 16 | EXTRA_OEMAKE:class-nativesdk = 'CROSS_COMPILE="${HOST_PREFIX}" CC="${CC} ${CFLAGS} ${LDFLAGS}" HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}" STRIP=true V=1' |
17 | 17 | ||
18 | SED_CONFIG_EFI = '-e "s/CONFIG_EFI_LOADER=.*/# CONFIG_EFI_LOADER is not set/"' | 18 | SED_CONFIG_EFI = '-e "s/CONFIG_EFI_LOADER=.*/# CONFIG_EFI_LOADER is not set/"' |
19 | SED_CONFIG_EFI_x86 = '' | 19 | SED_CONFIG_EFI:x86 = '' |
20 | SED_CONFIG_EFI_x86-64 = '' | 20 | SED_CONFIG_EFI:x86-64 = '' |
21 | SED_CONFIG_EFI_arm = '' | 21 | SED_CONFIG_EFI:arm = '' |
22 | SED_CONFIG_EFI_armeb = '' | 22 | SED_CONFIG_EFI:armeb = '' |
23 | SED_CONFIG_EFI_aarch64 = '' | 23 | SED_CONFIG_EFI:aarch64 = '' |
24 | 24 | ||
25 | do_compile () { | 25 | do_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 | ||
71 | ALLOW_EMPTY_${PN} = "1" | 71 | ALLOW_EMPTY:${PN} = "1" |
72 | FILES_${PN} = "" | 72 | FILES:${PN} = "" |
73 | FILES_${PN}-mkimage = "${bindir}/uboot-mkimage ${bindir}/mkimage ${bindir}/uboot-dumpimage ${bindir}/dumpimage ${bindir}/uboot-fit_check_sign ${bindir}/fit_check_sign" | 73 | FILES:${PN}-mkimage = "${bindir}/uboot-mkimage ${bindir}/mkimage ${bindir}/uboot-dumpimage ${bindir}/dumpimage ${bindir}/uboot-fit_check_sign ${bindir}/fit_check_sign" |
74 | FILES_${PN}-mkenvimage = "${bindir}/uboot-mkenvimage ${bindir}/mkenvimage" | 74 | FILES:${PN}-mkenvimage = "${bindir}/uboot-mkenvimage ${bindir}/mkenvimage" |
75 | 75 | ||
76 | RDEPENDS_${PN}-mkimage += "dtc" | 76 | RDEPENDS:${PN}-mkimage += "dtc" |
77 | RDEPENDS_${PN} += "${PN}-mkimage ${PN}-mkenvimage" | 77 | RDEPENDS:${PN} += "${PN}-mkimage ${PN}-mkenvimage" |
78 | RDEPENDS_${PN}_class-native = "" | 78 | RDEPENDS:${PN}:class-native = "" |
79 | 79 | ||
80 | BBCLASSEXTEND = "native nativesdk" | 80 | BBCLASSEXTEND = "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 @@ | |||
1 | require u-boot-common.inc | 1 | require u-boot-common.inc |
2 | require u-boot-tools.inc | 2 | require u-boot-tools.inc |
3 | 3 | ||
4 | SRC_URI_append = " file://0001-tools-image-host-fix-wrong-return-value.patch" | 4 | SRC_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 | ||
213 | PACKAGE_BEFORE_PN += "${PN}-env" | 213 | PACKAGE_BEFORE_PN += "${PN}-env" |
214 | 214 | ||
215 | RPROVIDES_${PN}-env += "u-boot-default-env" | 215 | RPROVIDES:${PN}-env += "u-boot-default-env" |
216 | ALLOW_EMPTY_${PN}-env = "1" | 216 | ALLOW_EMPTY:${PN}-env = "1" |
217 | FILES_${PN}-env = " \ | 217 | FILES:${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 | ||
222 | FILES_${PN} = "/boot ${datadir}" | 222 | FILES:${PN} = "/boot ${datadir}" |
223 | RDEPENDS_${PN} += "${PN}-env" | 223 | RDEPENDS:${PN} += "${PN}-env" |
224 | 224 | ||
225 | do_deploy () { | 225 | do_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 @@ | |||
1 | require u-boot-common.inc | 1 | require u-boot-common.inc |
2 | require u-boot.inc | 2 | require u-boot.inc |
3 | 3 | ||
4 | SRC_URI_append = " file://0001-riscv32-Use-double-float-ABI-for-rv32.patch" | 4 | SRC_URI:append = " file://0001-riscv32-Use-double-float-ABI-for-rv32.patch" |
5 | 5 | ||
6 | DEPENDS += "bc-native dtc-native python3-setuptools-native" | 6 | DEPENDS += "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 | ||
17 | inherit autotools pkgconfig update-alternatives | 17 | inherit autotools pkgconfig update-alternatives |
18 | 18 | ||
19 | ALTERNATIVE_${PN} = "lsusb" | 19 | ALTERNATIVE:${PN} = "lsusb" |
20 | ALTERNATIVE_PRIORITY = "100" | 20 | ALTERNATIVE_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. |
23 | LICENSE_${PN} = "GPLv2+" | 23 | LICENSE:${PN} = "GPLv2+" |
24 | LICENSE_${PN}-python = "GPLv2 | GPLv3" | 24 | LICENSE:${PN}-python = "GPLv2 | GPLv3" |
25 | 25 | ||
26 | RRECOMMENDS_${PN} = "udev-hwdb" | 26 | RRECOMMENDS:${PN} = "udev-hwdb" |
27 | 27 | ||
28 | PACKAGE_BEFORE_PN =+ "${PN}-python" | 28 | PACKAGE_BEFORE_PN =+ "${PN}-python" |
29 | FILES_${PN}-python += "${bindir}/lsusb.py" | 29 | FILES:${PN}-python += "${bindir}/lsusb.py" |
30 | RDEPENDS_${PN}-python = "python3-core" | 30 | RDEPENDS:${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" | |||
7 | LIC_FILES_CHKSUM = "file://README;md5=94ac1971e4f2309dc322d598e7b1f7dd" | 7 | LIC_FILES_CHKSUM = "file://README;md5=94ac1971e4f2309dc322d598e7b1f7dd" |
8 | 8 | ||
9 | DEPENDS = "virtual/kernel" | 9 | DEPENDS = "virtual/kernel" |
10 | RRECOMMENDS_${PN} = "kernel-module-uvesafb" | 10 | RRECOMMENDS:${PN} = "kernel-module-uvesafb" |
11 | PR = "r2" | 11 | PR = "r2" |
12 | 12 | ||
13 | SRC_URI = "http://snapshot.debian.org/archive/debian/20110427T035506Z/pool/main/v/${BPN}/${BPN}_${PV}.orig.tar.gz \ | 13 | SRC_URI = "http://snapshot.debian.org/archive/debian/20110427T035506Z/pool/main/v/${BPN}/${BPN}_${PV}.orig.tar.gz \ |