Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

meta-lxatac-{bsp,software}: misc cleanups #188

Merged
merged 7 commits into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions meta-lxatac-bsp/conf/machine/lxatac.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ include conf/machine/include/arm/armv7a/tune-cortexa7.inc

EXTRA_IMAGEDEPENDS += "virtual/bootloader"

IMAGE_FSTYPES += "tar"

# For better RAUC adaptive mode efficiency
IMAGE_ROOTFS_ALIGNMENT = "4"

Expand Down
2 changes: 1 addition & 1 deletion meta-lxatac-bsp/recipes-core/images/emmc-image.bb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SUMMARY = "eMMC image for the LXATAC Data Partitions"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"

DEPENDS += "genext2fs-native e2fsprogs-native"
DEPENDS += "e2fsprogs-native"

SRC_URI += "file://genimage.config"

Expand Down
1 change: 0 additions & 1 deletion meta-lxatac-bsp/recipes-core/rauc/rauc-native_%.bbappend

This file was deleted.

2 changes: 1 addition & 1 deletion meta-lxatac-bsp/recipes-core/systemd/systemd_%.bbappend
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
RRECOMMENDS:${PN}:append = "less"
# Enable lz4 and seccomp for systemd
PACKAGECONFIG:append = "lz4 coredump elfutils"
PACKAGECONFIG:append = "lz4"
PACKAGECONFIG:remove = "networkd"

# Re-enable LLMNR (but not mDNS, which is handled by avahi),
Expand Down
24 changes: 22 additions & 2 deletions meta-lxatac-software/conf/distro/tacos.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,28 @@ MAINTAINER = "Linux Automation GmbH <info@linux-automation.com>"

LOCALCONF_VERSION = "2"

DISTRO_FEATURES = "argp ext2 usbgadget usbhost wifi bluetooth xattr nfs zeroconf multiarch systemd usrmerge"
DISTRO_FEATURES += " rauc virtualization ipv6 security seccomp alsa polkit"
DISTRO_FEATURES = "\
alsa \
argp \
bluetooth \
ext2 \
ipv6 \
minidebuginfo \
multiarch \
nfs \
polkit \
rauc \
seccomp \
security \
systemd \
usbgadget \
usbhost \
usrmerge \
virtualization \
wifi \
xattr \
zeroconf \
"

# Select systemd as init manager
INIT_MANAGER ?= "systemd"
Expand Down
2 changes: 0 additions & 2 deletions meta-lxatac-software/conf/templates/default/conf-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ Common targets are:
Supported machines are:
lxatac

You can also run generated qemu images with a command like 'runqemu qemux86'

Other commonly useful commands are:
- 'devtool' and 'recipetool' handle common recipe tasks
- 'bitbake-layers' handles common layer tasks
Expand Down