diff options
| author | Denys Dmytriyenko <denys@konsulko.com> | 2022-02-22 04:13:45 +0000 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2022-02-22 12:01:38 -0600 |
| commit | 20f3191aeb592dd889eeaf96a31526297de95306 (patch) | |
| tree | aec879b9855ff8a54df171ee808e30ac26f1c80b /recipes-bsp/vpdma-fw | |
| parent | bea4fd2c401af05b866bd6af1c4e501d31b7b420 (diff) | |
| download | meta-ti-20f3191aeb592dd889eeaf96a31526297de95306.tar.gz | |
meta-ti: create a sub-layer meta-ti-bsp from existing content
Extra sub-layers will be created next and relevant content moved across them.
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'recipes-bsp/vpdma-fw')
| -rw-r--r-- | recipes-bsp/vpdma-fw/vpdma-fw_03-2012.bb | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/recipes-bsp/vpdma-fw/vpdma-fw_03-2012.bb b/recipes-bsp/vpdma-fw/vpdma-fw_03-2012.bb deleted file mode 100644 index c7b2a7bb..00000000 --- a/recipes-bsp/vpdma-fw/vpdma-fw_03-2012.bb +++ /dev/null | |||
| @@ -1,25 +0,0 @@ | |||
| 1 | DESCRIPTION = "VPDMA firmware for Video Input Port and Video Processing Engine" | ||
| 2 | |||
| 3 | LICENSE = "TI-TSPA" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=fd463c9500441ed91d07a0331baa635c" | ||
| 5 | |||
| 6 | COMPATIBLE_MACHINE = "dra7xx" | ||
| 7 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 8 | |||
| 9 | DEPENDS += "virtual/kernel" | ||
| 10 | |||
| 11 | SRC_URI = "http://downloads.ti.com/dsps/dsps_public_sw/glsdk/vpdma-fw/03-2012/exports/vpdma-fw_03-2012.tar.gz;protocol=http;name=dra7xx-evm" | ||
| 12 | SRC_URI[dra7xx-evm.md5sum] = "80176df1350c21d9efa90171789c546e" | ||
| 13 | SRC_URI[dra7xx-evm.sha256sum] = "a0b254ffd0c7f481cb3989e632088f5e4a233c73a1c676faa3061721ea60dc90" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/vpdma-fw-${PV}" | ||
| 16 | TARGET = "vpdma-1b8.bin" | ||
| 17 | |||
| 18 | do_install() { | ||
| 19 | mkdir -p ${D}${base_libdir}/firmware | ||
| 20 | cp ${S}/${TARGET} ${D}${base_libdir}/firmware/${TARGET} | ||
| 21 | } | ||
| 22 | |||
| 23 | FILES:${PN} += "${base_libdir}/firmware/${TARGET}" | ||
| 24 | |||
| 25 | PR = "r1" | ||
