diff mbox series

[v2] deb to snap: add i2c-bcm2709 to initrd's kmods

Message ID 1539341196-26429-2-git-send-email-paolo.pisati@canonical.com
State New
Headers show
Series [v2] deb to snap: add i2c-bcm2709 to initrd's kmods | expand

Commit Message

Paolo Pisati Oct. 12, 2018, 10:46 a.m. UTC
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
---
 Makefile | 2 ++
 1 file changed, 2 insertions(+)

Comments

Kleber Sacilotto de Souza Oct. 12, 2018, 12:21 p.m. UTC | #1
On 10/12/18 12:46, Paolo Pisati wrote:
> Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
> ---
>  Makefile | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/Makefile b/Makefile
> index 4379a10..16d008e 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -78,6 +78,8 @@ all:
>  	fi
>  	mkdir -p chroot/etc/initramfs-tools/conf.d
>  	echo "COMPRESS=lzma" >chroot/etc/initramfs-tools/conf.d/ubuntu-core.conf
> +	# LP1794279: vc4-kms-v3d and hardware accelerated framebuffer support
> +	echo "i2c-bcm2708" > chroot/etc/initramfs-tools/modules
>  	$(ENV) chroot chroot apt-get -y update
>  	$(ENV) chroot chroot apt-get -y --allow-unauthenticated install initramfs-tools-ubuntu-core linux-firmware xz-utils
>  	mount --bind /proc chroot/proc
> 

Acked-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
Colin Ian King Oct. 12, 2018, 12:24 p.m. UTC | #2
On 12/10/18 11:46, Paolo Pisati wrote:
> Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
> ---
>  Makefile | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/Makefile b/Makefile
> index 4379a10..16d008e 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -78,6 +78,8 @@ all:
>  	fi
>  	mkdir -p chroot/etc/initramfs-tools/conf.d
>  	echo "COMPRESS=lzma" >chroot/etc/initramfs-tools/conf.d/ubuntu-core.conf
> +	# LP1794279: vc4-kms-v3d and hardware accelerated framebuffer support
> +	echo "i2c-bcm2708" > chroot/etc/initramfs-tools/modules
>  	$(ENV) chroot chroot apt-get -y update
>  	$(ENV) chroot chroot apt-get -y --allow-unauthenticated install initramfs-tools-ubuntu-core linux-firmware xz-utils
>  	mount --bind /proc chroot/proc
> 

Acked-by: Colin Ian King <colin.king@canonical.com>
diff mbox series

Patch

diff --git a/Makefile b/Makefile
index 4379a10..16d008e 100644
--- a/Makefile
+++ b/Makefile
@@ -78,6 +78,8 @@  all:
 	fi
 	mkdir -p chroot/etc/initramfs-tools/conf.d
 	echo "COMPRESS=lzma" >chroot/etc/initramfs-tools/conf.d/ubuntu-core.conf
+	# LP1794279: vc4-kms-v3d and hardware accelerated framebuffer support
+	echo "i2c-bcm2708" > chroot/etc/initramfs-tools/modules
 	$(ENV) chroot chroot apt-get -y update
 	$(ENV) chroot chroot apt-get -y --allow-unauthenticated install initramfs-tools-ubuntu-core linux-firmware xz-utils
 	mount --bind /proc chroot/proc