All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit branch/next] configs/socrates_cyclone5: change over to current upstream releases
@ 2018-05-28 19:50 Thomas Petazzoni
  2018-06-01  9:22 ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2018-05-28 19:50 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=ef94c736ec460e56b82a5a45819f7adce787d488
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

Since all cyclone5 development changes are upstream, change over to an
upstream release of the Linux kernel and u-boot for buildroot.

Signed-off-by: Florian La Roche <Florian.LaRoche@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 configs/socrates_cyclone5_defconfig | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/configs/socrates_cyclone5_defconfig b/configs/socrates_cyclone5_defconfig
index 7995f9acfb..4c659263df 100644
--- a/configs/socrates_cyclone5_defconfig
+++ b/configs/socrates_cyclone5_defconfig
@@ -3,12 +3,12 @@ BR2_cortex_a9=y
 BR2_ARM_ENABLE_NEON=y
 BR2_ARM_ENABLE_VFP=y
 BR2_ARM_FPU_NEON=y
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_1=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_16=y
 BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
 BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/altera/socrates_cyclone5/genimage.cfg"
 BR2_LINUX_KERNEL=y
-BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,altera-opensource,linux-socfpga,rel_socfpga-4.1.33-ltsi_17.07.02_pr)/linux-rel_socfpga-4.1.33-ltsi_17.07.02_pr.tar.gz"
+BR2_LINUX_KERNEL_CUSTOM_VERSION=y
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.16.7"
 BR2_LINUX_KERNEL_DEFCONFIG="socfpga"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="socfpga_cyclone5_socrates"
@@ -16,9 +16,8 @@ BR2_TARGET_ROOTFS_EXT2=y
 BR2_TARGET_ROOTFS_EXT2_4=y
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
-BR2_TARGET_UBOOT_CUSTOM_GIT=y
-BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/altera-opensource/u-boot-socfpga.git"
-BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="v2017.07"
+BR2_TARGET_UBOOT_CUSTOM_VERSION=y
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2018.03"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="socfpga_socrates"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
 BR2_TARGET_UBOOT_FORMAT_IMG=y

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [git commit branch/next] configs/socrates_cyclone5: change over to current upstream releases
  2018-05-28 19:50 [Buildroot] [git commit branch/next] configs/socrates_cyclone5: change over to current upstream releases Thomas Petazzoni
@ 2018-06-01  9:22 ` Thomas Petazzoni
  2018-06-01 15:52   ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2018-06-01  9:22 UTC (permalink / raw)
  To: buildroot

Peter,

On Mon, 28 May 2018 21:50:47 +0200, Thomas Petazzoni wrote:
> commit: https://git.buildroot.net/buildroot/commit/?id=ef94c736ec460e56b82a5a45819f7adce787d488
> branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next
> 
> Since all cyclone5 development changes are upstream, change over to an
> upstream release of the Linux kernel and u-boot for buildroot.
> 
> Signed-off-by: Florian La Roche <Florian.LaRoche@googlemail.com>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>

I have applied this patch to next, but in fact I believe it should have
gone into master, as it should fix the build of the socrates_cyclone5
defconfig: https://gitlab.com/buildroot.org/buildroot/-/jobs/71727024.

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [git commit branch/next] configs/socrates_cyclone5: change over to current upstream releases
  2018-06-01  9:22 ` Thomas Petazzoni
@ 2018-06-01 15:52   ` Peter Korsgaard
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2018-06-01 15:52 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:

 > Peter,
 > On Mon, 28 May 2018 21:50:47 +0200, Thomas Petazzoni wrote:
 >> commit: https://git.buildroot.net/buildroot/commit/?id=ef94c736ec460e56b82a5a45819f7adce787d488
 >> branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next
 >> 
 >> Since all cyclone5 development changes are upstream, change over to an
 >> upstream release of the Linux kernel and u-boot for buildroot.
 >> 
 >> Signed-off-by: Florian La Roche <Florian.LaRoche@googlemail.com>
 >> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>

 > I have applied this patch to next, but in fact I believe it should have
 > gone into master, as it should fix the build of the socrates_cyclone5
 > defconfig: https://gitlab.com/buildroot.org/buildroot/-/jobs/71727024.

Ok, cherry picked for master as well, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-06-01 15:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-28 19:50 [Buildroot] [git commit branch/next] configs/socrates_cyclone5: change over to current upstream releases Thomas Petazzoni
2018-06-01  9:22 ` Thomas Petazzoni
2018-06-01 15:52   ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.