|
chrony pkg-config backport fix
#kirkstone
There is a bug in the chrony Kirkstone recipe that was fixed in Langdale but has not been fixed in Kirkstone: https://lists.openembedded.org/g/openembedded-devel/message/99080?p=%2C%2C%2C20%2C0%2C0%2C
There is a bug in the chrony Kirkstone recipe that was fixed in Langdale but has not been fixed in Kirkstone: https://lists.openembedded.org/g/openembedded-devel/message/99080?p=%2C%2C%2C20%2C0%2C0%2C
|
By
Gary Huband
· #59148
·
|
|
#kirkstone #systemd
#kirkstone
#systemd
Is there documentation for the bootimg-efi plugin? Thanks Gary From: Mittal, Anuj <anuj.mittal@...> Sent: Wednesday, December 7, 2022 10:05 PM To: Gary Huband <Gary@...>; yocto@lis
Is there documentation for the bootimg-efi plugin? Thanks Gary From: Mittal, Anuj <anuj.mittal@...> Sent: Wednesday, December 7, 2022 10:05 PM To: Gary Huband <Gary@...>; yocto@lis
|
By
Gary Huband
· #58757
·
|
|
#kirkstone #systemd
#kirkstone
#systemd
I'm building an intel-corei7-64 image using meta-intel with systemd. I need to modify /boot/loader/loader.conf and /boot/loader/entries/boot.conf. I've tried using devtool modify for systemd, systemd-
I'm building an intel-corei7-64 image using meta-intel with systemd. I need to modify /boot/loader/loader.conf and /boot/loader/entries/boot.conf. I've tried using devtool modify for systemd, systemd-
|
By
Gary Huband
· #58751
·
|
|
#kirkstone #bitbake Suricata QA error directories not shipped
#kirkstone
#bitbake
The Suricata recipe Python environment variable is PYTHON_SITEPACKAGES_DIR="/usr/lib64/python3.10/site-packages"
The Suricata recipe Python environment variable is PYTHON_SITEPACKAGES_DIR="/usr/lib64/python3.10/site-packages"
|
By
Gary Huband
· #58434
·
|
|
#kirkstone #bitbake Suricata QA error directories not shipped
#kirkstone
#bitbake
I'm getting a directories not shipped QA error when building Suricata on Kirkstone: ERROR: mc:x86-2021-minimal:suricata-6.0.4-r0 do_package: QA Issue: suricata: Files/directories were installed but no
I'm getting a directories not shipped QA error when building Suricata on Kirkstone: ERROR: mc:x86-2021-minimal:suricata-6.0.4-r0 do_package: QA Issue: suricata: Files/directories were installed but no
|
By
Gary Huband
· #58433
·
|
|
Zeus: Python 3.7 patch for threading.py memory leak
I'm using Yocto Zeus and found that there is a memory leak in Python 3.7 threading.py https://github.com/python/cpython/commit/c10c2ec7a0e06975e8010c56c9c3270f8ea322ec As far as I know, this was not f
I'm using Yocto Zeus and found that there is a memory leak in Python 3.7 threading.py https://github.com/python/cpython/commit/c10c2ec7a0e06975e8010c56c9c3270f8ea322ec As far as I know, this was not f
|
By
Gary Huband
· #57972
·
|
|
suricata: enable lua support
The problems is that the configure.ac file is hard coded for lua5.1. See https://forum.suricata.io/t/lua-5-4-3-and-suricata-undefined-reference-error/1906/5 I created a patch to change configure.ac to
The problems is that the configure.ac file is hard coded for lua5.1. See https://forum.suricata.io/t/lua-5-4-3-and-suricata-undefined-reference-error/1906/5 I created a patch to change configure.ac to
|
By
Gary Huband
· #56396
·
|
|
suricata: enable lua support
The Suricata install site also says to install liblua5.1-dev Does this mean that Suricata needs lua 5.1 (which is very old)?? For Zeus the lua recipe is 5.3.5. Do I need to create a recipe for lua 5.1
The Suricata install site also says to install liblua5.1-dev Does this mean that Suricata needs lua 5.1 (which is very old)?? For Zeus the lua recipe is 5.3.5. Do I need to create a recipe for lua 5.1
|
By
Gary Huband
· #56375
·
|
|
suricata: enable lua support
Adding DEPENDS += "lua" fixed that error. I'm assuming that allows the configure to find lua. Now I'm getting a compile error | /tmp/work/cortexa7t2hf-neon-poky-linux-gnueabi/suricata/6.0.3-r0/recipe-
Adding DEPENDS += "lua" fixed that error. I'm assuming that allows the configure to find lua. Now I'm getting a compile error | /tmp/work/cortexa7t2hf-neon-poky-linux-gnueabi/suricata/6.0.3-r0/recipe-
|
By
Gary Huband
· #56371
·
|
|
suricata: enable lua support
How can I enable lua support for suricata? According to https://suricata.readthedocs.io/en/suricata-6.0.0/install.html I can add --enable-lua, so I created a suricata_%.bbappend file with # Add lua DE
How can I enable lua support for suricata? According to https://suricata.readthedocs.io/en/suricata-6.0.0/install.html I can add --enable-lua, so I created a suricata_%.bbappend file with # Add lua DE
|
By
Gary Huband
· #56368
·
|
|
Zeek recipe
I could never get a Zeek recipe to work. I resorted to building it on the target, saving the binaries in a repo, then creating a recipe to install the binaries. Gary
I could never get a Zeek recipe to work. I resorted to building it on the target, saving the binaries in a repo, then creating a recipe to install the binaries. Gary
|
By
Gary Huband
· #56111
·
|
|
boot script for barebox in build/deploy/images/$IMAGE_NAME/ directory
In Zeus I have a recipe that installs the file (a u-boot boot.scr for me): install -m 0644 boot.scr ${DEPLOYDIR} Make sure the recipe is included in your image. Then in my machine conf: IMAGE_BOOT_FIL
In Zeus I have a recipe that installs the file (a u-boot boot.scr for me): install -m 0644 boot.scr ${DEPLOYDIR} Make sure the recipe is included in your image. Then in my machine conf: IMAGE_BOOT_FIL
|
By
Gary Huband
· #56029
·
|
|
wic automount of a data partition
#zeus
I'm using Zeus. I'm trying to create and mount a data partition using wic. My wks file is part u-boot --source rawcopy --sourceparams="file=u-boot.imx" --ondisk mmc --no-table --align 1 part /boot --s
I'm using Zeus. I'm trying to create and mount a data partition using wic. My wks file is part u-boot --source rawcopy --sourceparams="file=u-boot.imx" --ondisk mmc --no-table --align 1 part /boot --s
|
By
Gary Huband
· #54102
·
|
|
devtool question/issue
I always start with devtool modify <package> This sets-up the workspace, puts the package source code in workspace/sources, inits git, etc. Gary
I always start with devtool modify <package> This sets-up the workspace, puts the package source code in workspace/sources, inits git, etc. Gary
|
By
Gary Huband
· #52250
·
|
|
Help creating zeek recipe
#yocto
I would like to create a recipe for zeek (a network security monitoring tool, https://zeek.org/). It fails while compiling because it cannot find a executable that it needs to install called binpac. b
I would like to create a recipe for zeek (a network security monitoring tool, https://zeek.org/). It fails while compiling because it cannot find a executable that it needs to install called binpac. b
|
By
Gary Huband
· #49857
·
|
|
Building zeek 3.1.1 in Sumo
Placing the following line in the recipe seems to have fixed the problem: OECMAKE_FIND_ROOT_PATH_MODE_PROGRAM="BOTH" That value was set to only by the cmake class, so it only searched in the recipe bu
Placing the following line in the recipe seems to have fixed the problem: OECMAKE_FIND_ROOT_PATH_MODE_PROGRAM="BOTH" That value was set to only by the cmake class, so it only searched in the recipe bu
|
By
Gary Huband
· #49181
·
|
|
Building zeek 3.1.1 in Sumo
I'm trying to create a recipe in Sumo for zeek (zeek.org) which uses cmake. I'm getting a sed not found error: Initialising tasks: 100% |###############################################################
I'm trying to create a recipe in Sumo for zeek (zeek.org) which uses cmake. I'm getting a sed not found error: Initialising tasks: 100% |###############################################################
|
By
Gary Huband
· #49179
·
|
|
CONFFILES for RPM: %config or %config(noreplace)
#yocto
I'm using Morty. When I add CONFFILES_${PN} to a recipe the recipe RPM spec file contains %config lines not %config(noreplace). Is there a way to get %config(noreplace)? Thanks Gary
I'm using Morty. When I add CONFFILES_${PN} to a recipe the recipe RPM spec file contains %config lines not %config(noreplace). Is there a way to get %config(noreplace)? Thanks Gary
|
By
Gary Huband
· #48272
·
|