-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from vermaete/master
adding kas and ptest
- Loading branch information
Showing
12 changed files
with
313 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
.project | ||
|
||
# kas | ||
build/ | ||
layers/ |
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,60 @@ | ||
Building OpenDDS with Yocto and Kas | ||
=================================== | ||
|
||
[Kas](https://kas.readthedocs.io/en/latest/index.html) is a setup tool for bitbake based projects. | ||
|
||
Prerequisits | ||
------------ | ||
|
||
# Kas installed | ||
|
||
See: https://kas.readthedocs.io/en/latest/userguide.html#dependencies-installation | ||
|
||
# Install bmap-tool to create the SDCard | ||
|
||
``` | ||
apt install bmap-tools | ||
``` | ||
|
||
# clone the OpenDDS Yocto layer | ||
|
||
``` | ||
git clone https://github.com/OpenDDS/meta-opendds.git | ||
``` | ||
|
||
Building | ||
-------- | ||
|
||
``` | ||
cd meta-opendds | ||
kas build kas/rpi.yaml; # Just OpenDDS for RPi | ||
kas build kas/rpi.yaml:kas/ishapes.yaml; # iShapes demo | ||
kas build kas/rpi.yaml:kas/ptests.yaml; # OpenDDS with Yocto ptests | ||
``` | ||
|
||
Deploying | ||
--------- | ||
|
||
Copy the WIC artifact to an SDCard. | ||
|
||
Following instruction is an *example*. Check before executing the command where the SDCard is mounted (e.g. `/dev/sda`)! | ||
|
||
``` | ||
cd build/tmp/deploy/images/raspberrypi4-64 | ||
sudo bmaptool copy core-image-minimal-xfce-raspberrypi4-64.rootfs.wic.bz2 /dev/sda | ||
``` | ||
|
||
Testing | ||
------- | ||
|
||
### Run the ishapes demo | ||
|
||
Open a terminal on the Raspberry Pi. | ||
Run `ishapes` | ||
|
||
### Running the Yocto ptests for OpenDDS | ||
|
||
Open a terminal on the Raspberry Pi. | ||
Run `ptest-runner opendds` | ||
|
||
A detailed log of the run can be found on the `/tmp` of the device. |
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,14 @@ | ||
header: | ||
version: 1 | ||
|
||
repos: | ||
meta-qt5: | ||
url: https://github.com/meta-qt5/meta-qt5/ | ||
path: layers/meta-qt5 | ||
branch: master # Scartgap release not yet available | ||
|
||
local_conf_header: | ||
opendds-ishapes: | | ||
IMAGE_INSTALL:append = " opendds-ishapes" | ||
PACKAGECONFIG:append:pn-opendds = " ishapes" | ||
DISTRO_FEATURES:remove = " ptest" |
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,13 @@ | ||
header: | ||
version: 1 | ||
|
||
local_conf_header: | ||
pc: | | ||
PARALLEL_MAKE = "-j 4" | ||
BB_NUMBER_THREADS = "4" | ||
build_faster: | | ||
DL_DIR = "/var/lib/yocto/downloads" | ||
SSTATE_DIR = "/var/lib/yocto/sstate-cache" | ||
buildhistory: | | ||
INHERIT += "buildhistory" | ||
BUILDHISTORY_COMMIT = "1" |
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,8 @@ | ||
header: | ||
version: 1 | ||
|
||
local_conf_header: | ||
opendds-testing: | | ||
DISTRO_FEATURES:append = " ptest" | ||
EXTRA_IMAGE_FEATURES += "ptest-pkgs" | ||
IMAGE_INSTALL:append = " opendds-dev" |
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,70 @@ | ||
header: | ||
version: 1 | ||
|
||
machine: raspberrypi4-64 | ||
|
||
distro: poky | ||
|
||
target: core-image-minimal-xfce | ||
|
||
repos: | ||
meta-opendds: | ||
meta-raspberrypi: | ||
url: https://github.com/agherzan/meta-raspberrypi | ||
path: layers/meta-raspberrypi | ||
branch: master # Scartgap release not yet available | ||
poky: | ||
url: https://git.yoctoproject.org/git/poky | ||
path: layers/poky | ||
branch: scarthgap | ||
layers: | ||
meta: | ||
meta-poky: | ||
meta-openembedded: | ||
url: http://git.openembedded.org/meta-openembedded | ||
path: layers/meta-openembedded | ||
branch: scarthgap | ||
layers: | ||
meta-oe: | ||
meta-python: | ||
meta-networking: | ||
meta-perl: | ||
meta-gnome: | ||
meta-multimedia: | ||
meta-xfce: | ||
|
||
bblayers_conf_header: | ||
standard: | | ||
POKY_BBLAYERS_CONF_VERSION = "2" | ||
BBPATH = "${TOPDIR}" | ||
BBFILES ?= "" | ||
local_conf_header: | ||
standard: | | ||
CONF_VERSION = "2" | ||
SDKMACHINE = "x86_64" | ||
USER_CLASSES = "buildstats" | ||
debug-tweaks: | | ||
EXTRA_IMAGE_FEATURES = "debug-tweaks" | ||
IMAGE_ROOTFS_EXTRA_SPACE = "1524288" | ||
diskmon: | | ||
BB_DISKMON_DIRS = "\ | ||
STOPTASKS,${TMPDIR},1G,100K \ | ||
STOPTASKS,${DL_DIR},1G,100K \ | ||
STOPTASKS,${SSTATE_DIR},1G,100K \ | ||
STOPTASKS,/tmp,100M,100K \ | ||
HALT,${TMPDIR},100M,1K \ | ||
HALT,${DL_DIR},100M,1K \ | ||
HALT,${SSTATE_DIR},100M,1K \ | ||
HALT,/tmp,10M,1K" | ||
network: | | ||
IMAGE_FEATURES:append = " ssh-server-openssh" | ||
hostname:pn-base-files = "rpi4-opendds" | ||
system: | | ||
DISTRO_FEATURES:append = " systemd usrmerge" | ||
VIRTUAL-RUNTIME_init_manager = "systemd" | ||
opendds: | | ||
IMAGE_INSTALL:append = " opendds" | ||
PACKAGECONFIG:append:pn-opendds = " doc-group3" | ||
PACKAGECONFIG:append:pn-opendds-native = " doc-group3" | ||
INHERIT += "cve-check" |
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
58 changes: 58 additions & 0 deletions
58
recipes-connectivity/opendds/opendds/0002-gov-gen-uses-openssl-API-incorrectly.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,58 @@ | ||
From 5a9bc8545f771742e48d31e1635e15f156cc9c17 Mon Sep 17 00:00:00 2001 | ||
From: "Justin R. Wilson" <[email protected]> | ||
Date: Wed, 17 Apr 2024 12:59:03 -0500 | ||
Subject: [PATCH] `gov_gen` uses openssl API incorrectly | ||
|
||
Problem | ||
------- | ||
|
||
The `gov_gen` application generates governance files for testing and | ||
signs them with openssl. `gov_gen` has a bug on Debian | ||
12.5 (openssl 3.0.11) where a null argument is passed. | ||
|
||
Solution | ||
-------- | ||
|
||
Pass `mem` as the "in"" parameter and use `PKCS7_STREAM`. | ||
|
||
Upstream-Status: Backport [https://github.com/OpenDDS/OpenDDS/commit/270cae56421462db367cbe8d89cccd752108dd20] | ||
|
||
--- | ||
docs/news.d/gov-gen.rst | 5 +++++ | ||
tests/security/attributes/gov_gen.cpp | 4 ++-- | ||
2 files changed, 7 insertions(+), 2 deletions(-) | ||
create mode 100644 docs/news.d/gov-gen.rst | ||
|
||
diff --git a/docs/news.d/gov-gen.rst b/docs/news.d/gov-gen.rst | ||
new file mode 100644 | ||
index 0000000000..4a628c1659 | ||
--- /dev/null | ||
+++ b/docs/news.d/gov-gen.rst | ||
@@ -0,0 +1,5 @@ | ||
+.. news-prs: 4591 | ||
+ | ||
+.. news-start-section: Fixes | ||
+- Fixed incorrect usage of OpenSSL in ``gov_gen`` application. | ||
+.. news-end-section | ||
diff --git a/tests/security/attributes/gov_gen.cpp b/tests/security/attributes/gov_gen.cpp | ||
index ee1adbdf44..b35dd89ed4 100644 | ||
--- a/tests/security/attributes/gov_gen.cpp | ||
+++ b/tests/security/attributes/gov_gen.cpp | ||
@@ -403,7 +403,7 @@ int ACE_TMAIN(int argc, ACE_TCHAR* argv[]) | ||
return EXIT_FAILURE; | ||
} | ||
|
||
- PKCS7* p7 = PKCS7_sign(cert, key, NULL, NULL, PKCS7_TEXT | PKCS7_DETACHED); | ||
+ PKCS7* p7 = PKCS7_sign(cert, key, NULL, mem, PKCS7_TEXT | PKCS7_DETACHED | PKCS7_STREAM); | ||
if (!p7) { | ||
std::cerr << "ERROR: could not sign" << std::endl; | ||
print_ssl_error(); | ||
@@ -418,7 +418,7 @@ int ACE_TMAIN(int argc, ACE_TCHAR* argv[]) | ||
|
||
} | ||
|
||
- if (!SMIME_write_PKCS7(out, p7, mem, PKCS7_TEXT | PKCS7_DETACHED)) { | ||
+ if (!SMIME_write_PKCS7(out, p7, mem, PKCS7_TEXT | PKCS7_DETACHED | PKCS7_STREAM)) { | ||
std::cerr << "ERROR: could not write " << outpath << std::endl; | ||
print_ssl_error(); | ||
return EXIT_FAILURE; |
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,11 @@ | ||
#!/bin/sh | ||
|
||
export DDS_ROOT=/usr/share/DDS_ROOT | ||
export ACE_ROOT=/usr | ||
export TAO_ROOT=/usr | ||
export PERLLIB="$PERLLIB:/usr/share/DDS_ROOT/tools/scripts/modules" | ||
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$DDS_ROOT/lib" | ||
LOG="/tmp/opendds_ptest_$(date +%Y%m%d-%H%M%S).log" | ||
|
||
# Todo: some sed experts can do their thing | ||
${DDS_ROOT}/tests/auto_run_tests.pl @PTEST_ARGS@ 2>&1 | tee -a ${LOG} | sed -rnu '/^auto_run_tests_finished:/p' | sed -u 's/^auto_run_tests_finished: // ; /Result:0/ s/^/PASS: / ; /Result:0/! s/^/FAIL: /' | sed -u 's/\(.*\) \(Time:.*\) \(Result:.*\)/\1/' |
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