| commit | ecae384dcbc02af0ea00729be0ef934df7eb6f0d | [log] [tgz] |
|---|---|---|
| author | Andrew Jeffery <andrew@aj.id.au> | Tue Feb 23 23:43:17 2016 +1030 |
| committer | Andrew Jeffery <andrew@aj.id.au> | Wed Feb 24 16:38:39 2016 +1030 |
| tree | 819ddb1d7d02bb8e13e6020e96d33a02a6ed06cf | |
| parent | e62ee3e0b09280ff072141fb7f098147b402ac5e [diff] |
openbmc: Lift mkfs opts to variables and use OVERRIDES capability
Moves the ext4-specific mkfs options out to configuration variables.
OVERLAY_MKFS_OPTS can be overridden using the usual bitbake OVERRIDES
mechanism, where the override postfix is 'rwfs-${OVERLAY_BASETYPE}',
e.g. rwfs-ext4.
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>