mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-28 19:12:39 +00:00
30 lines
780 B
PHP
30 lines
780 B
PHP
LICENSE = "Proprietary"
|
|
LIC_FILES_CHKSUM = "file://Tegra_Software_License_Agreement-Tegra-Linux.txt;md5=2d48d198004cfe9c3bc0df31c1b89805 \
|
|
file://nv_tegra/LICENSE.brcm_patchram_plus;md5=38fb07f0dacf4830bc57f40a0fb7532e"
|
|
|
|
SRC_URI = "\
|
|
${L4T_URI_BASE}/${L4T_BSP_PREFIX}_Linux_R${L4T_VERSION}_aarch64.tbz2 \
|
|
"
|
|
|
|
SRC_URI[sha256sum] = "949a44049c4ce6a8efdf572ea0820c874f6ee5d41ca3e4935b9f0e38d11873d2"
|
|
|
|
inherit l4t_bsp dos2unix
|
|
|
|
# Override convert_crlf_to_lf task to only convert "*.dts*" files
|
|
do_convert_crlf_to_lf () {
|
|
find ${S} -type f -name "*.dts*" -exec dos2unix {} \;
|
|
}
|
|
|
|
|
|
S = "${L4T_BSP_SHARED_SOURCE_DIR}"
|
|
B = "${WORKDIR}/build"
|
|
|
|
INHIBIT_PACKAGE_STRIP = "1"
|
|
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
|
|
|
|
COMPATIBLE_MACHINE = "tegra"
|
|
|
|
do_preconfigure() {
|
|
:
|
|
}
|