mirror of
https://github.com/Fishwaldo/meta-pine64.git
synced 2025-03-15 19:41:59 +00:00
Fix Kirkstone Builds
This commit is contained in:
parent
90c1789a3f
commit
3ed94a5fde
2 changed files with 12 additions and 2 deletions
|
@ -33,6 +33,14 @@ DISTRO_FEATURES = " pci \
|
|||
xattr \
|
||||
"
|
||||
|
||||
DISTRO_FEATURES:remove = " sysvinit \
|
||||
"
|
||||
|
||||
DISTRO_FEATURES:append = " systemd"
|
||||
VIRTUAL-RUNTIME_init_manager = "systemd"
|
||||
DISTRO_FEATURES_BACKFILL_CONSIDERED = "sysvinit"
|
||||
VIRTUAL-RUNTIME_initscripts = ""
|
||||
|
||||
PACKAGE_CLASSES ?= "package_deb"
|
||||
|
||||
PACKAGE_FEED_URIS = "https://pine64.my-ho.st:8443/deb/"
|
||||
|
|
|
@ -3,15 +3,17 @@ SUMMARY = "A small weston gtk3 demo image for Star64"
|
|||
require star64-image-minimal.bb
|
||||
|
||||
|
||||
IMAGE_FEATURES += "splash package-management ssh-server-dropbear hwcodecs"
|
||||
IMAGE_FEATURES += "splash package-management ssh-server-dropbear hwcodecs weston"
|
||||
|
||||
LICENSE = "MIT"
|
||||
|
||||
|
||||
IMAGE_INSTALL += " wayland \
|
||||
weston \
|
||||
dbus \
|
||||
sddm \
|
||||
sddm-config-plasma-bigscreen \
|
||||
packagegroup-plasma-bigscreen-workspace \
|
||||
packagegroup-core-x11-utils \
|
||||
packagegroup-core-x11-utils \
|
||||
systemd \
|
||||
"
|
||||
|
|
Loading…
Add table
Reference in a new issue