Skip to content

Commit

Permalink
linux-yocto: enable BLK_DEV_NBD as preparation for streaming support
Browse files Browse the repository at this point in the history
The upcoming release of RAUC will come with built-in HTTP streaming
support. This requires BLK_DEV_NBD to be present in the kernel.
By default, this is currently compiled as a module but we do not ensure
this yet and it is simpler to have it compiled-in.

Signed-off-by: Enrico Jorns <ejo@pengutronix.de>
  • Loading branch information
ejoerns committed Mar 31, 2022
1 parent c642b61 commit 4429bd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes-kernel/linux/linux-yocto/rauc.cfg
Expand Up @@ -2,5 +2,6 @@ CONFIG_BLK_DEV_LOOP=y
CONFIG_SQUASHFS=y
CONFIG_MD=y
CONFIG_BLK_DEV_DM=y
CONFIG_BLK_DEV_NBD=y
CONFIG_DM_VERITY=y
CONFIG_CRYPTO_SHA256=y

0 comments on commit 4429bd1

Please sign in to comment.