mirror of
https://github.com/drasko/codezero.git
synced 2026-02-28 09:43:14 +01:00
Got the buildsystem to build multiple linux instances.
modified: config/configuration.py modified: config/projpaths.py modified: configure.py modified: scripts/linux/build_linux.py modified: scripts/linux/build_rootfs.py
This commit is contained in:
@@ -23,3 +23,9 @@ LINUXDIR = join(PROJROOT, 'conts/linux')
|
||||
LINUX_KERNELDIR = join(LINUXDIR, 'linux-2.6.28.10')
|
||||
LINUX_ROOTFSDIR = join(LINUXDIR, 'rootfs')
|
||||
|
||||
projpaths = { \
|
||||
'LINUX_ROOTFSDIR' : LINUX_ROOTFSDIR, \
|
||||
'LINUX_KERNELDIR' : LINUX_KERNELDIR, \
|
||||
'LINUXDIR' : LINUXDIR, \
|
||||
'BUILDDIR' : BUILDDIR, \
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user