Skip to content

Commit

Permalink
skiff-core-gentoo: fixes and use systemd suffix
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Stewart <christian@aperture.us>
  • Loading branch information
paralin committed Sep 29, 2023
1 parent 1c467ab commit 1f97717
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Expand Up @@ -72,11 +72,12 @@ RUN rm -rf /var/db/repos/gentoo; \
printf "masters = gentoo\nthin-manifests = true\n" > /var/db/repos/localrepo-crossdev/metadata/layout.conf; \
chown -R portage:portage /var/db/repos/localrepo-crossdev; \
rm -rf /etc/portage/package.use || true; \
mkdir -p /etc/portage/package.use; \
mkdir -p /etc/portage/package.{use,keywords}; \
emerge --sync

# apply package keywords, use flags, etc
COPY ./make.conf ./package.accept_keywords /etc/portage/
COPY ./make.conf /etc/portage/
COPY ./package.accept_keywords /etc/portage/package.accept_keywords/00-skiffos
COPY ./sysctl.conf /etc/sysctl.conf
RUN \
source /gentoo-skiff-overrides.sh; \
Expand Down
Expand Up @@ -36,6 +36,6 @@ INPUT_DEVICES="libinput synaptics mtrack"

# select:
# VIDEO_CARDS="panfrost tegra lima"
# VIDEO_CARDS="nvidia nouveau intel i965 iris"
# VIDEO_CARDS="nvidia nouveau intel i965 iris amdgpu radeonsi"

GENTOO_MIRRORS="http://www.gtlib.gatech.edu/pub/gentoo http://mirrors.rit.edu/gentoo/ http://gentoo.osuosl.org/"
Expand Up @@ -10,6 +10,7 @@ SKIFF_CORE_GENTOO_DEPENDENCIES = skiff-core skiff-core-defconfig

# amd64 (default)
SKIFF_CORE_GENTOO_COREENV_ARCH = amd64
SKIFF_CORE_GENTOO_COREENV_SUFFIX = -systemd

# arm
ifeq ($(BR2_arm),y)
Expand All @@ -23,7 +24,6 @@ SKIFF_CORE_GENTOO_COREENV_SUBPROFILE = armv6j/systemd
# armv5
ifeq ($(BR2_ARM_CPU_ARMV5),y)
SKIFF_CORE_GENTOO_COREENV_MICROARCH = armv5tel
SKIFF_CORE_GENTOO_COREENV_SUFFIX = -systemd
SKIFF_CORE_GENTOO_COREENV_SUBPROFILE = armv5te/systemd
endif

Expand All @@ -50,7 +50,6 @@ SKIFF_CORE_GENTOO_COREENV_MICROARCH = rv64_lp64d
else
SKIFF_CORE_GENTOO_COREENV_MICROARCH = rv64_lp64
endif
SKIFF_CORE_GENTOO_COREENV_SUFFIX = -systemd
endif

SKIFF_CORE_GENTOO_COREENV_DIST = \
Expand Down

0 comments on commit 1f97717

Please sign in to comment.