Skip to content
Snippets Groups Projects
Commit 254c9e95 authored by Tobias Kahlki's avatar Tobias Kahlki
Browse files

distro: Renamed distros to seconorth

The distros have been renamed to seconorth.
Also some clean-up, sorting and commenting was done.
parent 1188498a
No related branches found
No related tags found
1 merge request!418Integrate gitlab-ci/fix-gitlab-ci-integration and 6 more
# GUF Distro for Wayland.
require conf/distro/include/guf-base.inc
DISTRO = "guf-wayland-no-gplv3"
DISTRO_NAME = "GUF Wayland (without GPLv3)"
DISTRO_FEATURES:remove = "bluetooth bluez5 gobject-introspection-data pulseaudio directfb x11"
DISTRO_FEATURES_BACKFILL_CONSIDERED += "bluetooth bluez5 gobject-introspection-data pulseaudio"
# Add support for wayland
DISTRO_FEATURES:append = " wayland"
# Add opengl
DISTRO_FEATURES:append = " opengl vulkan"
# Add pam
DISTRO_FEATURES:append = " pam"
# Default is busybox
# Recommandation from poky/meta-poky/conf/local.conf.sample.extended
# expect syslog which is replaced by syslog-ng
PREFERRED_PROVIDER_virtual/base-utils = "packagegroup-core-base-utils"
VIRTUAL-RUNTIME:base-utils = "packagegroup-core-base-utils"
VIRTUAL-RUNTIME:base-utils-hwclock = "util-linux-hwclock"
VIRTUAL-RUNTIME:base-utils-syslog = "syslog-ng"
VIRTUAL-RUNTIME:vim = "vim"
require conf/distro/poky.conf
SDK_VENDOR = "-gufsdk"
SDK_VENDOR = "-seconorthsdk"
MAINTAINER = "SECO Northern Europe GmbH <support.north@seco.com>"
TARGET_VENDOR = "-guf"
DISTROOVERRIDES = "guf"
TARGET_VENDOR = "-seconorth"
DISTROOVERRIDES = "seconorth"
DISTRO_VERSION = "${@d.getVar('MANIFEST_VERSION') if d.getVar('MANIFEST_VERSION') else d.getVar('DISTRO_CODENAME')}"
# From poky/meta-poky/conf/local.conf.sample.extended:
......@@ -22,8 +22,8 @@ INHERIT += "buildhistory on_bootloader"
BUILDHISTORY_COMMIT = "1"
DISTRO_BOOT_FILES = " \
boot.cfg \
${@on_bootloader_uboot(d, 'boot.scr','')} \
boot.cfg \
"
# The variables DISTRO_INSTALL_SCRIPTS, DISTRO_IMAGES, DISTRO_RELEASE_ARTEFACTS
......@@ -48,8 +48,8 @@ DISTRO_RELEASE_ARTEFACTS:append:mx8-generic-bsp = " \
"
DISTRO_EXTRA_RDEPENDS += " \
${DISTRO_INSTALL_SCRIPTS} \
${DISTRO_BOOT_FILES} \
${DISTRO_INSTALL_SCRIPTS} \
bootselect \
fng-install-postinstallation \
prepare-image \
......
# GUF Distro for Wayland.
# SECO Northern Europe Flash-N-Go-System
require conf/distro/include/guf-base.inc
require conf/distro/include/seconorth-distro.inc
DISTRO = "guf-fngsystem"
DISTRO_NAME = "SECO North Flash-N-Go-System"
DISTRO = "seconorth-fngsystem"
DISTRO_NAME = "SECO Northern Europe Flash-N-Go-System"
DISTROOVERRIDES = "fng"
DISTRO_FEATURES:remove = " \
......@@ -38,8 +38,8 @@ RDEPENDS:${KERNEL_PACKAGE_NAME}-base = ""
MACHINE_EXTRA_RRECOMMENDS:remove = " kernel-modules "
DISTRO_BOOT_FILES = " \
boot-alt.cfg \
${@on_bootloader_uboot(d, 'boot-alt.scr','')} \
boot-alt.cfg \
"
IMAGE_BOOT_FILES:append = " ${DISTRO_BOOT_FILES} "
......@@ -57,12 +57,12 @@ DISTRO_IMAGES:append:mx8 = " imx-boot.tar.gz imx-boot "
DISTRO_RELEASE_ARTEFACTS:append = "${IMAGE_LINK_NAME}.md5 "
DISTRO_RELEASE_ARTEFACTS:append:mx8-generic-bsp = " \
${@' '.join([ "uuu-" + dtb.split('/')[-1].split('.')[0] + '.bat' for dtb in d.getVar('KERNEL_DEVICETREE').split() ] )} \
${@' '.join([ "uuu-" + dtb.split('/')[-1].split('.')[0] + '.sh' for dtb in d.getVar('KERNEL_DEVICETREE').split() ] )} \
\
uuu \
uuu.exe \
uuu.lst \
\
${@' '.join([ "uuu-" + dtb.split('/')[-1].split('.')[0] + '.sh' for dtb in d.getVar('KERNEL_DEVICETREE').split() ] )} \
${@' '.join([ "uuu-" + dtb.split('/')[-1].split('.')[0] + '.bat' for dtb in d.getVar('KERNEL_DEVICETREE').split() ] )} \
"
# Override any hostname settings
......
# SECO Northern Europe Wayland Distro without GPLv3
require conf/distro/seconorth-wayland.conf
DISTRO = "seconorth-wayland-no-gplv3"
DISTRO_NAME = "SECO Northern Europe Wayland (without GPLv3)"
# Remove GPLv3
DISTRO_FEATURES:remove = " gplv3"
# GUF Distro for Wayland.
# SECO Northern Europe Wayland Distro
require conf/distro/include/guf-base.inc
require conf/distro/include/seconorth-distro.inc
DISTRO = "guf-wayland"
DISTRO_NAME = "GUF Wayland"
DISTRO = "seconorth-wayland"
DISTRO_NAME = "SECO Northern Europe Wayland Distro"
DISTRO_FEATURES:remove = "bluetooth bluez5 gobject-introspection-data pulseaudio directfb x11"
DISTRO_FEATURES_BACKFILL_CONSIDERED += "bluetooth bluez5 gobject-introspection-data pulseaudio"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment