mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
rtos-recipes: Add files to ${PN}-dev instead of ${PN}.
* These packages only contain firmware development files. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
e237189ada
commit
2c5c6306b9
@@ -3,6 +3,8 @@ require common-csl-ip.inc
|
||||
require recipes-ti/includes/ti-paths.inc
|
||||
require recipes-ti/includes/ti-staging.inc
|
||||
|
||||
PR = "r1"
|
||||
|
||||
DEPENDS = "ti-xdctools ti-cgt6x-native ti-sysbios"
|
||||
|
||||
S = "${WORKDIR}/ti/csl"
|
||||
@@ -30,4 +32,5 @@ do_install () {
|
||||
find -name "*.tar" -exec tar xf {} -C ${D}${PDK_INSTALL_DIR_RECIPE}/packages \;
|
||||
}
|
||||
|
||||
FILES_${PN} += "${PDK_INSTALL_DIR_RECIPE}/packages"
|
||||
ALLOW_EMPTY_${PN} = "1"
|
||||
FILES_${PN}-dev += "${PDK_INSTALL_DIR_RECIPE}/packages"
|
||||
|
||||
@@ -2,7 +2,7 @@ require edma3-lld.inc
|
||||
require recipes-ti/includes/ti-paths.inc
|
||||
require recipes-ti/includes/ti-staging.inc
|
||||
|
||||
PR = "r0"
|
||||
PR = "r1"
|
||||
|
||||
DEPENDS = "ti-cgt6x-native ti-sysbios ti-xdctools"
|
||||
|
||||
@@ -70,6 +70,7 @@ do_install () {
|
||||
cp -pPrf ${S}/* ${D}${EDMA3_LLD_INSTALL_DIR_RECIPE}
|
||||
}
|
||||
|
||||
INSANE_SKIP_${PN} = "arch"
|
||||
INSANE_SKIP_${PN}-dev = "arch"
|
||||
|
||||
FILES_${PN} += "${EDMA3_LLD_INSTALL_DIR_RECIPE}"
|
||||
ALLOW_EMPTY_${PN} = "1"
|
||||
FILES_${PN}-dev += "${EDMA3_LLD_INSTALL_DIR_RECIPE}"
|
||||
|
||||
@@ -19,3 +19,7 @@ do_install() {
|
||||
cp -pPrf ${S}/* ${D}${SYSBIOS_INSTALL_DIR_RECIPE}
|
||||
}
|
||||
|
||||
ALLOW_EMPTY_${PN} = "1"
|
||||
FILES_${PN}-dev += "${SYSBIOS_INSTALL_DIR_RECIPE}"
|
||||
|
||||
INSANE_SKIP_${PN}-dev = "arch ldflags staticdev"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
require ti-sysbios.inc
|
||||
|
||||
PV = "6_41_02_41"
|
||||
PR = "r0"
|
||||
PR = "r1"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://bios_${PV}_manifest.html;md5=a4af75ec6d586c5267c71075eebff418"
|
||||
|
||||
@@ -10,5 +10,3 @@ SRC_URI[sysbiosbin.sha256sum] = "2c47b4a3aa9513d10e5811a8ac7ed1d6ce3d13df57a0bff
|
||||
|
||||
TI_BIN_UNPK_CMDS=""
|
||||
TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}"
|
||||
|
||||
INSANE_SKIP_${PN} = "installed-vs-shipped"
|
||||
|
||||
@@ -17,4 +17,5 @@ do_install() {
|
||||
|
||||
INSANE_SKIP_${PN} = "ldflags"
|
||||
|
||||
FILES_${PN} += "${FC_INSTALL_DIR_RECIPE}"
|
||||
ALLOW_EMPTY_${PN} = "1"
|
||||
FILES_${PN}-dev += "${FC_INSTALL_DIR_RECIPE}"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
require ti-framework-components.inc
|
||||
|
||||
PV = "3_40_00_02"
|
||||
PR = "r0"
|
||||
PR = "r1"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://framework_components_${PV}_Manifest.html;md5=e3ce0b3e17175b7200f346d0c6dbbcc6"
|
||||
|
||||
|
||||
@@ -15,4 +15,5 @@ do_install() {
|
||||
cp -pPrf ${S}/* ${D}${IPC_INSTALL_DIR_RECIPE}
|
||||
}
|
||||
|
||||
FILES_${PN} += "${IPC_INSTALL_DIR_RECIPE}"
|
||||
ALLOW_EMPTY_${PN} = "1"
|
||||
FILES_${PN}-dev += "${IPC_INSTALL_DIR_RECIPE}"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
require ti-ipc-rtos.inc
|
||||
|
||||
PV = "3_36_01_11"
|
||||
PR = "r1"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=7b327f9b710fd7c95e545b91cec79255"
|
||||
|
||||
|
||||
@@ -14,3 +14,8 @@ do_install() {
|
||||
install -d ${D}${XDAIS_INSTALL_DIR_RECIPE}
|
||||
cp -pPrf ${S}/* ${D}${XDAIS_INSTALL_DIR_RECIPE}
|
||||
}
|
||||
|
||||
INSANE_SKIP_${PN}-dev = "arch"
|
||||
|
||||
ALLOW_EMPTY_${PN} = "1"
|
||||
FILES_${PN}-dev += "${XDAIS_INSTALL_DIR_RECIPE}"
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
require ti-xdais.inc
|
||||
|
||||
PV = "7_24_00_04"
|
||||
PR = "r1"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://xdais_7_24_00_04_Manifest.html;md5=fd16442230745f0877cfe1c622669fd6"
|
||||
|
||||
SRC_URI[xdaistarball.md5sum] = "f7514085b531f2ae49b37b30194e4989"
|
||||
SRC_URI[xdaistarball.sha256sum] = "79fd30377ab4c497292aeefb0565f81703d9020d1242b02ca9968c561e0de9a1"
|
||||
|
||||
INSANE_SKIP_${PN} = "installed-vs-shipped"
|
||||
|
||||
Reference in New Issue
Block a user