From 10967d52c98ce819bcff6cb120e6b4b5b30cb77f Mon Sep 17 00:00:00 2001 From: Rob Sherwood Date: Wed, 12 Apr 2017 09:58:31 -0700 Subject: [PATCH] Removed old info from Building.md (#189) There was ONL1.0 info in this document. Removed and updated. --- docs/Building.md | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/docs/Building.md b/docs/Building.md index f4c02f7a..9261449e 100644 --- a/docs/Building.md +++ b/docs/Building.md @@ -105,29 +105,10 @@ Adding/Removing packages from a SWI: The list of packages for a given SWI are in - $ONL/packages/base/any/rootfs/$suite/common/$ARCH-packages.yml # for $ARCH specific packages - $ONL/packages/base/any/rootfs/$suite/common/common-packages.yml # for $ARCH-independent packages + $ONL/builds/any/rootfs/jessie/common/*.yml -Build a software image (SWI) for all powerpc platforms: ------------------------------------------------------------- - #> cd $ONL/builds/powerpc/swi - #> make - #> cd builds - #> ls *.swi - ONL-2.0.0_ONL-OS_2015-12-12.0252-ffce159_PPC.swi - #> +The "all-base-packages.yml" file is for all architectures and the rest are architecture specific package lists. -Build an ONIE-compatible installer for all powerpc platforms. -This will incorporate the SWI you just built or build it dynamically if not. - -This installer image can be served to ONIE on Quanta or Accton platforms: ------------------------------------------------------------- - #> cd $ONL/builds/powerpc/installer/legacy - #> make - #> cd builds - #> ls *INSTALLER - ONL-2.0.0_ONL-OS_2015-12-12.0252-ffce159_PPC_INSTALLER - #> Example setup on new Debian 8.2 installation ------------------------------------------------------------