diff options
| author | Nathan Rossi <nathan.rossi@xilinx.com> | 2015-04-17 17:36:20 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2015-04-17 17:36:20 +1000 |
| commit | e059e4a799df52e68ab01fa42c56733d90fba7af (patch) | |
| tree | b9c706aa99b1305f017e65f1c281fa1bd23e7aa3 /conf/machine/include | |
| parent | 1d7073200fa84dfee1503dcce2aa9aa7afb7654f (diff) | |
| download | meta-xilinx-e059e4a799df52e68ab01fa42c56733d90fba7af.tar.gz | |
machine-xilinx-default.inc: By default all machines have no RTC
* MicroBlaze and Zynq machines do not have an RTC on chip, disable
backfilling the 'rtc' feature
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Diffstat (limited to 'conf/machine/include')
| -rw-r--r-- | conf/machine/include/machine-xilinx-default.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/include/machine-xilinx-default.inc b/conf/machine/include/machine-xilinx-default.inc index 1ff73426..04e55df7 100644 --- a/conf/machine/include/machine-xilinx-default.inc +++ b/conf/machine/include/machine-xilinx-default.inc | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | # Default Xilinx BSP Machine settings | 1 | # Default Xilinx BSP Machine settings |
| 2 | 2 | ||
| 3 | MACHINE_FEATURES_BACKFILL_CONSIDERED += "rtc" | ||
| 4 | |||
| 3 | # File System Configuration | 5 | # File System Configuration |
| 4 | IMAGE_FSTYPES ?= "tar.gz cpio cpio.gz.u-boot" | 6 | IMAGE_FSTYPES ?= "tar.gz cpio cpio.gz.u-boot" |
| 5 | IMAGE_CLASSES += "image_types_uboot" | 7 | IMAGE_CLASSES += "image_types_uboot" |
