overlay profiles: Drop oem-aci leftovers

Spotted when dealing with updating sys-auth/sssd.
This commit is contained in:
Krzesimir Nowak 2024-12-02 14:19:13 +01:00
parent 5693dc5de1
commit 6aa303515f
5 changed files with 0 additions and 60 deletions

View File

@ -1,2 +0,0 @@
..
:coreos/targets/generic/oem-aci

View File

@ -1,2 +0,0 @@
..
:coreos/targets/generic/oem-aci

View File

@ -1,7 +0,0 @@
Profile settings specific to "oem-aci" images.
Settings here must *ONLY* influence installing binary packages and never
change build time settings like USE or CFLAGS because binary packages
are shared between dev and prod, dev just includes more stuff.
For example INSTALL_MASK, package.mask, and package.provided are ok.

View File

@ -1,47 +0,0 @@
# Copyright (c) 2016 The CoreOS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
# Restrictive mask for OEM ACIs.
INSTALL_MASK="${INSTALL_MASK}
*.a *.la *.hpp *.o
/etc/sandbox.d
/usr/include
/usr/lib*/*/include
/usr/lib/debug
/usr/lib*/pkgconfig
/usr/share/aclocal*
/usr/share/awk
/usr/share/eselect
/usr/share/gdb
/usr/share/gettext
/usr/share/gobject-introspection-1.0
/usr/share/pkgconfig
/usr/share/readline
/usr/src
"
# Remove files which depend on interpreters not present in boards.
INSTALL_MASK="${INSTALL_MASK}
/usr/share/git/contrib/*
/usr/bin/diff-highlight
/usr/bin/autoscan-2.13
/usr/bin/autoupdate-2.69
/usr/bin/autoreconf-2.69
/usr/bin/automake-1.14
/usr/bin/autom4te-2.69
/usr/bin/autoheader-2.69
/usr/bin/aclocal-1.14
/usr/bin/aclocal-1.15
/usr/bin/automake-1.15
/usr/bin/ifnames-2.69
/usr/bin/intltool-update
/usr/bin/intltool-merge
/usr/bin/intltool-prepare
/usr/bin/intltool-extract
/usr/bin/autoscan-2.69
"
# There is no need to have boot stuff in a container.
INSTALL_MASK="${INSTALL_MASK}
/boot
"

View File

@ -1,2 +0,0 @@
# Do not install SSSD in the container.
sys-auth/sssd-1.13.1