nbhw16-fct : Fix tibluetooth recipe
This commit is contained in:
parent
3dff7f4b0e
commit
70d6eb29f6
|
|
@ -26,7 +26,7 @@ FILES_${PN}_append = " \
|
|||
/lib \
|
||||
"
|
||||
|
||||
do_install_am335x-nbhw16 () {
|
||||
install_nbhw16 () {
|
||||
install -d ${D}${systemd_unitdir}/system/
|
||||
install -m 0644 tibluetooth-nbhw16.service ${D}${systemd_unitdir}/system/tibluetooth.service
|
||||
|
||||
|
|
@ -34,6 +34,14 @@ do_install_am335x-nbhw16 () {
|
|||
install -m 0644 TIInit_11.8.32.bts ${D}/lib/firmware/ti-connectivity/
|
||||
}
|
||||
|
||||
do_install_am335x-nbhw16 () {
|
||||
install_nbhw16
|
||||
}
|
||||
|
||||
do_install_am335x-nbhw16-fct () {
|
||||
install_nbhw16
|
||||
}
|
||||
|
||||
install_nrhw20 () {
|
||||
install -d ${D}${systemd_unitdir}/system/
|
||||
install -m 0644 tibluetooth-nrhw20.service ${D}${systemd_unitdir}/system/tibluetooth.service
|
||||
|
|
|
|||
Loading…
Reference in New Issue