Skip to content

Commit 165f9c8

Browse files
committed
overlay profiles: Add FLATCAR_{TYPE,SUBTYPE} variables
1 parent cb785df commit 165f9c8

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/dev/make.defaults

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Copyright (c) 2014 The CoreOS Authors. All rights reserved.
22
# Distributed under the terms of the GNU General Public License v2
33

4+
FLATCAR_SUBTYPE="dev"
5+
46
# full debug info is way to big to fit into our 1GB /usr partitions.
57
INSTALL_MASK="${INSTALL_MASK}
68
/usr/lib/debug

sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/make.defaults

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
22
# Distributed under the terms of the GNU General Public License v2
33

4+
FLATCAR_TYPE="generic"
5+
46
USE="acpi usb cryptsetup policykit"
57
USE="${USE} -cros_host -expat -cairo -X -man"
68
USE="${USE} -acl -gpm -python"

sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/prod/make.defaults

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Copyright (c) 2014 The CoreOS Authors. All rights reserved.
22
# Distributed under the terms of the GNU General Public License v2
33

4+
FLATCAR_SUBTYPE="prod"
5+
46
# Restrictive mask for production images.
57
INSTALL_MASK="${INSTALL_MASK}
68
*.a *.la *.hpp *.o

sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/sdk/make.defaults

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
FLATCAR_TYPE="sdk"
2+
13
USE="cros_host expat man -pam"
24

35
# Used by some old goo in profiles/coreos/base/profile.bashrc

0 commit comments

Comments
 (0)