All of lore.kernel.org
 help / color / mirror / Atom feed
* [rocko/master][PATCH 1/2] netboot-initrd: fix ROOTFS_POSTPROCESS_COMMAND missing separator
@ 2018-04-23 21:01 Denys Dmytriyenko
  2018-04-23 21:01 ` [rocko/master][PATCH 2/2] arago-core-tisdk-image: enable netboot-initrd on dra7xx-evm for dra71 lcard Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Denys Dmytriyenko @ 2018-04-23 21:01 UTC (permalink / raw)
  To: meta-arago

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 meta-arago-distro/recipes-bsp/netboot-initrd/netboot-initrd_0.0.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-arago-distro/recipes-bsp/netboot-initrd/netboot-initrd_0.0.1.bb b/meta-arago-distro/recipes-bsp/netboot-initrd/netboot-initrd_0.0.1.bb
index 0d0aaf0..e165d9a 100644
--- a/meta-arago-distro/recipes-bsp/netboot-initrd/netboot-initrd_0.0.1.bb
+++ b/meta-arago-distro/recipes-bsp/netboot-initrd/netboot-initrd_0.0.1.bb
@@ -40,7 +40,7 @@ IMAGE_LINGUAS = ""
 # To further reduce the size of the rootfs, remove the /boot directory from the final image
 # this is usually done by adding RDEPENDS_kernel-base = "" in the configuration file. In our case we can't use
 # this method. Instead we just wipe out the content of "/boot" before creating the image.
-ROOTFS_POSTPROCESS_COMMAND += 'empty_boot_dir'
+ROOTFS_POSTPROCESS_COMMAND += "empty_boot_dir; "
 empty_boot_dir () {
 	rm -rf ${IMAGE_ROOTFS}/boot/*
 }
-- 
2.7.4



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

* [rocko/master][PATCH 2/2] arago-core-tisdk-image: enable netboot-initrd on dra7xx-evm for dra71 lcard
  2018-04-23 21:01 [rocko/master][PATCH 1/2] netboot-initrd: fix ROOTFS_POSTPROCESS_COMMAND missing separator Denys Dmytriyenko
@ 2018-04-23 21:01 ` Denys Dmytriyenko
  0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2018-04-23 21:01 UTC (permalink / raw)
  To: meta-arago

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 meta-arago-distro/recipes-core/images/arago-core-tisdk-image.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.inc b/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.inc
index 08e101d..7806337 100644
--- a/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.inc
+++ b/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.inc
@@ -32,6 +32,9 @@ DTB_FILTER_omapl138 = "da850"
 # List of target side images to build for the SDK
 TARGET_IMAGES = "arago-base-tisdk-image tisdk-rootfs-image"
 
+# dra71 lcard requires an initramfs with modules for NFS boot
+TARGET_IMAGES_append_dra7xx-evm = " netboot-initrd"
+
 # Some devices do not support display and use a server image instead
 TARGET_IMAGES_keystone = "arago-base-tisdk-image tisdk-server-rootfs-image tisdk-server-extra-rootfs-image"
 TARGET_IMAGES_omapl138 = "arago-base-tisdk-image tisdk-server-rootfs-image tisdk-server-extra-rootfs-image"
-- 
2.7.4



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

end of thread, other threads:[~2018-04-23 21:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-23 21:01 [rocko/master][PATCH 1/2] netboot-initrd: fix ROOTFS_POSTPROCESS_COMMAND missing separator Denys Dmytriyenko
2018-04-23 21:01 ` [rocko/master][PATCH 2/2] arago-core-tisdk-image: enable netboot-initrd on dra7xx-evm for dra71 lcard Denys Dmytriyenko

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.