diff --git a/sources/meta-clang b/sources/meta-clang index 12c3739c9..46e154f59 160000 --- a/sources/meta-clang +++ b/sources/meta-clang @@ -1 +1 @@ -Subproject commit 12c3739c9cc737ceb8a29bf7bbd848d3de4b8d17 +Subproject commit 46e154f597b2db2a57a183dadc4a03f59671dde3 diff --git a/sources/meta-freescale b/sources/meta-freescale index 0e0bd2a35..6cb493774 160000 --- a/sources/meta-freescale +++ b/sources/meta-freescale @@ -1 +1 @@ -Subproject commit 0e0bd2a3583520a79695fce3114ebe492bf50768 +Subproject commit 6cb49377476a39c4de9c223c07e1ad57df06427f diff --git a/sources/meta-openembedded b/sources/meta-openembedded index 32140218a..c50876061 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit 32140218a8026016687c7017a82113b0b45cf1a6 +Subproject commit c5087606145d991e2555401eacee5175a89edf92 diff --git a/sources/meta-yoe/conf/distro/yoe.inc b/sources/meta-yoe/conf/distro/yoe.inc index b06fe57b7..bec26117c 100644 --- a/sources/meta-yoe/conf/distro/yoe.inc +++ b/sources/meta-yoe/conf/distro/yoe.inc @@ -120,6 +120,8 @@ PREFERRED_PROVIDER_grub-efi-native ??= "grub-efi-native" PREFERRED_PROVIDER_u-boot-fw-utils ??= "libubootenv" PREFERRED_PROVIDER_u-boot ??= "u-boot" +PREFERRED_RPROVIDER_ssh ??= "openssh" + # This helps in using imx specific provider when building for imx platforms, otherwise # it uses the oe-core versions IMX_DEFAULT_BOOTLOADER ??= "u-boot" diff --git a/sources/meta-yoe/wic/yoe-sdimage.wks b/sources/meta-yoe/wic/yoe-sdimage.wks index a6daa95de..82141d5cf 100644 --- a/sources/meta-yoe/wic/yoe-sdimage.wks +++ b/sources/meta-yoe/wic/yoe-sdimage.wks @@ -4,8 +4,8 @@ # Boot env partition part --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --align 1024 --fixed-size 100 -# Main Rootfs partition (1G) -part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --fixed-size 1024 --align 4 +# Main Rootfs partition (2G) +part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --fixed-size 2048 --align 1024 # User data partition (1M) part /data --ondisk mmcblk --fstype=ext4 --label data --fixed-size 1 --align 4096