diff options
| author | cajun-rat <p@beta16.co.uk> | 2017-04-26 12:36:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-26 12:36:38 +0200 |
| commit | bae52014b6e3a49e7adf49373238dab9f5f3b4a2 (patch) | |
| tree | 4c2f39cc49525698ef8197646bd652db270df8b8 /classes/sota_minnowboard.bbclass | |
| parent | 4ebfc44b3eff288b8cc2f6b2b4251159cbeab14b (diff) | |
| parent | 4d610e9f230dd23589b18588446c2368f3a99446 (diff) | |
| download | meta-updater-bae52014b6e3a49e7adf49373238dab9f5f3b4a2.tar.gz | |
Merge pull request #57 from advancedtelematic/bugfix/machinc
Replace includes with bblcasses
Diffstat (limited to 'classes/sota_minnowboard.bbclass')
| -rw-r--r-- | classes/sota_minnowboard.bbclass | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/classes/sota_minnowboard.bbclass b/classes/sota_minnowboard.bbclass new file mode 100644 index 0000000..970bd6a --- /dev/null +++ b/classes/sota_minnowboard.bbclass | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | OSTREE_BOOTLOADER ?= "grub" | ||
| 2 | EFI_PROVIDER = "grub-efi" | ||
| 3 | |||
| 4 | WKS_FILE = "efiimage-sota.wks" | ||
| 5 | IMAGE_BOOT_FILES = "" | ||
| 6 | |||
| 7 | OSTREE_KERNEL_ARGS ?= "ramdisk_size=16384 rw rootfstype=ext4 rootwait rootdelay=2 console=ttyS0,115200 console=tty0" | ||
