From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH OSSTEST v2 02/20] mg-debian-installer-update: Include any device tree blobs in the tftp dir Date: Wed, 29 Oct 2014 10:41:24 +0000 Message-ID: <1414579302-6692-2-git-send-email-ian.campbell@citrix.com> References: <1414579268.29975.13.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1414579268.29975.13.camel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: ian.jackson@eu.citrix.com Cc: Ian Campbell , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org We will need to supply these for some arm boards. We provide both an unpacked version, which can be referenced via u-boot's support for the "fdtdir" property in pxelinux.cfg and a tarball which is more convenient for installing into the target filesystem on host install Signed-off-by: Ian Campbell Acked-by: Ian Jackson --- mg-debian-installer-update | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mg-debian-installer-update b/mg-debian-installer-update index b964f95..4e1da8a 100755 --- a/mg-debian-installer-update +++ b/mg-debian-installer-update @@ -130,6 +130,10 @@ if [ $arch = armhf ]; then |pax -x sv4cpio -s '%lib%/lib%' -d -w >../cpio; cd .. gzip -9f cpio mv cpio.gz armmp.cpio.gz + rm -rf dtbs/ + mkdir dtbs/ + mv x/usr/lib/linux-image-*-armmp/*.dtb dtbs/ + tar -caf dtbs.tar.gz dtbs rm -rf x fi -- 2.1.1