diff options
| author | cajun-rat <phil@advancedtelematic.com> | 2017-11-17 17:18:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-17 17:18:41 +0100 |
| commit | 397fb34ea22088a697f58c6d0ad8604a23160972 (patch) | |
| tree | 00fe8451514fd899703e727db4c5c6da6337d040 /classes/sota_qemux86-64.bbclass | |
| parent | 71410bd31ec76e55247807551e68a2061e277b08 (diff) | |
| parent | eab456117ad96a43104cef95c68d9bddf4c65872 (diff) | |
| download | meta-updater-397fb34ea22088a697f58c6d0ad8604a23160972.tar.gz | |
Merge pull request #184 from advancedtelematic/feat/PRO-4252/rocko
Feat/pro 4252/rocko
Diffstat (limited to 'classes/sota_qemux86-64.bbclass')
| -rw-r--r-- | classes/sota_qemux86-64.bbclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/classes/sota_qemux86-64.bbclass b/classes/sota_qemux86-64.bbclass index 5ec4f69..666ad6b 100644 --- a/classes/sota_qemux86-64.bbclass +++ b/classes/sota_qemux86-64.bbclass | |||
| @@ -4,8 +4,10 @@ PREFERRED_VERSION_linux-yocto_qemux86-64_sota = "4.4%" | |||
| 4 | IMAGE_FSTYPES_remove = "wic" | 4 | IMAGE_FSTYPES_remove = "wic" |
| 5 | 5 | ||
| 6 | # U-Boot support for SOTA | 6 | # U-Boot support for SOTA |
| 7 | PREFERRED_PROVIDER_virtual/bootloader_sota = "u-boot-ota" | 7 | PREFERRED_PROVIDER_virtual/bootloader_sota = "u-boot" |
| 8 | UBOOT_MACHINE_sota = "qemu-x86_defconfig" | 8 | UBOOT_MACHINE_sota = "qemu-x86_defconfig" |
| 9 | OSTREE_BOOTLOADER ?= "u-boot" | 9 | OSTREE_BOOTLOADER ?= "u-boot" |
| 10 | 10 | ||
| 11 | OSTREE_KERNEL_ARGS ?= "ramdisk_size=16384 rw rootfstype=ext4 rootwait rootdelay=2 ostree_root=/dev/hda" | 11 | OSTREE_KERNEL_ARGS ?= "ramdisk_size=16384 rw rootfstype=ext4 rootwait rootdelay=2 ostree_root=/dev/hda" |
| 12 | |||
| 13 | IMAGE_ROOTFS_EXTRA_SPACE = "${@bb.utils.contains('DISTRO_FEATURES', 'sota', '65536', '', d)}" | ||
