From d8d9be0691a32642c5c9815913c0ffdaa5d92edf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 9 Apr 2020 09:39:01 +0200 Subject: profiles: switch to subprofiles for cpu and gpu --- profiles/base/gpu/amd/eapi | 1 + profiles/base/gpu/amd/make.defaults | 5 +++++ profiles/base/gpu/amd/parent | 1 + 3 files changed, 7 insertions(+) create mode 100644 profiles/base/gpu/amd/eapi create mode 100644 profiles/base/gpu/amd/make.defaults create mode 100644 profiles/base/gpu/amd/parent (limited to 'profiles/base/gpu/amd') diff --git a/profiles/base/gpu/amd/eapi b/profiles/base/gpu/amd/eapi new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/profiles/base/gpu/amd/eapi @@ -0,0 +1 @@ +7 diff --git a/profiles/base/gpu/amd/make.defaults b/profiles/base/gpu/amd/make.defaults new file mode 100644 index 0000000..d016091 --- /dev/null +++ b/profiles/base/gpu/amd/make.defaults @@ -0,0 +1,5 @@ +# vim:ft=gentoo-make-conf +USE="$USE vaap vdpaui" + +VIDEO_CARDS="-* amdgpu radeonsi" +USE_EXPAND="VIDEO_CARDS" diff --git a/profiles/base/gpu/amd/parent b/profiles/base/gpu/amd/parent new file mode 100644 index 0000000..eb4d905 --- /dev/null +++ b/profiles/base/gpu/amd/parent @@ -0,0 +1 @@ +../ -- cgit v1.2.3