Compare commits
3 Commits
760f153ae0
...
7590de0311
| Author | SHA1 | Date | |
|---|---|---|---|
|
7590de0311
|
|||
|
83d11fa104
|
|||
|
559aac198c
|
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,3 +1,3 @@
|
||||
deploy_rpms
|
||||
deploy
|
||||
sstate-cache
|
||||
downloads
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -56,7 +56,7 @@ if $DO_SSTATE ; then
|
||||
fi
|
||||
|
||||
if $DO_DEPLOY ; then
|
||||
DEPLOY_PATH="deploy_rpms"
|
||||
DEPLOY_PATH="deploy"
|
||||
mkdir -p $DEPLOY_PATH
|
||||
rm -rf "$DEPLOY_PATH"/*
|
||||
deploy_param1="-v"
|
||||
|
||||
@@ -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 = ""
|
||||
|
||||
|
||||
@@ -118,4 +118,4 @@ BB_DISKMON_DIRS ??= "\
|
||||
# this doesn't mean anything to you.
|
||||
CONF_VERSION = "2"
|
||||
|
||||
DEPLOY_DIR_RPM = "${TOPDIR}/../deploy_rpms"
|
||||
DEPLOY_DIR = "${TOPDIR}/../deploy"
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
SUMMARY = "Minimal bootable image for CaROS develoment"
|
||||
|
||||
IMAGE_INSTALL = "package-group-core-boot"
|
||||
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"
|
||||
|
||||
IMAGE_ROOTFS_SIZE ?= "8192"
|
||||
|
||||
Reference in New Issue
Block a user