mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 11:32:30 +00:00
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:
committed by
Matt Madison
parent
c9e1de40c6
commit
b9507ceb23
@@ -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}"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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} = "/"
|
||||
|
||||
@@ -4,6 +4,6 @@ inherit packagegroup nativesdk
|
||||
|
||||
PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
RDEPENDS:${PN} = "\
|
||||
nativesdk-cuda-compiler \
|
||||
"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user