Skip to content

Commit

Permalink
Try to build without meta-security layer
Browse files Browse the repository at this point in the history
  • Loading branch information
dimonzozo committed Aug 29, 2024
1 parent c4713bf commit 50b3583
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion configs/repositories.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ repositories/meta-cloud-services git://git.yoctoproject.org/meta-cloud-services
repositories/meta-enapter https://github.com/enapter/meta-enapter release/3.0
repositories/meta-intel git://git.yoctoproject.org/meta-intel.git cfb0e237cf3f25ffb128bd55e3e72eb0fb2ca096
repositories/meta-openembedded git://git.openembedded.org/meta-openembedded 1235dd4ed4a57e67683c045ad76b6a0f9e896b45
repositories/meta-security git://git.yoctoproject.org/meta-security f9946faf520ac304fa5c6f2acdfbe459e122c0eb
repositories/meta-virtualization git://git.yoctoproject.org/meta-virtualization 54b806b1985f3989722ee308e1073530fe3328c1
repositories/poky git://git.yoctoproject.org/poky.git yocto-5.0.3
2 changes: 0 additions & 2 deletions machine/conf/bblayers.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ BBLAYERS ?= " \
${BSPDIR}/repositories/meta-openembedded/meta-perl \
${BSPDIR}/repositories/meta-openembedded/meta-python \
${BSPDIR}/repositories/meta-openembedded/meta-webserver \
${BSPDIR}/repositories/meta-security \
${BSPDIR}/repositories/meta-security/meta-integrity \
${BSPDIR}/repositories/meta-virtualization \
${BSPDIR}/repositories/poky/meta \
${BSPDIR}/repositories/poky/meta-poky \
Expand Down
2 changes: 1 addition & 1 deletion machine/conf/distro/enapter-industrial-linux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ PACKAGECONFIG:append:pn-systemd = " pcre2 coredump elfutils"

SYSTEMD_AUTO_ENABLE:sshd = "disable"

DISTRO_FEATURES = "acl ipv4 ipv6 largefile pam usbhost wifi xattr pci vfat seccomp security integrity modsign"
DISTRO_FEATURES = "acl ipv4 ipv6 largefile pam usbhost wifi xattr pci vfat seccomp modsign"

MACHINE_FEATURES:remove = " \
alsa \
Expand Down

0 comments on commit 50b3583

Please sign in to comment.