From b20b0aaed93dd5a074d435e3ee6af4ffb4b4434b Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Wed, 1 May 2019 16:34:26 -0500 Subject: [PATCH] Revert "Update bossa to 1.9.1" This reverts commit 005cdc7c565289b9760ca95f9d597264348d48b5. Revert back to 1.7 bossa as that version works, the appears to be a known issue with newer version not flashing: https://github.com/shumatech/BOSSA/issues/96 Fixes: #59 Signed-off-by: Kumar Gala --- meta-zephyr-sdk/recipes-hosttools/bossa/bossa_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-zephyr-sdk/recipes-hosttools/bossa/bossa_git.bb b/meta-zephyr-sdk/recipes-hosttools/bossa/bossa_git.bb index 5f219ec7..df31e567 100644 --- a/meta-zephyr-sdk/recipes-hosttools/bossa/bossa_git.bb +++ b/meta-zephyr-sdk/recipes-hosttools/bossa/bossa_git.bb @@ -6,13 +6,13 @@ HOMEPAGE = "https://github.com/shumatech/BOSSA" # sudo apt-get install wx2.8-headers libwxgtk2.8-0 libwxgtk2.8-dev # -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://LICENSE;md5=bcf9399f7b9b96149837290bcdc3ad39" +LICENSE = "SHUMATECH" +LIC_FILES_CHKSUM = "file://LICENSE;md5=94411054a7f6921218ab9c05b6b4b15b" DEPENDS = "readline" PR = "r0" -SRCREV = "3279031813093aa404b8561c8dd7a39dd24ebc70" +SRCREV = "5cae9fee241bd3c95c197b2464e9b83240994c43" SRC_URI = "git://github.com/shumatech/BOSSA.git;protocol=https" S = "${WORKDIR}/git"