Codebase list live-build / d324b1f
Drop iop32x and ixp4xx flavors on armel. They are gone with Linux 3.14. Raphaël Hertzog 9 years ago
2 changed file(s) with 21 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
0 live-build (3.0.5-1kali8) kali; urgency=medium
1
2 * Drop iop32x and ixp4xx flavors on armel. They are gone with Linux 3.14.
3
4 -- Raphaël Hertzog <[email protected]> Thu, 31 Jul 2014 09:30:18 +0200
5
06 live-build (3.0.5-1kali7) kali; urgency=medium
17
28 * Call binary_efi after binary_hooks to include the files after they have
0 Description: Update linux flavours for armhf
1 With newer kernels, only armmp armmp-lpae flavours are available. Kali
2 has linux 3.12 (or newer) and needs to use those instead.
0 Description: Update linux flavours for armhf/armel
1 With 3.12+ kernels, on armhf, only armmp / armmp-lpae flavours are
2 available. With Linux 3.14, armel lost the support of the iop32x and
3 ixp4xx flavors.
4 .
5 Kali has linux 3.14 (or newer) and needs to adapt to this.
36 Author: Raphaël Hertzog <[email protected]>
47
58 --- a/functions/defaults.sh
69 +++ b/functions/defaults.sh
7 @@ -681,8 +681,8 @@ Set_defaults ()
10 @@ -674,15 +674,15 @@ Set_defaults ()
11 *)
12 # armel will have special images: one rootfs image and many additional kernel images.
13 # therefore we default to all available armel flavours
14 - LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-iop32x ixp4xx kirkwood orion5x versatile}"
15 + LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-kirkwood orion5x versatile}"
16 ;;
17 esac
18 ;;
819
920 armhf)
1021 # armhf will have special images: one rootfs image and many additional kernel images.