mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 14:27:48 +00:00
350ccbc9a8
* starterware.inc is created to host the common information Signed-off-by: Hongmei Gou <a0271529@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
17 lines
297 B
BlitzBasic
17 lines
297 B
BlitzBasic
require starterware.inc
|
|
|
|
PR = "${INC_PR}.0"
|
|
|
|
ALLOW_EMPTY_${PN} = "1"
|
|
|
|
CLEANBROKEN = "1"
|
|
|
|
do_compile() {
|
|
:
|
|
}
|
|
|
|
do_install () {
|
|
install -d ${D}${includedir}/ti/starterware
|
|
find . -name "*.h" -type f | xargs -I {} cp --parents --no-preserve=ownership {} ${D}${includedir}/ti/starterware
|
|
}
|