mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-04 20:54:46 +02:00

Some checks failed
Mirrors / Yocto Git Mirror (push) Has been cancelled
And replaced it by the features that was below it. see: commit 43b8b3fa72d75d8d82a478613a4d9bf4645b5389 Author: Ross Burton <ross.burton@arm.com> Date: Thu Nov 7 13:47:52 2024 +0000 classes-recipe/core-image: drop debug-tweaks IMAGE_FEATURE Remove the 'debug-tweaks' IMAGE_FEATURE. It sounds friendly and kind to developers, but it results primarily in an image which root can login remotely without a password. This is incredibly useful for local development and testing purposes, but we really want to be explicit that this is what is happening instead of hiding it behind a vague "debug tweaks" statement. To preserve the eixsting behaviour, debug-tweaks should be replaced with these features: allow-empty-password empty-root-password allow-root-login post-install-logging (From OE-Core rev: 2c229f9542c6ba608912e14c9c3f783c3fa89349) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com>
66 lines
1.5 KiB
YAML
66 lines
1.5 KiB
YAML
header:
|
|
version: 8
|
|
|
|
machine: raspberrypi4
|
|
distro: poky
|
|
target:
|
|
- core-image-base
|
|
|
|
repos:
|
|
meta-raspberry:
|
|
|
|
poky:
|
|
url: https://git.yoctoproject.org/git/poky
|
|
path: layers/poky
|
|
branch: master
|
|
layers:
|
|
meta:
|
|
meta-poky:
|
|
meta-yocto-bsp:
|
|
|
|
meta-openembedded:
|
|
url: http://git.openembedded.org/meta-openembedded
|
|
path: layers/meta-openembedded
|
|
branch: master
|
|
layers:
|
|
meta-oe:
|
|
meta-python:
|
|
meta-networking:
|
|
meta-perl:
|
|
|
|
meta-qt5:
|
|
url: https://github.com/meta-qt5/meta-qt5/
|
|
path: layers/meta-qt5
|
|
branch: master
|
|
|
|
bblayers_conf_header:
|
|
standard: |
|
|
POKY_BBLAYERS_CONF_VERSION = "2"
|
|
BBPATH = "${TOPDIR}"
|
|
BBFILES ?= ""
|
|
local_conf_header:
|
|
reduce_diskspace: |
|
|
INHERIT += "rm_work_and_downloads"
|
|
standard: |
|
|
CONF_VERSION = "2"
|
|
PACKAGE_CLASSES = "package_rpm"
|
|
SDKMACHINE = "x86_64"
|
|
USER_CLASSES = "buildstats"
|
|
PATCHRESOLVE = "noop"
|
|
debug-tweaks: |
|
|
IMAGE_FEATURES += "empty-root-password allow-empty-password allow-root-login post-install-logging"
|
|
diskmon: |
|
|
BB_DISKMON_DIRS = "\
|
|
STOPTASKS,${TMPDIR},1G,100K \
|
|
STOPTASKS,${DL_DIR},1G,100K \
|
|
STOPTASKS,${SSTATE_DIR},1G,100K \
|
|
STOPTASKS,/tmp,100M,100K \
|
|
HALT,${TMPDIR},100M,1K \
|
|
HALT,${DL_DIR},100M,1K \
|
|
HALT,${SSTATE_DIR},100M,1K \
|
|
HALT,/tmp,10M,1K"
|
|
license: |
|
|
# Uncomment next line to allow the license
|
|
# See: linux-firmware-rpidistro in docs/ipcompliance.md
|
|
#LICENSE_FLAGS_ACCEPTED = "synaptics-killswitch"
|