build-setup: Add target for witherspoon-128
Witherspoon-128 is a Power system under the witherspoon meta layer,
similar to witherspoon but with some hardware configuration differences
such as 128MB SPI NOR flash chips.
Change-Id: I9b3db8aaa8e0bed12244de6ac4d39f45185b2ecd
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
diff --git a/build-setup.sh b/build-setup.sh
index 344a6d8..3dbe9c0 100755
--- a/build-setup.sh
+++ b/build-setup.sh
@@ -128,6 +128,10 @@
witherspoon)
LAYER_DIR="meta-ibm/meta-witherspoon"
;;
+ witherspoon-128)
+ LAYER_DIR="meta-ibm/meta-witherspoon"
+ MACHINE="witherspoon-128"
+ ;;
evb-ast2500)
LAYER_DIR="meta-evb/meta-evb-aspeed/meta-evb-ast2500"
;;