Skip to content
Snippets Groups Projects
Commit 60cca8ae authored by Sjoerd Simons's avatar Sjoerd Simons
Browse files

Drop i.mx6 specialisations


I.mx6 is an important target but not the only arm target so drop the
various specialisations for it. The general images should be able to
boot on different SoC platforms as well

Signed-off-by: default avatarSjoerd Simons <sjoerd.simons@collabora.co.uk>
parent dc1f8ec2
No related branches found
Tags upstream/0.4.7
1 merge request!79Remove i.mx6 specific image
......@@ -90,11 +90,6 @@ actions:
source: overlays/initramfs-modules-amd64
{{ end }}
{{ if eq $architecture "armhf" }}
- action: overlay
source: overlays/initramfs-modules-imx6
{{ end }}
- action: overlay
source: overlays/minimal-dpkg-exclusions
......
......@@ -217,14 +217,6 @@ actions:
source: overlays/initramfs-modules-amd64
{{ end }}
{{ if eq $architecture "armhf" }}
- action: overlay
source: overlays/initramfs-modules-imx6
- action: overlay
source: overlays/pulseaudio-alternate-sample-rate-imx6
{{ end }}
- action: run
chroot: true
script: scripts/add-xdg-user-metadata.sh
......
MODULES=list
ext4
btrfs
sdhci-pltfm
sdhci-esdhc-imx
sdhci-pci
# On iMX6.q, the following error is visible preventing audio loopback
# to start
# W: [alsa-source-HiFi sgtl5000-0] alsa-source.c: Resume failed, couldn't restore original sample settings.
#
# Use this file to override the default value of alternate-sample-rate
# to match that of default-sample-rate
default-sample-format = s16le
default-sample-rate = 44100
alternate-sample-rate = 44100
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment