summaryrefslogtreecommitdiffstats
path: root/external/meta-updater/classes/sota_am335x-evm-wifi.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'external/meta-updater/classes/sota_am335x-evm-wifi.bbclass')
-rw-r--r--external/meta-updater/classes/sota_am335x-evm-wifi.bbclass15
1 files changed, 15 insertions, 0 deletions
diff --git a/external/meta-updater/classes/sota_am335x-evm-wifi.bbclass b/external/meta-updater/classes/sota_am335x-evm-wifi.bbclass
new file mode 100644
index 00000000..1458d444
--- /dev/null
+++ b/external/meta-updater/classes/sota_am335x-evm-wifi.bbclass
@@ -0,0 +1,15 @@
+KERNEL_IMAGETYPE_sota = "uImage"
+
+OSTREE_BOOTLOADER ?= "u-boot"
+
+EXTRA_IMAGEDEPENDS_append_sota = " acer-bootfiles"
+IMAGE_BOOT_FILES_sota = "bootfiles/*"
+OSTREE_KERNEL_ARGS ?= "ramdisk_size=16384 root=/dev/ram0 rw rootfstype=ext4 rootwait rootdelay=2 ostree_root=/dev/mmcblk0p2 console=ttyO0,115200n8l"
+
+IMAGE_INSTALL_append_sota = " uim iw wl18xx-calibrator wlconf wl18xx-fw hostapd wpa-supplicant"
+
+PREFERRED_VERSION_linux-ti-staging_sota = "4.4.54+gitAUTOINC+ecd4eada6f"
+
+KERNEL_EXTRA_ARGS_append_sota = " LOADADDR=${UBOOT_ENTRYPOINT}"
+
+VIRTUAL-RUNTIME_net_manager_sota = "systemd"