Skip to content

Commit

Permalink
Merge pull request linux-automation#188 from hnez/cleanup
Browse files Browse the repository at this point in the history
meta-lxatac-{bsp,software}: misc cleanups
  • Loading branch information
hnez authored Oct 7, 2024
2 parents 9678f46 + 3d725e0 commit 4efcb33
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 9 deletions.
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 <[email protected]>"

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

0 comments on commit 4efcb33

Please sign in to comment.