From cbc80483fedffe81c86449ea537b014269212985 Mon Sep 17 00:00:00 2001 From: Jeffrey Townsend Date: Tue, 25 Dec 2018 17:03:25 +0000 Subject: [PATCH] Don't overwrite the PLATFORM_LIST. --- builds/armel/rootfs/builds/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/builds/armel/rootfs/builds/Makefile b/builds/armel/rootfs/builds/Makefile index 46d1ce72..a83c7d3e 100644 --- a/builds/armel/rootfs/builds/Makefile +++ b/builds/armel/rootfs/builds/Makefile @@ -4,7 +4,9 @@ include $(ONL)/make/config.armel.mk # Default to include all available powerpc platforms. # You override this with you own list or yaml file. # +ifndef PLATFORM_LIST export PLATFORM_LIST=$(shell onlpm --list-platforms --arch armel --csv ) +endif RFS_CONFIG := $(ONL)/builds/any/rootfs/$(ONL_DEBIAN_SUITE)/standard/standard.yml RFS_DIR := rootfs-armel.d