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-ti/bios | |
| 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-ti/bios')
| -rw-r--r-- | recipes-ti/bios/ti-sysbios.inc | 28 | ||||
| -rw-r--r-- | recipes-ti/bios/ti-sysbios_6.76.03.01.bb | 16 |
2 files changed, 0 insertions, 44 deletions
diff --git a/recipes-ti/bios/ti-sysbios.inc b/recipes-ti/bios/ti-sysbios.inc deleted file mode 100644 index 0009dfcc..00000000 --- a/recipes-ti/bios/ti-sysbios.inc +++ /dev/null | |||
| @@ -1,28 +0,0 @@ | |||
| 1 | DESCRIPTION = "TI SYS/BIOS v6 Kernel" | ||
| 2 | HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/sysbios" | ||
| 3 | SECTION = "devel" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | |||
| 6 | require ../includes/ti-paths.inc | ||
| 7 | require ../includes/ti-staging.inc | ||
| 8 | require ../includes/ti-eula-unpack.inc | ||
| 9 | |||
| 10 | S = "${WORKDIR}/bios_${PV}" | ||
| 11 | |||
| 12 | SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/sysbios/${PV}/exports/bios_setuplinux_${PV}.bin;name=sysbiosbin" | ||
| 13 | BINFILE="bios_${PV}.bin" | ||
| 14 | TI_BIN_UNPK_CMDS="Y: q:workdir:Y" | ||
| 15 | |||
| 16 | do_install() { | ||
| 17 | CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership" | ||
| 18 | install -d ${D}${SYSBIOS_INSTALL_DIR_RECIPE} | ||
| 19 | cp ${CP_ARGS} ${S}/* ${D}${SYSBIOS_INSTALL_DIR_RECIPE} | ||
| 20 | } | ||
| 21 | |||
| 22 | ALLOW_EMPTY:${PN} = "1" | ||
| 23 | FILES:${PN}-dev += "${SYSBIOS_INSTALL_DIR_RECIPE}" | ||
| 24 | |||
| 25 | INHIBIT_PACKAGE_STRIP = "1" | ||
| 26 | INHIBIT_SYSROOT_STRIP = "1" | ||
| 27 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | ||
| 28 | INSANE_SKIP:${PN}-dev = "arch ldflags staticdev file-rdeps" | ||
diff --git a/recipes-ti/bios/ti-sysbios_6.76.03.01.bb b/recipes-ti/bios/ti-sysbios_6.76.03.01.bb deleted file mode 100644 index d242510f..00000000 --- a/recipes-ti/bios/ti-sysbios_6.76.03.01.bb +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | require recipes-ti/bios/ti-sysbios.inc | ||
| 2 | |||
| 3 | PE = "1" | ||
| 4 | PV = "6_76_03_01" | ||
| 5 | PR = "r0" | ||
| 6 | |||
| 7 | LIC_FILES_CHKSUM = "file://manifest_bios_${PV}.html;md5=5cf40699c51b26d36fc01647c0b27fb1" | ||
| 8 | |||
| 9 | SRC_URI[sysbiosbin.md5sum] = "647243209d66d5dd35503b0ec5a84ab9" | ||
| 10 | SRC_URI[sysbiosbin.sha256sum] = "b762b7f2343d26d367f952488e529046785128005158cc921c3baef08e97116a" | ||
| 11 | |||
| 12 | TI_BIN_UNPK_CMDS = "" | ||
| 13 | TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}" | ||
| 14 | |||
| 15 | BINFILE = "bios_${PV}.run" | ||
| 16 | SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/sysbios/${PV}/exports/${BINFILE};name=sysbiosbin" | ||
