generated from EVerest/everest-template
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update kirkstone to 2024.6.0 release (#33)
* Update EVerest to 2024.6.0 * Only symlink poetry when it does not exist already * Fix naming of everestpy.so on target --------- Signed-off-by: Kai-Uwe Hermann <[email protected]>
- Loading branch information
1 parent
b7bf224
commit f927393
Showing
9 changed files
with
65 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
...everest/everest-framework/0001-Set-PYTHON_MODULE_EXTENSION-to-.so-to-avoid-pollutin.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
From a1e233f076b1578f028b2d23b672d9c1195683c3 Mon Sep 17 00:00:00 2001 | ||
From: Kai-Uwe Hermann <[email protected]> | ||
Date: Tue, 9 Jul 2024 14:46:00 +0200 | ||
Subject: [PATCH] Set PYTHON_MODULE_EXTENSION to .so to avoid polluting it with | ||
host arch | ||
|
||
Signed-off-by: Kai-Uwe Hermann <[email protected]> | ||
--- | ||
CMakeLists.txt | 1 + | ||
1 file changed, 1 insertion(+) | ||
|
||
diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
index 9c0b86c..da8678d 100644 | ||
--- a/CMakeLists.txt | ||
+++ b/CMakeLists.txt | ||
@@ -121,6 +121,7 @@ endif() | ||
|
||
# everest python wrapper | ||
if (EVEREST_ENABLE_PY_SUPPORT) | ||
+ set(PYTHON_MODULE_EXTENSION ".so") | ||
add_subdirectory(everestpy) | ||
endif() | ||
|
7 changes: 4 additions & 3 deletions
7
...-core/everest/everest-framework_0.14.0.bb → ...-core/everest/everest-framework_0.15.2.bb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
LICENSE = "Apache-2.0" | ||
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" | ||
|
||
SRC_URI = "git://github.com/EVerest/libcbv2g.git;branch=main;protocol=https \ | ||
" | ||
|
||
inherit cmake | ||
|
||
S = "${WORKDIR}/git" | ||
|
||
# tag 0.2.0 | ||
SRCREV = "ec437e6060e30bfa2850139c87a10c3f61f546a0" | ||
|
||
DEPENDS = "\ | ||
everest-cmake \ | ||
" | ||
|
||
# FILES:${PN} += "${datadir}/everest/*" | ||
|
||
EXTRA_OECMAKE += "-DDISABLE_EDM=ON -DCB_V2G_INSTALL=ON -DCB_V2G_BUILD_TESTS=OFF" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.