summaryrefslogtreecommitdiffstats
path: root/classes/sota_am335x-evm.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'classes/sota_am335x-evm.bbclass')
-rw-r--r--classes/sota_am335x-evm.bbclass9
1 files changed, 9 insertions, 0 deletions
diff --git a/classes/sota_am335x-evm.bbclass b/classes/sota_am335x-evm.bbclass
new file mode 100644
index 0000000..07d2d62
--- /dev/null
+++ b/classes/sota_am335x-evm.bbclass
@@ -0,0 +1,9 @@
1OSTREE_BOOTLOADER ?= "u-boot"
2
3IMAGE_BOOT_FILES = "MLO u-boot.img uEnv.txt"
4
5KERNEL_IMAGETYPES_sota = "fitImage"
6
7OSTREE_KERNEL = "fitImage"
8OSTREE_KERNEL_ARGS ?= "ramdisk_size=16384 root=/dev/ram0 rw rootfstype=ext4 rootwait rootdelay=2 ostree_root=/dev/mmcblk0p2 console=ttyO0,115200n8l"
9