diff options
Diffstat (limited to 'classes/sota_am335x-evm.bbclass')
-rw-r--r-- | classes/sota_am335x-evm.bbclass | 9 |
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 @@ | |||
1 | OSTREE_BOOTLOADER ?= "u-boot" | ||
2 | |||
3 | IMAGE_BOOT_FILES = "MLO u-boot.img uEnv.txt" | ||
4 | |||
5 | KERNEL_IMAGETYPES_sota = "fitImage" | ||
6 | |||
7 | OSTREE_KERNEL = "fitImage" | ||
8 | OSTREE_KERNEL_ARGS ?= "ramdisk_size=16384 root=/dev/ram0 rw rootfstype=ext4 rootwait rootdelay=2 ostree_root=/dev/mmcblk0p2 console=ttyO0,115200n8l" | ||
9 | |||