Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions conf/distro/include/oel.inc
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,6 @@ UBI_VOLNAME ?= "rootfs"
# space will be needed and fails badly as the fs size grows.
IMAGE_ROOTFS_EXTRA_SPACE = "40960"

# Sane default locales for images
GLIBC_GENERATE_LOCALES ?= "en_US en_US.UTF-8"
IMAGE_LINGUAS ?= "en-us"

# Include nss-myhostname for sysvinit, so the hostname resolves. systemd
# includes myhostname itself.
DISTRO_EXTRA_RRECOMMENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '', 'nss-myhostname', d)}"
Expand Down Expand Up @@ -202,16 +198,6 @@ SSTATE_MIRROR_SITES:prepend = "${LAYER_SSTATE_MIRRORS} "
# Ensure that we implement shared state reuse handling for non-target recipes
require conf/distro/include/sstate.inc

# Disable static libs by default
require conf/distro/include/no-static-libs.inc

# Enable uninative
require conf/distro/include/yocto-uninative.inc
INHERIT += "uninative"

# Enable security flags
require conf/distro/include/security_flags.inc

DISTROOVERRIDES = "oel"

# This function changes the default tune for machines which are based on armv7a
Expand Down
2 changes: 1 addition & 1 deletion conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BBFILE_PRIORITY_ossystems-base = "8"

addpylib ${LAYERDIR}/lib ossystems

LAYERSERIES_COMPAT_ossystems-base = "styhead walnascar whinlatter"
LAYERSERIES_COMPAT_ossystems-base = "wrynose"

LICENSE_PATH += "${LAYERDIR}/conf/licenses"

Expand Down
Loading