summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/profile/proteanos.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/profile/proteanos.sh b/lib/profile/proteanos.sh
index dcdff25..7c3e028 100644
--- a/lib/profile/proteanos.sh
+++ b/lib/profile/proteanos.sh
@@ -166,6 +166,14 @@ prof_proteanos_include_pkg()
return 0
fi
elif [ "x${name}" = 'xpackage' ]; then
+ # TODO: Drop this code once:
+ # * base-files is marked "Essential: yes",
+ # * At least one essential package depends on libc.6 on
+ # any-any-glibc architectures,
+ # * linux-image is marked "Essential: yes", and
+ # * Each config-<plat> source package builds a config-base
+ # binary package marked "Essential: yes" that depends on
+ # proteanos-branding.
case "${value}" in
base-files|libc.6|linux-image|proteanos-branding)
return 0