diff options
author | OYTIS <tossel@gmail.com> | 2017-11-17 12:17:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-17 12:17:24 +0100 |
commit | 3d5e35d7a1afc604a18587cb736a66c0cc9c3977 (patch) | |
tree | 0d0644c10856b2035728da2e8e08e0b8a09b5f04 /classes/sota_qemux86-64.bbclass | |
parent | d81696e8320ac7927467c681a370e6700ee681b1 (diff) | |
parent | e31b5428a4dff2b5d68daf34f079c4789c0c5d4b (diff) | |
download | meta-updater-3d5e35d7a1afc604a18587cb736a66c0cc9c3977.tar.gz |
Merge pull request #181 from advancedtelematic/bugfix/PRO-4319/duplicate-bblayers-snippets
Ignore configuration templates to avoid duplicate inclusion of stuff
Diffstat (limited to 'classes/sota_qemux86-64.bbclass')
-rw-r--r-- | classes/sota_qemux86-64.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/classes/sota_qemux86-64.bbclass b/classes/sota_qemux86-64.bbclass index 5ec4f69..53e0026 100644 --- a/classes/sota_qemux86-64.bbclass +++ b/classes/sota_qemux86-64.bbclass | |||
@@ -9,3 +9,5 @@ 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)}" | ||