summaryrefslogtreecommitdiffstats
path: root/classes/sota_raspberrypi.bbclass
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2019-05-20 17:47:50 +0200
committerGitHub <noreply@github.com>2019-05-20 17:47:50 +0200
commitcdf070e20556a13ecda308833fd5c314d20547ab (patch)
treef62f36ca4b7b2f26644f9d7f2fdb7e6fdee0154d /classes/sota_raspberrypi.bbclass
parent195135f3d01fecc099bfec43d56b87c28c9aa8a0 (diff)
parent99992959999ce9f6ad5fdae5a96262a5e0e59b5e (diff)
downloadmeta-updater-cdf070e20556a13ecda308833fd5c314d20547ab.tar.gz
Merge pull request #514 from advancedtelematic/fix/rocko/backport
Fix/rocko/backport
Diffstat (limited to 'classes/sota_raspberrypi.bbclass')
-rw-r--r--classes/sota_raspberrypi.bbclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/classes/sota_raspberrypi.bbclass b/classes/sota_raspberrypi.bbclass
index 49aa298..5cbf4c0 100644
--- a/classes/sota_raspberrypi.bbclass
+++ b/classes/sota_raspberrypi.bbclass
@@ -3,6 +3,9 @@ RPI_USE_U_BOOT_sota = "1"
3KERNEL_CLASSES_append_sota = " kernel-fitimage" 3KERNEL_CLASSES_append_sota = " kernel-fitimage"
4KERNEL_IMAGETYPE_sota = "fitImage" 4KERNEL_IMAGETYPE_sota = "fitImage"
5 5
6DEV_MATCH_DIRECTIVE_pn-networkd-dhcp-conf = "Driver=smsc95xx lan78xx"
7IMAGE_INSTALL_append_sota = " virtual/network-configuration "
8
6PREFERRED_PROVIDER_virtual/bootloader_sota ?= "u-boot" 9PREFERRED_PROVIDER_virtual/bootloader_sota ?= "u-boot"
7UBOOT_ENTRYPOINT_sota ?= "0x00008000" 10UBOOT_ENTRYPOINT_sota ?= "0x00008000"
8 11