Skip to content

Commit b20b0aa

Browse files
committed
Revert "Update bossa to 1.9.1"
This reverts commit 005cdc7. Revert back to 1.7 bossa as that version works, the appears to be a known issue with newer version not flashing: shumatech/BOSSA#96 Fixes: #59 Signed-off-by: Kumar Gala <[email protected]>
1 parent 342a162 commit b20b0aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

meta-zephyr-sdk/recipes-hosttools/bossa/bossa_git.bb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ HOMEPAGE = "https://github.com/shumatech/BOSSA"
66
# sudo apt-get install wx2.8-headers libwxgtk2.8-0 libwxgtk2.8-dev
77
#
88

9-
LICENSE = "BSD"
10-
LIC_FILES_CHKSUM = "file://LICENSE;md5=bcf9399f7b9b96149837290bcdc3ad39"
9+
LICENSE = "SHUMATECH"
10+
LIC_FILES_CHKSUM = "file://LICENSE;md5=94411054a7f6921218ab9c05b6b4b15b"
1111

1212
DEPENDS = "readline"
1313

1414
PR = "r0"
15-
SRCREV = "3279031813093aa404b8561c8dd7a39dd24ebc70"
15+
SRCREV = "5cae9fee241bd3c95c197b2464e9b83240994c43"
1616
SRC_URI = "git://github.com/shumatech/BOSSA.git;protocol=https"
1717

1818
S = "${WORKDIR}/git"

0 commit comments

Comments
 (0)