mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-25 01:07:01 +00:00
ARM Builds
This commit is contained in:
1
builds/armel/Makefile
Normal file
1
builds/armel/Makefile
Normal file
@@ -0,0 +1 @@
|
||||
include $(ONL)/make/pkg.mk
|
||||
1
builds/armel/rootfs/Makefile
Normal file
1
builds/armel/rootfs/Makefile
Normal file
@@ -0,0 +1 @@
|
||||
include $(ONL)/make/pkg.mk
|
||||
1
builds/armel/rootfs/PKG.yml
Normal file
1
builds/armel/rootfs/PKG.yml
Normal file
@@ -0,0 +1 @@
|
||||
!include $ONL/builds/any/rootfs/APKG.yml ARCH=armel
|
||||
2
builds/armel/rootfs/builds/.gitignore
vendored
Normal file
2
builds/armel/rootfs/builds/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*.d/
|
||||
manifest.json
|
||||
14
builds/armel/rootfs/builds/Makefile
Normal file
14
builds/armel/rootfs/builds/Makefile
Normal file
@@ -0,0 +1,14 @@
|
||||
include $(ONL)/make/config.armel.mk
|
||||
|
||||
#
|
||||
# Default to include all available powerpc platforms.
|
||||
# You override this with you own list or yaml file.
|
||||
#
|
||||
export PLATFORM_LIST=$(shell onlpm --list-platforms --arch armel --csv )
|
||||
|
||||
RFS_CONFIG := $(ONL)/builds/any/rootfs/$(ONL_DEBIAN_SUITE)/standard/standard.yml
|
||||
RFS_DIR := rootfs-armel.d
|
||||
RFS_CPIO := rootfs-armel.cpio.gz
|
||||
RFS_SQUASH := rootfs-armel.sqsh
|
||||
|
||||
include $(ONL)/make/rfs.mk
|
||||
1
builds/armel/swi/Makefile
Normal file
1
builds/armel/swi/Makefile
Normal file
@@ -0,0 +1 @@
|
||||
include $(ONL)/make/pkg.mk
|
||||
1
builds/armel/swi/PKG.yml
Normal file
1
builds/armel/swi/PKG.yml
Normal file
@@ -0,0 +1 @@
|
||||
!include $ONL/builds/any/swi/APKG.yml ARCH=armel
|
||||
1
builds/armel/swi/builds/.gitignore
vendored
Normal file
1
builds/armel/swi/builds/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
manifest.json
|
||||
3
builds/armel/swi/builds/Makefile
Normal file
3
builds/armel/swi/builds/Makefile
Normal file
@@ -0,0 +1,3 @@
|
||||
ROOTFS_PACKAGE := onl-rootfs
|
||||
include $(ONL)/make/config.armel.mk
|
||||
include $(ONL)/make/swi.mk
|
||||
Reference in New Issue
Block a user