Compare commits
6 Commits
ln/6-minim
...
66b4fe6088
| Author | SHA1 | Date | |
|---|---|---|---|
|
66b4fe6088
|
|||
|
95d4b8c738
|
|||
|
afd7c6400d
|
|||
|
a5aa44f6cd
|
|||
|
802f854e53
|
|||
|
8a0516377e
|
@@ -5,7 +5,7 @@
|
||||
<default sync-j="4" />
|
||||
|
||||
<!-- remotes -->
|
||||
<remote name="caros" fetch="https://git.larsniesen.de/caros" />
|
||||
<remote name="caros" fetch="https://git.larsniesen.de/CaROS" />
|
||||
|
||||
<!-- layers -->
|
||||
<project remote="caros"
|
||||
|
||||
@@ -14,7 +14,6 @@ YOCTO_WORKDIR="/opt/${YOCTO_USER}"
|
||||
[[ -d "$PWD"/sstate-cache ]] || mkdir "$PWD"/sstate-cache
|
||||
|
||||
|
||||
|
||||
subgidSize=$(( $(podman info --format "{{ range .Host.IDMappings.GIDMap }}+{{.Size }}{{end }}" ) - 1 ))
|
||||
subuidSize=$(( $(podman info --format "{{ range .Host.IDMappings.UIDMap }}+{{.Size }}{{end }}" ) - 1 ))
|
||||
|
||||
|
||||
@@ -15,4 +15,4 @@ MAINTAINER = "Lars Niesen <lars.niesen@gmx.de>"
|
||||
|
||||
TARGET_VENDOR = "-caros"
|
||||
|
||||
DISTRO_FEATURES ?= ""
|
||||
DISTRO_FEATURES += "wayland systemd usbgadget usbhost"
|
||||
|
||||
@@ -3,3 +3,12 @@
|
||||
#########################
|
||||
PREFERRED_VERSION_linux-yocto ?= "5.15%"
|
||||
PREFERRED_VERSION_linux-yocto-rt ?= "5.15%"
|
||||
|
||||
VIRTUAL-RUNTIME_init_manager = "systemd"
|
||||
VIRTUAL-RUNTIME_dev_manager = "udev"
|
||||
VIRTUAL-RUNTIME_base-utils = "coreutils"
|
||||
VIRTUAL-RUNTIME_base-utils-hwclock = "util-linux-hwclock"
|
||||
VIRTUAL-RUNTIME_base-utils-syslog = "util-linux-syslog"
|
||||
VIRTUAL-RUNTIME_login_manager = "shadow-base"
|
||||
VIRTUAL-RUNTIME_initscripts = ""
|
||||
|
||||
|
||||
10
meta-caros/recipes-core/images/caros-image-minimal.bb
Normal file
10
meta-caros/recipes-core/images/caros-image-minimal.bb
Normal file
@@ -0,0 +1,10 @@
|
||||
SUMMARY = "Minimal bootable image for CaROS develoment"
|
||||
|
||||
IMAGE_FEATURES = "nfs-server ssh-server-openssh"
|
||||
# packagegroup-core-boot expandent to remove busybox
|
||||
# PACKAGES_CORE_BOOT =
|
||||
IMAGE_INSTALL = "packagegroup-core-boot"
|
||||
|
||||
inherit core-image
|
||||
|
||||
LICENSE = "MIT"
|
||||
Reference in New Issue
Block a user