summaryrefslogtreecommitdiffstats
path: root/configs/raspberrypi3_64_defconfig
Commit message (Collapse)AuthorAgeFilesLines
* configs/raspberrypi*: bump kernel version to 83b36f98e1Peter Seiderer2019-01-271-1/+1
| | | | | | | Now based on 4.14.95 (from 4.14.91). Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/raspberrypi*: bump kernel version to 4c5aec7827Peter Seiderer2019-01-061-1/+1
| | | | | | | Now based on 4.14.91 (from 4.14.74). Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/raspberrypi*: bump kernel version to 6d27aa156cPeter Seiderer2018-10-151-1/+1
| | | | | | | Now based on 4.14.74 (from 4.14.39). Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/raspberrypi3_64_defconfig: add support for rpi3b+Martin Bark2018-05-201-1/+1
| | | | | | | The kernel now includes the rpi3b+ device tree for aarch64 Signed-off-by: Martin Bark <martin@barkynet.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* configs/raspberrypi*: bump kernel versionMartin Bark2018-05-201-1/+1
| | | | | | | Now based on 4.14.39 (from 4.14.29) Signed-off-by: Martin Bark <martin@barkynet.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* configs/raspberrypi*: bump kernel versionMartin Bark2018-04-061-3/+3
| | | | | | | | | Now based on 4.14.29 (from 4.9.79) Signed-off-by: Martin Bark <martin@barkynet.com> [Thomas: adjusted on top of Yann E. Morin changes to use a tarball instead of a git clone.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* configs: switch to a wget download for kernels on githubYann E. MORIN2018-04-021-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | The linux git trees on github can be huge, and takes a long time to download, which is not very nice nor convenient for newcomers. Switch them to using a wget, with the github macro. A nice side effect of this conversion, is that we no longer need to wait for the git clone to finish to notice that the ref is gone; doing a wget will instantly fail in that case. Mechanical patch, obtained by running (hang-on tight): $ sed -r -i -e 's/BR2_LINUX_KERNEL_CUSTOM_GIT/BR2_LINUX_KERNEL_CUSTOM_TARBALL/; /BR2_LINUX_KERNEL_CUSTOM_REPO_URL/N; s:BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https\://github.com/([^/]+)/(.+)"\nBR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="(.+)":BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,\1,\2,\3)/linux-\3.tar.gz":; s/(call github.*)\.git/\1/;' $(grep -l 'BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com' configs/*) olimex_a20_olinuxino_lime_mali had a comment in between, so it was manually fixed thereafter; that comment was also moved. Except for socrates_cyclone5 which did not work previously (missing tag in git tree?), all the affected defconfigs still download their sources. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* configs/raspberrypi*: bump kernel versionMario Lang2018-02-031-1/+1
| | | | | | | Now based on 4.9.79 (from 4.9.66). Signed-off-by: Mario Lang <mlang@blind.guru> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/raspberrypi*: bump kernel versionMario Lang2017-12-061-1/+1
| | | | | | | Now based on 4.9.66 (from 4.9.52). Signed-off-by: Mario Lang <mlang@blind.guru> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/raspberrypi*: bump kernel versionPeter Korsgaard2017-10-011-1/+1
| | | | | | Now based on 4.9.52 (from 4.9.36). Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/raspberrypi3_64_defconfig: bump kernel version to 4.9.36Martin Bark2017-07-151-1/+1
| | | | | Signed-off-by: Martin Bark <martin@barkynet.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* fs/ext2: rename BR2_TARGET_ROOTFS_EXT2_BLOCKS to BR2_TARGET_ROOTFS_EXT2_SIZESamuel Martin2017-07-091-1/+1
| | | | | | | | | | | | | | This change deprecates the ext2/3/4 rootfs size in blocks symbol in favor of one that mimic the fs-size argument behavior of mkfs (i.e. size in a human readable format accepting k, m, g or t suffix or their upper-case variants). This change also updates the defconfigs that used to set BR2_TARGET_ROOTFS_EXT2_BLOCKS symbol. Signed-off-by: Samuel Martin <s.martin49@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs: add raspberrypi3 64bits defconfigGaël PORTAY2017-05-041-0/+37
This configuration builds a 64bit image for RaspberryPi 3. The size of the ext4 filesystem has to be extended to fit the large amount (~60MB) of kernel modules enabled in the defconfig. [Peter: drop gcc version selection / glibc, explain ext4 size requirement] Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com> Tested-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud