summaryrefslogtreecommitdiffstats
path: root/classes/sota_am335x-evm-wifi.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'classes/sota_am335x-evm-wifi.bbclass')
-rw-r--r--classes/sota_am335x-evm-wifi.bbclass14
1 files changed, 7 insertions, 7 deletions
diff --git a/classes/sota_am335x-evm-wifi.bbclass b/classes/sota_am335x-evm-wifi.bbclass
index 1458d44..724a8d0 100644
--- a/classes/sota_am335x-evm-wifi.bbclass
+++ b/classes/sota_am335x-evm-wifi.bbclass
@@ -1,15 +1,15 @@
1KERNEL_IMAGETYPE_sota = "uImage" 1KERNEL_IMAGETYPE:sota = "uImage"
2 2
3OSTREE_BOOTLOADER ?= "u-boot" 3OSTREE_BOOTLOADER ?= "u-boot"
4 4
5EXTRA_IMAGEDEPENDS_append_sota = " acer-bootfiles" 5EXTRA_IMAGEDEPENDS:append:sota = " acer-bootfiles"
6IMAGE_BOOT_FILES_sota = "bootfiles/*" 6IMAGE_BOOT_FILES:sota = "bootfiles/*"
7OSTREE_KERNEL_ARGS ?= "ramdisk_size=16384 root=/dev/ram0 rw rootfstype=ext4 rootwait rootdelay=2 ostree_root=/dev/mmcblk0p2 console=ttyO0,115200n8l" 7OSTREE_KERNEL_ARGS ?= "ramdisk_size=16384 root=/dev/ram0 rw rootfstype=ext4 rootwait rootdelay=2 ostree_root=/dev/mmcblk0p2 console=ttyO0,115200n8l"
8 8
9IMAGE_INSTALL_append_sota = " uim iw wl18xx-calibrator wlconf wl18xx-fw hostapd wpa-supplicant" 9IMAGE_INSTALL:append:sota = " uim iw wl18xx-calibrator wlconf wl18xx-fw hostapd wpa-supplicant"
10 10
11PREFERRED_VERSION_linux-ti-staging_sota = "4.4.54+gitAUTOINC+ecd4eada6f" 11PREFERRED_VERSION_linux-ti-staging:sota = "4.4.54+gitAUTOINC+ecd4eada6f"
12 12
13KERNEL_EXTRA_ARGS_append_sota = " LOADADDR=${UBOOT_ENTRYPOINT}" 13KERNEL_EXTRA_ARGS:append:sota = " LOADADDR=${UBOOT_ENTRYPOINT}"
14 14
15VIRTUAL-RUNTIME_net_manager_sota = "systemd" 15VIRTUAL-RUNTIME_net_manager:sota = "systemd"