[meta-security][PATCH] python3-fail2ban: update to tip
Signed-off-by: Armin Kuster <akuster808@...>
--- recipes-security/fail2ban/python3-fail2ban_0.11.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-security/fail2ban/python3-fail2ban_0.11.2.bb b/recipes-security/fail2ban/python3-fail2ban_0.11.2.bb index 4e344c8..f6394cc 100644 --- a/recipes-security/fail2ban/python3-fail2ban_0.11.2.bb +++ b/recipes-security/fail2ban/python3-fail2ban_0.11.2.bb @@ -9,7 +9,7 @@ HOMEPAGE = "http://www.fail2ban.org" LICENSE = "GPL-2.0" LIC_FILES_CHKSUM = "file://COPYING;md5=ecabc31e90311da843753ba772885d9f" -SRCREV ="d6b884f3b72b8a42b21da863836569ef6836c2ea" +SRCREV ="4fe4ac8dde6ba14841da598ec37f8c6911fe0f64" SRC_URI = " git://github.com/fail2ban/fail2ban.git;branch=0.11;protocol=https \ file://initd \ file://run-ptest \ -- 2.25.1
|
|
define extended partition in wks file
Silvan Murer
Hi,
I'm using wic for creating a boot image in my yocto layer. An extended partition is automatically created, when build an image with more than four partitions. The extended partition is added at the end and in my case, the last two logic partitions are included there. Does an option exist which allows the definition of the partitions which are included in the extended partition? In may case, I'm looking for an option to put the two rootfs partitions (rootfs1 and rootfs2) into a common extended partition. And the data partition at the end should be in its own logic partition. Does some option exist or is it possible to handle them in another way? probably by creating an own wic plugin? The *.wks file contains the following entries: part --source rawcopy --sourceparams="file=u-boot-splx4.sfp" --ondisk mmcblk0 --system-id=a2 --align 1024 --fixed-size 10M part /run/mount/bootloader --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align 1024 --size 500M part / --source rootfs --ondisk mmcblk0 --fstype=ext4 --label rootfs1 --align 1024 --fixed-size 2G part --source rootfs --ondisk mmcblk0 --fstype=ext4 --label rootfs2 --align 1024 --fixed-size 2G part /run/mount/data --ondisk mmcblk0 --fstype=ext4 --label data --align 1024 --fixed-size 3G Thanks, Silvan
|
|
Re: [meta-security][PATCH 2/2] meta-parsec/README.md: fix for append operator combined with +=
thanks.
toggle quoted messageShow quoted text
merged.
On 11/19/21 7:18 AM, Yi Zhao wrote:
Signed-off-by: Yi Zhao <yi.zhao@...>
|
|
Re: [meta-security][PATCH 1/2] openssl-tpm-engine: fix warning for append operator combined with +=
merged.
toggle quoted messageShow quoted text
thanks
On 11/19/21 7:18 AM, Yi Zhao wrote:
Fixes:
|
|
Re: [meta-security][PATCH] apparmor: fix warning of remove operator combined with +=
On 11/18/21 11:06 PM, kai wrote:
From: Kai Kang <kai.kang@...>thanks, merged.
|
|
[meta-security][PATCH] libest: does not build with openssl 3.x
blacklist for now. Remove from pkg grp
Signed-off-by: Armin Kuster <akuster808@...> --- recipes-core/packagegroup/packagegroup-core-security.bb | 1 - recipes-security/libest/libest_3.2.0.bb | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-core/packagegroup/packagegroup-core-security.bb b/recipes-core/packagegroup/packagegroup-core-security.bb index e9dad5b..fefc66d 100644 --- a/recipes-core/packagegroup/packagegroup-core-security.bb +++ b/recipes-core/packagegroup/packagegroup-core-security.bb @@ -38,7 +38,6 @@ RDEPENDS:packagegroup-security-utils = "\ python3-privacyidea \ python3-fail2ban \ softhsm \ - libest \ sshguard \ ${@bb.utils.contains_any("TUNE_FEATURES", "riscv32 ", "", " libseccomp",d)} \ ${@bb.utils.contains("DISTRO_FEATURES", "pam", "sssd google-authenticator-libpam", "",d)} \ diff --git a/recipes-security/libest/libest_3.2.0.bb b/recipes-security/libest/libest_3.2.0.bb index 31fbe3c..41a4025 100644 --- a/recipes-security/libest/libest_3.2.0.bb +++ b/recipes-security/libest/libest_3.2.0.bb @@ -25,3 +25,6 @@ S = "${WORKDIR}/git" PACKAGES = "${PN} ${PN}-dbg ${PN}-dev" FILES:${PN} = "${bindir}/* ${libdir}/libest-3.2.0p.so" + +# https://github.com/cisco/libest/issues/104 +PNBLACKLIST[libest] ?= "Needs porting to openssl 3.x" -- 2.25.1
|
|
OpenEmbedded Happy Hour December 3 8pm/2000 UTC after OEDVM
Denys Dmytriyenko
All,
As previously announced, OpenEmbedded Developer Virtual Meeting will take place on December 3 from 12:00 UTC until 20:00 UTC: https://www.openembedded.org/wiki/OEDVM_Nov_2021 Once the meeting is over, everybody is invited to hang out and relax at the OpenEmbedded Happy Hour, which tentatively will start at 20:00 UTC (3pm ET / 12pm PT): https://www.openembedded.org/wiki/Happy_Hours https://www.openembedded.org/wiki/Calendar https://www.timeanddate.com/worldclock/fixedtime.html?msg=OpenEmbedded+Happy+Hour+December+3&iso=20211203T20 -- Regards, Denys Dmytriyenko <denis@...> PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964 Fingerprint: 25FC E4A5 8A72 2F69 1186 6D76 4209 0272 9A92 C964
|
|
Re: [meta-rockchip] dunfell: u-boot build issue when added patch to u-boot
Marek Belisko
Hi,
On Fri, Nov 26, 2021 at 11:55 PM Trevor Woerner <twoerner@...> wrote: I'm adding dunfell support for mender :). In this link mender rockchip integration is for older u-boot not 2020.01 https://github.com/mendersoftware/meta-mender-community/tree/dunfell/meta-mender-rockchipBR, marek -- as simple and primitive as possible ------------------------------------------------- Marek Belisko - OPEN-NANDRA Freelance Developer Ruska Nova Ves 219 | Presov, 08005 Slovak Republic Tel: +421 915 052 184 skype: marekwhite twitter: #opennandra web: http://open-nandra.com
|
|
Re: [OE-core] How to create connman_1.40.bbappend to enable and to build connman with iwd?
JH
Thanks Tim for the link, I have built the iwd.
According to Daniel's advice to configure with "--disable-wifi, --enable-iwd", I added PACKAGECONFIG[wifi] = "--disable-wifi, --enable-iwd", to override PACKAGECONFIG[wifi] in oe-core connman_1.40.bb. The intention is to remove wpa-supplicant and to add iwd to connman_1.40.bbappend, it built the image without error, I believe that the syntax is OK, but the wpa-supplicant was still built and packaged. Any idea from OE/Yocto insiders why PACKAGECONFIG[wifi] in bbappend is not effective? Daniel, how can I verify in the Linux console if the connmand is running with iwd or with wpa_supplicant? I have disabled wpa_supplicant.service, and I'll remove wpa_supplicant completely when I find a way to do it. Thank you. Kind regards, - jh On 11/27/21, Tim Orling <ticotimo@...> wrote: On Fri, Nov 26, 2021 at 5:48 PM Tim Orling via lists.yoctoproject.org -- "A man can fail many times, but he isn't a failure until he begins to blame somebody else." -- John Burroughs
|
|
Re: [OE-core] How to create connman_1.40.bbappend to enable and to build connman with iwd?
Tim Orling
On Fri, Nov 26, 2021 at 5:48 PM Tim Orling via lists.yoctoproject.org <ticotimo=gmail.com@...> wrote:
|
|
Re: [OE-core] How to create connman_1.40.bbappend to enable and to build connman with iwd?
Tim Orling
On Thu, Nov 25, 2021 at 10:26 PM JH <jupiter.hce@...> wrote: Hi, Please look at the layer index for recipes: I don’t have any advice for building it however.
|
|
Re: [meta-rockchip] dunfell: u-boot build issue when added patch to u-boot
Trevor Woerner
On Thu 2021-11-11 @ 08:44:48 AM, Marek Belisko wrote:
Hello,Does the following help? https://github.com/mendersoftware/meta-mender-community/tree/dunfell/meta-mender-rockchip
|
|
Re: [meta-security][hardknott][PATCH v2] sssd: re-package to fix QA issues
merged.
toggle quoted messageShow quoted text
On 11/16/21 10:28 AM, Jeremy A. Puhlman wrote:
It packages all file in ${libdir} to package sssd, including the .so
|
|
How to create connman_1.40.bbappend to enable and to build connman with iwd?
JH
Hi,
Given the high profile of iwd and advocating connman with iwd, I believe someone have already built Yocto connman and iwd, surprisingly, I could not even find an iwd recipe in https://github.com/openembedded/openembedded/tree/master/recipes, nor can I find connman document and instructions to replace wpa_supplicant by iwd, what could I be missing here? Appreciate your kind advice. Thank you. Kind regards, - jh On 11/26/21, JH via lists.yoctoproject.org <jupiter.hce=gmail.com@...> wrote: Hi, -- "A man can fail many times, but he isn't a failure until he begins to blame somebody else." -- John Burroughs
|
|
How to create connman_1.40.bbappend to enable and to build connman with iwd?
JH
Hi,
Please correct me, but it seems to me the connman is moving to a direction to ditch out wpa_supplicant and to use iwd, but the Honister still configure connman with wpa_supplicant by default, appreciate your advice: - Is connman with iwd stable enough? - How can I create a connman_1.40.bbappend to replace wpa_supplicant by iwd configure? - Where are the documents for configuring and building connman with iwd? Where is the operational guidance to run connman with iwd? Can I use the same connman dbus APIs or are there any dbus API changes to run connman with iwd? My apology for FAQs. Thank you very much. Kind regards, - JH
|
|
Mohannad Oraby
Hi guys,
I have an issue related to vardeps where I am making a task dependent on some variables. I have created some new variables e.g., NEW_VARIABLE, added them to BB_ENV_EXTRAWHITE. In some recipes, I wrote my own implementation of some tasks that are dependent on these new variables, and for this dependency to work I added e.g., do_install[vardeps] = "NEW_VARIABLE", so I am now expecting that every time I change this NEW_VARIABLE and perform e.g., "bitbake recipename", the do_install task should run. I checked the task signature and I see the NEW_VARIABLE there. Let's assum I have two possible values for this variable. When I set the variable for the first time "value1", i.e., the first build, everything works and there is no problem. When I change its value to the other value "value2" not used before and build the recipe again, the do_install will also run and no problem occurs. The problem is however, if I set the variable again to the old value "value1", and I execite "bitbake recipename" again. The do_install will not be re-triggered, and this leads to some wrong/old data located in work directory, and also produced in the image. I tried setting BB_DONT_CACHE, as I understood in an old topic that the problem might be that the recipe needs to be parsed again, however this did not work at all. I do not want to always run the tasks when I perform a new build, i.e., do_install[[nostamp] = "1", I just want it to run again every time I change this NEW_VARIABLE. Is what I am expecting a normal behavior? Or Yocto does not work this way? Regards Mohannad
|
|
Re: [yocto-infrastructure] push.yoctoproject.org downtime Wednesday November 24th
Alexander Kanavin
Thanks! A few repositories became uncategorized, and clutter the page at the top: Alex
On Wed, 24 Nov 2021 at 23:18, Michael Halstead <mhalstead@...> wrote:
|
|
Minutes: Yocto Project Weekly Triage Meeting 11/25/2021
Trevor Gamblin
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage Attendees: Alexandre, Bruce, Michael, Stephen, Randy,
Richard, Tim, Trevor ARs: N/A Notes:
No meeting next week - YP Summit Medium+ 3.5 Unassigned Enhancements/Bugs: 73 (No
change) AB Bugs: 61 (No
change)
|
|
[PATCH yocto-autobuilder-helper] publish-artefacts: publish meta-arm/generic-arm64 binaries
Ross Burton <ross@...>
Publish the generic-arm64 binaries in a dedicated meta-arm/ directory so
it is clear this isn't from the core layers. Signed-off-by: Ross Burton <ross.burton@...> --- scripts/publish-artefacts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/publish-artefacts b/scripts/publish-artefacts index 6ed922a..9795381 100755 --- a/scripts/publish-artefacts +++ b/scripts/publish-artefacts @@ -187,6 +187,11 @@ case "$target" in sha256sums $TMPDIR/deploy/images/genericx86 cp -R --no-dereference --preserve=3Dlinks $TMPDIR/deploy/images/= genericx86/*genericx86* $DEST/machines/genericx86-alt ;; + "meta-arm") + mkdir -p $DEST/machines/meta-arm/generic-arm64 + sha256sums $TMPDIR/deploy/images/generic-arm64 + cp -R --no-dereference --preserve=3Dlinks $TMPDIR/deploy/images/= generic-arm64/*generic-arm64* $DEST/machines/meta-arm/generic-arm64 + ;; "poky-tiny") mkdir -p $DEST/machines/qemu/qemu-tiny sha256sums $TMPDIR/deploy/images/qemux86 --=20 2.25.1
|
|
Nicolas Jeker
On Wed, 2021-11-24 at 09:55 -0800, Tim Orling wrote:
There's a section about building from source with a patch in the article he linked with his first message. I don't know much about python in yocto, but maybe doing that in a recipe could work? Also, when asking questions, please tell us which release of Yocto
|
|