Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] Fix building initramfs kernel with appended dtb
@ 2013-07-31 14:31 Nathan Ford
  2013-07-31 15:04 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Nathan Ford @ 2013-07-31 14:31 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Nathan Ford <nford@westpond.com>
---
 linux/linux.mk |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/linux/linux.mk b/linux/linux.mk
index 17e9838..9d29d9d 100644
--- a/linux/linux.mk
+++ b/linux/linux.mk
@@ -311,7 +311,8 @@ endif
 $(LINUX_DIR)/.stamp_initramfs_rebuilt: $(LINUX_DIR)/.stamp_target_installed $(LINUX_DIR)/.stamp_images_installed $(BINARIES_DIR)/rootfs.cpio
 	@$(call MESSAGE,"Rebuilding kernel with initramfs")
 	# Build the kernel.
-	$(TARGET_MAKE_ENV) $(MAKE) $(LINUX_MAKE_FLAGS) -C $(@D) $(LINUX_IMAGE_NAME)
+	$(TARGET_MAKE_ENV) $(MAKE) $(LINUX_MAKE_FLAGS) -C $(@D) $(LINUX_IMAGE_TARGET)
+	$(LINUX_APPEND_DTB)
 	# Copy the kernel image to its final destination
 	cp $(LINUX_IMAGE_PATH) $(BINARIES_DIR)
 	# If there is a .ub file copy it to the final destination
-- 
1.7.9.5

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

* [Buildroot] [PATCH] Fix building initramfs kernel with appended dtb
  2013-07-31 14:31 [Buildroot] [PATCH] Fix building initramfs kernel with appended dtb Nathan Ford
@ 2013-07-31 15:04 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2013-07-31 15:04 UTC (permalink / raw)
  To: buildroot

Dear Nathan Ford,

Humm, yes, maybe, but would it be possible to get a slightly more
verbose commit log that explains what is the problem and how you're
fixing it?

Thanks!

On Wed, 31 Jul 2013 10:31:53 -0400, Nathan Ford wrote:
> 
> Signed-off-by: Nathan Ford <nford@westpond.com>
> ---
>  linux/linux.mk |    3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/linux/linux.mk b/linux/linux.mk
> index 17e9838..9d29d9d 100644
> --- a/linux/linux.mk
> +++ b/linux/linux.mk
> @@ -311,7 +311,8 @@ endif
>  $(LINUX_DIR)/.stamp_initramfs_rebuilt: $(LINUX_DIR)/.stamp_target_installed $(LINUX_DIR)/.stamp_images_installed $(BINARIES_DIR)/rootfs.cpio
>  	@$(call MESSAGE,"Rebuilding kernel with initramfs")
>  	# Build the kernel.
> -	$(TARGET_MAKE_ENV) $(MAKE) $(LINUX_MAKE_FLAGS) -C $(@D) $(LINUX_IMAGE_NAME)
> +	$(TARGET_MAKE_ENV) $(MAKE) $(LINUX_MAKE_FLAGS) -C $(@D) $(LINUX_IMAGE_TARGET)
> +	$(LINUX_APPEND_DTB)
>  	# Copy the kernel image to its final destination
>  	cp $(LINUX_IMAGE_PATH) $(BINARIES_DIR)
>  	# If there is a .ub file copy it to the final destination



-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

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

end of thread, other threads:[~2013-07-31 15:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-31 14:31 [Buildroot] [PATCH] Fix building initramfs kernel with appended dtb Nathan Ford
2013-07-31 15:04 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox