mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-26 22:49:26 +00:00
https://gcc.gnu.org/ml/gcc-cvs/2014-01/msg00982.html Signed-off-by: Denys Dmytriyenko <denys@ti.com>
23 lines
462 B
BlitzBasic
23 lines
462 B
BlitzBasic
DESCRIPTION = "TI IQN2 peripheral module low level driver"
|
|
|
|
DEPENDS = "common-csl-ip"
|
|
|
|
include iqn2-lld.inc
|
|
|
|
PR = "${INC_PR}.0"
|
|
|
|
EXTRA_OEMAKE = "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR}"
|
|
|
|
do_configure () {
|
|
sed -i -e 's/march=armv7-a/march=armv7ve/' build/armv7/libiqn2_aearmv7.mk
|
|
}
|
|
|
|
do_compile () {
|
|
oe_runmake clean
|
|
oe_runmake lib
|
|
}
|
|
|
|
do_install () {
|
|
oe_runmake install INSTALL_INC_BASE_DIR=${D}/${includedir} INSTALL_LIB_BASE_DIR=${D}${libdir}
|
|
}
|