mirror of
https://github.com/Fishwaldo/meta-riscv.git
synced 2025-03-15 19:41:42 +00:00
nezha.yml: add file used with kas-docker
Signed-off-by: Cezary Sobczak <cezary.sobczak@3mdeb.com>
This commit is contained in:
parent
812ffc4068
commit
da702b4533
1 changed files with 56 additions and 0 deletions
56
nezha.yml
Normal file
56
nezha.yml
Normal file
|
@ -0,0 +1,56 @@
|
|||
header:
|
||||
version: 8
|
||||
|
||||
distro: poky
|
||||
|
||||
machine: nezha-allwinner-d1
|
||||
|
||||
target:
|
||||
- core-image-minimal
|
||||
|
||||
repos:
|
||||
meta-riscv:
|
||||
|
||||
poky:
|
||||
url: https://git.yoctoproject.org/git/poky
|
||||
refspec: master
|
||||
layers:
|
||||
meta:
|
||||
meta-poky:
|
||||
meta-yocto-bsp:
|
||||
|
||||
meta-openembedded:
|
||||
url: https://git.openembedded.org/meta-openembedded
|
||||
refspec: master
|
||||
layers:
|
||||
meta-oe:
|
||||
meta-networking:
|
||||
meta-python:
|
||||
|
||||
bblayers_conf_header:
|
||||
standard: |
|
||||
POKY_BBLAYERS_CONF_VERSION = "2"
|
||||
BBPATH = "${TOPDIR}"
|
||||
BBFILES ?= ""
|
||||
local_conf_header:
|
||||
standard: |
|
||||
CONF_VERSION = "2"
|
||||
PACKAGE_CLASSES = "package_rpm"
|
||||
SDKMACHINE = "x86_64"
|
||||
# Use 'haveged' instead 'rng-tools' due to 'SIGSEGV' error during start 'rngd'
|
||||
PACKAGE_EXCLUDE:append = "rng-tools"
|
||||
IMAGE_INSTALL:append = "haveged"
|
||||
IMAGE_FEATURES += " \
|
||||
ssh-server-openssh \
|
||||
debug-tweaks \
|
||||
"
|
||||
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"
|
Loading…
Add table
Reference in a new issue