modemmanger: add modemmanager 1.6.0
This commit is contained in:
parent
57d39e5e65
commit
42a6b8b0a1
|
|
@ -4,12 +4,12 @@ BBPATH .= ":${LAYERDIR}"
|
||||||
# We have recipes-* directories, add to BBFILES
|
# We have recipes-* directories, add to BBFILES
|
||||||
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
|
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
|
||||||
|
|
||||||
BBFILE_COLLECTIONS += "nrhw15"
|
BBFILE_COLLECTIONS += "nmrouter"
|
||||||
BBFILE_PATTERN_nrhw15 = "^${LAYERDIR}/"
|
BBFILE_PATTERN_nmrouter = "^${LAYERDIR}/"
|
||||||
BBFILE_PRIORITY_nrhw15 = "1"
|
BBFILE_PRIORITY_nmrouter = "10"
|
||||||
|
|
||||||
# This should only be incremented on significant changes that will
|
# This should only be incremented on significant changes that will
|
||||||
# cause compatibility issues with other layers
|
# cause compatibility issues with other layers
|
||||||
LAYERVERSION_nrhw15 = "1"
|
LAYERVERSION_nmrouter = "1"
|
||||||
|
|
||||||
LAYERDEPENDS_nrhw15 = "core"
|
LAYERDEPENDS_nmrouter = "core"
|
||||||
|
|
|
||||||
|
|
@ -42,6 +42,7 @@ IMAGE_INSTALL_append = " \
|
||||||
cockpit \
|
cockpit \
|
||||||
board-descriptor \
|
board-descriptor \
|
||||||
sw-update \
|
sw-update \
|
||||||
|
python-pip \
|
||||||
${FIRMWARE} \
|
${FIRMWARE} \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
@ -51,6 +52,8 @@ IMAGE_INSTALL_append_am335x-nbhw16 = " \
|
||||||
nbhw16-ctrl \
|
nbhw16-ctrl \
|
||||||
tibluetooth \
|
tibluetooth \
|
||||||
bluez5-obex \
|
bluez5-obex \
|
||||||
|
bluez5-noinst-tools \
|
||||||
|
python-pygattlib \
|
||||||
"
|
"
|
||||||
|
|
||||||
LICENSE = "BSD"
|
LICENSE = "BSD"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue