meta: convert to new override syntax

* Ran convert-overrides.py to generate the initial changes
* Manual cleanup afterwards (which was a lot, due to our
  extensive use of overrides).

Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
Matt Madison
2021-08-03 08:14:15 -07:00
committed by Matt Madison
parent c9e1de40c6
commit b9507ceb23
197 changed files with 1024 additions and 1024 deletions

View File

@@ -1,4 +1,4 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
SRC_URI_append_tegra = " file://cksum.cfg"
FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:"
SRC_URI:append:tegra = " file://cksum.cfg"
PACKAGE_ARCH_tegra = "${TEGRA_PKGARCH}"
PACKAGE_ARCH:tegra = "${TEGRA_PKGARCH}"

View File

@@ -32,8 +32,8 @@ inherit core-image
IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}"
SSTATE_SKIP_CREATION_task-image-complete = "0"
SSTATE_SKIP_CREATION_task-image-qa = "0"
SSTATE_SKIP_CREATION:task-image-complete = "0"
SSTATE_SKIP_CREATION:task-image-qa = "0"
do_image_complete[vardepsexclude] += "rm_work_rootfs"
IMAGE_POSTPROCESS_COMMAND = ""
inherit nopackages

View File

@@ -27,5 +27,5 @@ do_install() {
fi
}
RDEPENDS_${PN} = "${@'util-linux-blkid' if d.getVar('PREFERRED_PROVIDER_virtual/bootloader').startswith('cboot') else ''}"
FILES_${PN} = "/"
RDEPENDS:${PN} = "${@'util-linux-blkid' if d.getVar('PREFERRED_PROVIDER_virtual/bootloader').startswith('cboot') else ''}"
FILES:${PN} = "/"

View File

@@ -4,6 +4,6 @@ inherit packagegroup nativesdk
PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"
RDEPENDS_${PN} = "\
RDEPENDS:${PN} = "\
nativesdk-cuda-compiler \
"

View File

@@ -1,2 +1,2 @@
RDEPENDS_packagegroup-base-bluetooth_append_tegra = " tegra-bluetooth"
RDEPENDS_packagegroup-base-wifi_append_tegra = " tegra-wifi"
RDEPENDS:packagegroup-base-bluetooth:append:tegra = " tegra-bluetooth"
RDEPENDS:packagegroup-base-wifi:append:tegra = " tegra-wifi"