bluez_5.41: filter out CC8X machine
The point of this recipe is to provide the version of Bluez5 that was certified. Thes certification does not apply to the ConnectCore 8X, and the recipe currently fails to build due to missing files. Hence filter out the ConnectCore 8X from this recipe. This clears the following warnings: WARNING: meta-digi/meta-digi-dey/recipes-connectivity/bluez/bluez5_5.41.bb: Unable to get checksum for bluez5 SRC_URI entry bluetooth-init: file could not be found WARNING: meta-digi/meta-digi-dey/recipes-connectivity/bluez/bluez5_5.41.bb: Unable to get checksum for bluez5 SRC_URI entry main.conf: file could not be found Signed-off-by: Jose Diaz de Grenu <Jose.DiazdeGrenu@digi.com> (cherry picked from commit bf9688fd08ac9e8823a5a253bdd1acacd1c0870e)
This commit is contained in:
parent
6153f91120
commit
45227325ee
|
|
@ -53,3 +53,6 @@ NOINST_TOOLS_EXPERIMENTAL ?= " \
|
||||||
tools/gatt-service \
|
tools/gatt-service \
|
||||||
profiles/iap/iapd \
|
profiles/iap/iapd \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
|
COMPATIBLE_MACHINE = "(ccimx6|ccimx6ul)"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue