From 0f02b5c920163f12c0caee94ba57921730296ecd Mon Sep 17 00:00:00 2001 From: "d.marlin" Date: Mon, 13 Aug 2012 15:37:22 +0200 Subject: [PATCH] Add platforms to the treeinfo for Beaker support. --- share/arm.tmpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/share/arm.tmpl b/share/arm.tmpl index bf6eef95..699b8b4f 100644 --- a/share/arm.tmpl +++ b/share/arm.tmpl @@ -22,6 +22,9 @@ mkdir ${LIVEDIR} install ${runtime_img} ${LIVEDIR}/squashfs.img treeinfo stage2 mainimage ${LIVEDIR}/squashfs.img +# Add platforms to treeinfo for Beaker support. +treeinfo ${basearch} platforms highbank,imx,mvebu,omap,tegra + ## install kernels mkdir ${KERNELDIR} %for kernel in kernels: