From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Ceresoli Date: Tue, 29 Jan 2013 17:27:02 +0100 Subject: [Buildroot] [PATCH 1/5] Add a post-image script mechanism In-Reply-To: <1358363393-29977-2-git-send-email-thomas.petazzoni@free-electrons.com> References: <1358363393-29977-1-git-send-email-thomas.petazzoni@free-electrons.com> <1358363393-29977-2-git-send-email-thomas.petazzoni@free-electrons.com> Message-ID: <5107F856.80100@lucaceresoli.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Thomas Petazzoni wrote: > Just like we have a post-build script mechanism that gets executed > after the build of all packages but before the creation of the > filesystem images, let's introduce a post-image script mechanism, that > gets executed once all filesystem images have been generated. > > This can for example be used to call a tool building a firmware image > from different images generated by Buildroot, or automatically extract > the tarball root filesystem image into some location exported by NFS, > or any other custom action. > > Signed-off-by: Thomas Petazzoni Acked-by: Luca Ceresoli