diff options
| author | Anton Gerasimov <anton@advancedtelematic.com> | 2017-04-25 15:21:07 +0200 |
|---|---|---|
| committer | Anton Gerasimov <anton@advancedtelematic.com> | 2017-04-26 11:04:39 +0200 |
| commit | 4d610e9f230dd23589b18588446c2368f3a99446 (patch) | |
| tree | 4c2f39cc49525698ef8197646bd652db270df8b8 /classes/sota_minnowboard_uboot.inc | |
| parent | 4ebfc44b3eff288b8cc2f6b2b4251159cbeab14b (diff) | |
| download | meta-updater-4d610e9f230dd23589b18588446c2368f3a99446.tar.gz | |
Replace includes with bblcasses
They are more flexible and allow tricks like conditionally inheriting
machine-related classes from the main one which makes things easier
for external users like AGL
Diffstat (limited to 'classes/sota_minnowboard_uboot.inc')
| -rw-r--r-- | classes/sota_minnowboard_uboot.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/classes/sota_minnowboard_uboot.inc b/classes/sota_minnowboard_uboot.inc new file mode 100644 index 0000000..5097e9d --- /dev/null +++ b/classes/sota_minnowboard_uboot.inc | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ota" | ||
| 2 | UBOOT_MACHINE = "minnowmax_defconfig" | ||
| 3 | |||
| 4 | EXTRA_IMAGEDEPENDS_append = " minnowboard-bootfiles" | ||
| 5 | IMAGE_BOOT_FILES = "minnowboard-bootfiles/*" | ||
| 6 | |||
| 7 | OSTREE_KERNEL_ARGS ?= "ramdisk_size=16384 rw rootfstype=ext4 rootwait rootdelay=2 ostree_root=/dev/hda console=ttyS0,115200 console=tty0" | ||
| 8 | |||
