From 517455f35e8185b6849d8c3306130fd1dbc04e6a Mon Sep 17 00:00:00 2001 From: David Michael Date: Tue, 18 Oct 2016 15:02:50 -0700 Subject: [PATCH] profiles: don't mask packages for the oem-aci sub-profile The build complains about the wildcard masks, even though they are explicitly listed as valid in portage(5). Just remove them, since the type of packages that go into containers don't tend to depend on boot packages anyway. --- .../profiles/coreos/targets/generic/oem-aci/package.mask | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/oem-aci/package.mask diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/oem-aci/package.mask b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/oem-aci/package.mask deleted file mode 100644 index 8e2929318b..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/oem-aci/package.mask +++ /dev/null @@ -1,6 +0,0 @@ -# Packages that we do not want to ship in OEM ACI images. Masking these is -# merely as a safe guard against pulling them in accidentally. - -# OEM ACIs have no reason to include boot-related packages. -sys-boot/* -sys-kernel/*