summaryrefslogtreecommitdiffstats
path: root/classes/sota_raspberrypi.bbclass
diff options
context:
space:
mode:
authorAnton Gerasimov <anton.gerasimov@here.com>2018-06-01 13:03:21 +0200
committerPatrick Vacek <patrickvacek@gmail.com>2018-10-02 13:54:50 +0200
commit63eb543752fb9e4f3a2b2d42d781424cb890dd06 (patch)
treecb2772de5a2a3b3b69c371a96a982e14478197fe /classes/sota_raspberrypi.bbclass
parenta8a112afae60ceec1a2108b8717e9a7bf8080e87 (diff)
downloadmeta-updater-63eb543752fb9e4f3a2b2d42d781424cb890dd06.tar.gz
Add support for rollback on Raspberry Pi
Diffstat (limited to 'classes/sota_raspberrypi.bbclass')
-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"