correction des différents bugs
This commit is contained in:
4
recipes-core/images/rpi-test-image.bb
Normal file
4
recipes-core/images/rpi-test-image.bb
Normal file
@@ -0,0 +1,4 @@
|
||||
# Copyright (C) 2022 Vincent BENOIT <vincent.benoit@benserv.fr>
|
||||
# Release under the MIT license (see COPYING.MIT for the terms)
|
||||
SUMMARY = "RPI Test Image"
|
||||
include rpi-test-image.inc
|
||||
27
recipes-core/images/rpi-test-image.inc
Normal file
27
recipes-core/images/rpi-test-image.inc
Normal file
@@ -0,0 +1,27 @@
|
||||
SUMMARY = "Cyber Scle Image"
|
||||
PV = "1.0.0"
|
||||
|
||||
inherit core-image
|
||||
|
||||
EXTRA_IMAGE_FEATURES = ""
|
||||
GLIBC_GENERATE_LOCALES = "en_US.UTF-8 fr_FR.UTF-8"
|
||||
IMAGE_LINGUAS = "fr-fr"
|
||||
|
||||
PROCESS_INSTALL = " \
|
||||
lynis \
|
||||
"
|
||||
|
||||
PYTHON_INSTALL = " \
|
||||
"
|
||||
|
||||
IMAGE_INSTALL += " \
|
||||
sudo \
|
||||
logrotate \
|
||||
rsyslog \
|
||||
iptables \
|
||||
procps \
|
||||
kbd-keymaps \
|
||||
vim \
|
||||
usbutils \
|
||||
${PROCESS_INSTALL} \
|
||||
"
|
||||
Reference in New Issue
Block a user