summaryrefslogtreecommitdiffstats
path: root/recipes-ti/bios
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-ti/bios')
-rw-r--r--recipes-ti/bios/ti-sysbios.inc4
-rw-r--r--recipes-ti/bios/ti-sysbios_6.41.02.41.bb4
2 files changed, 5 insertions, 3 deletions
diff --git a/recipes-ti/bios/ti-sysbios.inc b/recipes-ti/bios/ti-sysbios.inc
index d04a1581..c44fec32 100644
--- a/recipes-ti/bios/ti-sysbios.inc
+++ b/recipes-ti/bios/ti-sysbios.inc
@@ -19,3 +19,7 @@ do_install() {
19 cp -pPrf ${S}/* ${D}${SYSBIOS_INSTALL_DIR_RECIPE} 19 cp -pPrf ${S}/* ${D}${SYSBIOS_INSTALL_DIR_RECIPE}
20} 20}
21 21
22ALLOW_EMPTY_${PN} = "1"
23FILES_${PN}-dev += "${SYSBIOS_INSTALL_DIR_RECIPE}"
24
25INSANE_SKIP_${PN}-dev = "arch ldflags staticdev"
diff --git a/recipes-ti/bios/ti-sysbios_6.41.02.41.bb b/recipes-ti/bios/ti-sysbios_6.41.02.41.bb
index fcad0861..ccc6ad19 100644
--- a/recipes-ti/bios/ti-sysbios_6.41.02.41.bb
+++ b/recipes-ti/bios/ti-sysbios_6.41.02.41.bb
@@ -1,7 +1,7 @@
1require ti-sysbios.inc 1require ti-sysbios.inc
2 2
3PV = "6_41_02_41" 3PV = "6_41_02_41"
4PR = "r0" 4PR = "r1"
5 5
6LIC_FILES_CHKSUM = "file://bios_${PV}_manifest.html;md5=a4af75ec6d586c5267c71075eebff418" 6LIC_FILES_CHKSUM = "file://bios_${PV}_manifest.html;md5=a4af75ec6d586c5267c71075eebff418"
7 7
@@ -10,5 +10,3 @@ SRC_URI[sysbiosbin.sha256sum] = "2c47b4a3aa9513d10e5811a8ac7ed1d6ce3d13df57a0bff
10 10
11TI_BIN_UNPK_CMDS="" 11TI_BIN_UNPK_CMDS=""
12TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}" 12TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}"
13
14INSANE_SKIP_${PN} = "installed-vs-shipped"