* Update for using the latest service pack (3.3) for am335x * Remove unsupported platforms
Signed-off-by: Eyal Reizer <[email protected]> --- .../recipes-bsp/bt-firmware/bt-firmware_git.bb | 13 ++++--------- 1 files changed, 4 insertions(+), 9 deletions(-) diff --git a/meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware_git.bb b/meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware_git.bb index 2b320da..d788875 100644 --- a/meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware_git.bb +++ b/meta-arago-extras/recipes-bsp/bt-firmware/bt-firmware_git.bb @@ -1,8 +1,6 @@ DESCRIPTION = "Firmware files for Bluetooth" LICENSE = "TI-TSPA" -LIC_FILES_CHKSUM = "file://am335x/LICENCE;md5=ba590e1d103f891d0151609046aef9e8 \ - file://am1808/LICENCE;md5=ba590e1d103f891d0151609046aef9e8 \ - file://omap3evm/LICENCE;md5=ba590e1d103f891d0151609046aef9e8 \ +LIC_FILES_CHKSUM = "file://am335x/LICENCE;md5=5f67a65df8b40038a3251b2fe5b912df \ " PACKAGE_ARCH = "${MACHINE_ARCH}" @@ -13,19 +11,16 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" RCONFLICTS_${PN} = "linux-firmware-wl12xx" RREPLACES_${PN} = "linux-firmware-wl12xx" -PR = "r2+gitr${SRCPV}" +PR = "r3+gitr${SRCPV}" -COMPATIBLE_MACHINE = "omap3|omapl138|da850-omapl138-evm|ti33x" +COMPATIBLE_MACHINE = "ti33x" -SRCREV = "adbc27c11d5c5c8c20a93a8beca647b4a6aaa03b" +SRCREV = "57a8e569575e742c47dc2452c4932dcfff816442" SRC_URI = "git://github.com/TI-ECS/bt-firmware.git;protocol=git \ file://0001-Makefile-allow-building-within-the-OE.patch" PLATFORM = "unknown" PLATFORM_ti33x = "am335x-evm" -PLATFORM_omap3 = "am37x-evm" -PLATFORM_omapl138 = "am180x-evm" -PLATFORM_da850-omapl138-evm = "am180x-evm" S = "${WORKDIR}/git" -- 1.7.0.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
