Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update kirkstone to EVerest 2024.11.0 #43

Merged
merged 1 commit into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=382bfdf329e774859fd401eaf850d29b"
DEPENDS = "zlib"

S = "${WORKDIR}/git"
SRCREV = "b0a749c8e7a8294b68581ce4feac0e55045eb00b"
SRCREV = "4415e84c095857629863804e941b9e1c2e9347ef"
SRC_URI = "git://github.com/warmcat/libwebsockets.git;protocol=https;branch=v4.3-stable"

UPSTREAM_CHECK_URI = "https://github.com/warmcat/${BPN}/releases"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"

SRC_URI = "git://github.com/EVerest/everest-utils.git;branch=main;protocol=https"

SRCREV = "8ca7ba7e6776c50514ec97dcf304acccbdb7f466"
SRCREV = "51ef0f926bc2d6b2d42b08d97eb2c8a69fb2d79e"

S = "${WORKDIR}/git"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SRC_URI = "git://github.com/EVerest/everest-core.git;branch=main;protocol=https

S = "${WORKDIR}/git"

SRCREV = "5e967358322fabd34e66a34f2919588df3ebb33f"
SRCREV = "dee89f41c21d85db683ce93bffd5491699a9a40c"

do_compile[network] = "1"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ inherit pkgconfig

S = "${WORKDIR}/git"

SRCREV = "bb3d3a91bb50031d21aa3d43220801a9eb69a6bd"
SRCREV = "6ff5d21b512e43397c537a8167dfec2136cb654a"

# FIXME (aw): due to nodejs dependency
do_configure[network] = "1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inherit cmake

S = "${WORKDIR}/git"

SRCREV = "049d691a9df55384d35dc369c0819ad4dedb41f5"
SRCREV = "3790262286820d8c1d7ae949e9366a78c9ff699f"

DEPENDS = "\
date \
Expand All @@ -21,3 +21,4 @@ DEPENDS = "\
FILES:${PN} += "${datadir}/everest/*"

EXTRA_OECMAKE += "-DDISABLE_EDM=ON -DEVSE_SECURITY_INSTALL=ON -DLIBEVSE_SECURITY_BUILD_TESTING=OFF"
OECMAKE_CXX_FLAGS += "-Wno-narrowing"
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inherit cmake

S = "${WORKDIR}/git"

SRCREV = "15bd77c324f17512bbb74d8dd26748229951e263"
SRCREV = "697ecf57f0297487ac7d45b6d76348cd53b46dbf"

DEPENDS = "\
everest-cmake \
Expand Down
17 changes: 17 additions & 0 deletions recipes-core/everest/libnfc-nci_2024.11.0.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=86d3f3a95c324c9479bd8986968f4327"

SRC_URI = "git://github.com/EVerest/linux_libnfc-nci.git;branch=everest;protocol=https \
"

inherit cmake

S = "${WORKDIR}/git"

SRCREV = "65276f9221cd2a50dbe4bc22e34879387b5800be"

DEPENDS = "\
everest-cmake \
"

EXTRA_OECMAKE += "-DDISABLE_EDM=ON"
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inherit cmake

S = "${WORKDIR}/git"

SRCREV = "e29e52908b79b93c786ca54b5d7746ef315abd91"
SRCREV = "5a7a0083e5a959044eae837d0ae20cb5cec7e950"

DEPENDS = "\
everest-cmake \
Expand Down