Update the sample configuration file to use OS_DEVELOPMENT instead of
DEVELOPMENT_IMAGE.
Change-type: patch
Changelog-entry: meta-balena-allwinner: update local.conf.sample
Signed-off-by: Mark Corbin <mark@balena.io>
* Both CONFIG_USB_SERIAL and CONFIG_USB_SERIAL_PL2303 are now built-in
in the meta-balena kernel class.
* Add dependencies for CONFIG_DRM_SUN8I_DW_HDMI
* CONFIG_CONFIGFS_FS is already built-in in defconfig, so cannot force it
to build a module
Changelog-entry: linux-mainline: Remove config check warnings
Signed-off-by: Alex Gonzalez <alexg@balena.io>
This meta-balena package replaces the custom brcm43362 removed in the
previous commit.
Changelog-entry: packagegroup-balena-connectivity: Add linux-firmware-bcm43362
Signed-off-by: Alex Gonzalez <alexg@balena.io>
Update balena-yocto-scripts from 1.11.0 to 1.14.9
Changelog-entry: Update balena-yocto-scripts from v1.11.0 to v1.14.9
Signed-off-by: Alex Gonzalez <alexg@balena.io>
This allows to add nested changelogs from the balena-yocto-scripts repository
from version >= 1.14.1
Change-type: patch
Changelog-entry: Add balena-yocto-scripts upstream source
Signed-off-by: Alex Gonzalez <alexg@balena.io>
Update balena-yocto-scripts from 1.8.0 to 1.11.0
Changelog-entry: Update balena-yocto-scripts from v1.8.0 to v1.11.0
Signed-off-by: Kyle Harding <kyle@balena.io>
Update meta-balena from 2.53.9 to 2.60.1
Changelog-entry: Update meta-balena from v2.53.9 to v2.60.1
Signed-off-by: Alexandru Costache <alexandru@balena.io>
Update meta-balena from 2.51.2 to 2.53.9
Changelog-entry: Update meta-balena from v2.51.2 to v2.53.9
Signed-off-by: Vicentiu Galanopulo <vicentiu@balena.io>
When booting the Nano PI Neo Air we got
Loading Kernel Image ... Image too large: increase CONFIG_SYS_BOOTM_LEN
Must RESET board to recover
Increased CONFIG_SYS_BOOTM_LEN to 64M to fix the error
Signed-off-by: Vicentiu Galanopulo <vicentiu@balena.io>
Update the meta-balena submodule from 2.48.0 to 2.51.2
Changelog-entry: Update meta-balena from v2.48.0 to v2.51.2
Signed-off-by: Florin Sarbu <florin@balena.io>
For now we remove references to armbianEnv.txt since we do not add this
file anymore through the armbian patches. Users wanting to make use of
dtb overlays can do it from their container through the configfs interface.
Signed-off-by: Florin Sarbu <florin@balena.io>
The upstream kernel reworked how dtbs are generated:
https://github.com/torvalds/linux/commit/
37c8a5fafa3bb7dcdd51774be353be6cb2912b86
This broke how we built the dtb overlays from yocto so let's do a
partial revert of the above upstream kernel commit so we can still build
the overlays in the same way.
Signed-off-by: Florin Sarbu <florin@balena.io>
This patch needs to be redone for the newer kernel the BSP layer now
has. We'll just make sure we remove the BSP version and add the reworked
one.
Signed-off-by: Florin Sarbu <florin@balena.io>