mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2026-01-27 10:22:15 +00:00
Build for current suite.
This commit is contained in:
@@ -6,7 +6,7 @@ include $(ONL)/make/config.amd64.mk
|
||||
#
|
||||
export PLATFORM_LIST=$(shell onlpm --list-platforms --arch amd64 --csv )
|
||||
|
||||
RFS_CONFIG := $(ONL)/builds/any/rootfs/standard/standard.yml
|
||||
RFS_CONFIG := $(ONL)/builds/any/rootfs/$(ONL_DEBIAN_SUITE)/standard/standard.yml
|
||||
RFS_DIR := rootfs-amd64.d
|
||||
RFS_CPIO := rootfs-amd64.cpio.gz
|
||||
RFS_SQUASH := rootfs-amd64.sqsh
|
||||
|
||||
@@ -6,11 +6,9 @@ include $(ONL)/make/config.powerpc.mk
|
||||
#
|
||||
export PLATFORM_LIST=$(shell onlpm --list-platforms --arch powerpc --csv )
|
||||
|
||||
RFS_CONFIG := $(ONL)/builds/any/rootfs/standard/standard.yml
|
||||
RFS_CONFIG := $(ONL)/builds/any/rootfs/$(ONL_DEBIAN_SUITE)/standard/standard.yml
|
||||
RFS_DIR := rootfs-powerpc.d
|
||||
RFS_CPIO := rootfs-powerpc.cpio.gz
|
||||
RFS_SQUASH := rootfs-powerpc.sqsh
|
||||
|
||||
include $(ONL)/make/rfs.mk
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user