imx-machine-learning: ethos-u-firmware: sync with meta-imx
Sync with the scarthgap-6.6.23-2.0.0 branch of meta-imx by transforming the bb file into a bbappend that only contains our customizations https://onedigi.atlassian.net/browse/DEL-9011 https://onedigi.atlassian.net/browse/DEL-9081 Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
f812cbb9b8
commit
26e7365005
|
|
@ -1,21 +0,0 @@
|
|||
# Copyright 2024 Digi International Inc.
|
||||
|
||||
#
|
||||
# Reuse meta-imx/meta-ml ethos-u-firmware_22.08.bb
|
||||
#
|
||||
require recipes-libraries/ethos-u-driver-stack/ethos-u-firmware_22.08.bb
|
||||
|
||||
LIC_FILES_CHKSUM = "\
|
||||
file://LICENSE.txt;md5=e3fc50a88d0a364313df4b21ef20c29e \
|
||||
file://LICENSE-GPL-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
||||
file://LICENSE-BSD-3.txt;md5=0858ec9c7a80c4a2cf16e4f825a2cc91 \
|
||||
"
|
||||
|
||||
SRCBRANCH = "lf-6.1.55_2.2.0"
|
||||
SRCREV = "7639c9a8ded082c642ff86e55ca053950e6b2486"
|
||||
SRC_URI:append:ccimx93 = " file://ethosu_firmware"
|
||||
|
||||
do_install:ccimx93 () {
|
||||
install -d ${D}${nonarch_base_libdir}/firmware
|
||||
install -m 0644 ${WORKDIR}/ethosu_firmware ${D}${nonarch_base_libdir}/firmware/ethosu_firmware
|
||||
}
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
# Copyright 2024 Digi International Inc.
|
||||
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
SRC_URI:append:ccimx93 = " file://ethosu_firmware"
|
||||
|
||||
do_install:ccimx93 () {
|
||||
install -d ${D}${nonarch_base_libdir}/firmware
|
||||
install -m 0644 ${WORKDIR}/ethosu_firmware ${D}${nonarch_base_libdir}/firmware/ethosu_firmware
|
||||
}
|
||||
Loading…
Reference in New Issue