21 lines
851 B
Plaintext
21 lines
851 B
Plaintext
# This should come at the beginning of the file, to ensure that you use
|
|
# CoreOS defaults
|
|
require conf/distro/belden-coreos.conf
|
|
|
|
# This should always be set in your own configuration file, to not use the
|
|
# values of CoreOS
|
|
DISTRO = "nwl"
|
|
DISTRO_NAME = "Netmodule Wireless Linux"
|
|
MAINTAINER = "Netmodule Software Teams"
|
|
|
|
# You may want to add a version and a codename to your distro instead of
|
|
# using the version and codename of CoreOS
|
|
DISTRO_VERSION = "2023.03"
|
|
DISTRO_CODENAME = "NWL 2023 Edition (DRAFT)"
|
|
|
|
# Here you can override settings from the CoreOS distro or from
|
|
# OpenEmbedded-core. But keep in mind that the CoreOS team doesn't support
|
|
# all the features of OpenEmbedded-Core. We have added some checks for some
|
|
# of the settings that we don't allow to change or that we don't support.
|
|
# See the coreos-sanity.bbclass file for more info.
|