summaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2018-06-18 11:25:54 +0200
committerGitHub <noreply@github.com>2018-06-18 11:25:54 +0200
commit94e675eb2308e1b2a58a12e4447531bdb6be7607 (patch)
treec1889c842d36318fc9c2f5967519f4741d122d31 /classes
parent75941b4bb6088da229d6b676f8efa54398e7f262 (diff)
parent43a2f5b0f967fc4c4bd874f0236b1df296cc0b3b (diff)
downloadmeta-updater-94e675eb2308e1b2a58a12e4447531bdb6be7607.tar.gz
Merge branch 'rocko' into bugfix/typos_and_comments_rocko
Diffstat (limited to 'classes')
-rw-r--r--classes/sota_raspberrypi.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/classes/sota_raspberrypi.bbclass b/classes/sota_raspberrypi.bbclass
index a5558b4..49aa298 100644
--- a/classes/sota_raspberrypi.bbclass
+++ b/classes/sota_raspberrypi.bbclass
@@ -18,3 +18,5 @@ KERNEL_DEVICETREE_raspberrypi3_sota ?= " bcm2710-rpi-3-b.dtb overlays/vc4-kms-v3
18 18
19# Kernel args normally provided by RPi's internal bootloader. Non-updateable 19# Kernel args normally provided by RPi's internal bootloader. Non-updateable
20OSTREE_KERNEL_ARGS_sota ?= " 8250.nr_uarts=1 bcm2708_fb.fbwidth=720 bcm2708_fb.fbheight=480 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 dwc_otg.lpm_enable=0 console=ttyS0,115200 usbhid.mousepoll=0 " 20OSTREE_KERNEL_ARGS_sota ?= " 8250.nr_uarts=1 bcm2708_fb.fbwidth=720 bcm2708_fb.fbheight=480 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 dwc_otg.lpm_enable=0 console=ttyS0,115200 usbhid.mousepoll=0 "
21
22SOTA_CLIENT_FEATURES_append = " ubootenv"