mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 19:42:41 +00:00
meta: update -native recipes to use inherit_defer
to improve compatibility with devtool. Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
@@ -18,7 +18,7 @@ B = "${WORKDIR}/build"
|
|||||||
|
|
||||||
COMPATIBLE_MACHINE = ""
|
COMPATIBLE_MACHINE = ""
|
||||||
|
|
||||||
inherit native
|
inherit_defer native
|
||||||
|
|
||||||
INHIBIT_DEFAULT_DEPS = "1"
|
INHIBIT_DEFAULT_DEPS = "1"
|
||||||
DEPENDS = "tegra-helper-scripts-native"
|
DEPENDS = "tegra-helper-scripts-native"
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda
|
|||||||
|
|
||||||
INHIBIT_DEFAULT_DEPS = "1"
|
INHIBIT_DEFAULT_DEPS = "1"
|
||||||
|
|
||||||
inherit native
|
inherit_defer native
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
file://tegra-flash-helper.sh \
|
file://tegra-flash-helper.sh \
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ LICENSE = "BSD-2-Clause-Patent"
|
|||||||
|
|
||||||
require edk2-firmware-core-tegra-36.3.0.inc
|
require edk2-firmware-core-tegra-36.3.0.inc
|
||||||
|
|
||||||
inherit native
|
inherit_defer native
|
||||||
|
|
||||||
RDEPENDS:${PN} += "python3-core"
|
RDEPENDS:${PN} += "python3-core"
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda
|
|||||||
|
|
||||||
SRC_URI = "file://cuda-compiler-check.sh"
|
SRC_URI = "file://cuda-compiler-check.sh"
|
||||||
|
|
||||||
inherit native
|
inherit_defer native
|
||||||
|
|
||||||
S = "${WORKDIR}/sources"
|
S = "${WORKDIR}/sources"
|
||||||
UNPACKDIR = "${S}"
|
UNPACKDIR = "${S}"
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ SRC_URI = "file://cuda_environment_setup.sh.in \
|
|||||||
S = "${WORKDIR}/sources"
|
S = "${WORKDIR}/sources"
|
||||||
UNPACKDIR = "${S}"
|
UNPACKDIR = "${S}"
|
||||||
|
|
||||||
inherit nativesdk
|
inherit_defer nativesdk
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
install -d ${D}${datadir}/cmake/OEToolchainConfig.cmake.d
|
install -d ${D}${datadir}/cmake/OEToolchainConfig.cmake.d
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ SRC_URI = "file://tar-wrapper.sh"
|
|||||||
|
|
||||||
NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}"
|
NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}"
|
||||||
|
|
||||||
inherit native
|
inherit_defer native
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
:
|
:
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ PV = "0.9.4-git"
|
|||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
inherit native
|
inherit_defer native
|
||||||
|
|
||||||
do_configure:prepend() {
|
do_configure:prepend() {
|
||||||
cd ${S}
|
cd ${S}
|
||||||
|
|||||||
Reference in New Issue
Block a user