mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 20:43:02 +02:00
6a5ce15fc01ef0adf7a074e3527ea6372a44c473
This is a workaround for the following code in ifupdown/template.py:37
that throw the exception with python-mako >= 1.2.0:
try:
self.logger.debug('setting template lookuppath to %s'
template_lookuppath)
lc = utils.importName('mako.lookup', 'TemplateLookup')
self.tclassargs['lookup'] = lc(
directories=template_lookuppath.split(':'))
except Exception as e:
self.logger.warning('unable to set template lookup path'
' %s (%s): are you sure \'python3-mako\''
'is installed?'
% (template_lookuppath, str(e)))
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
Infix is an embedded Linux Network Operating System (NOS) based on Buildroot, Finit, and ifupdown2.
Hardware
aarch64
By default, Infix builds with support for the following boards (you may enable additional boards in the config, of course):
- Marvell CN-9130 CRB
- Marvell EspressoBIN
- Microchip SparX-5i PCB135 (eMMC)
See the aarch64 specific documentation for more information.
amd64
Primarily intended to be run under QEMU for development & test as well as evaluation purposes.
QEMU
A virtualized instance can easily be launched by issuing make run.
Some settings, e.g. networking, can be configured via make menuconfig under External options -> QEMU virtualization.
Description
Mirror av kernelkit/infix
aarch64buildroot-externalbuildroot-external-treeembedded-linuximmutablelinuxmarvellmicrochiprisc-vsecurityx86-64
Readme
45 MiB
Languages
Python
36.9%
C
16.3%
Go
16.1%
HTML
13.5%
Shell
8.2%
Other
8.9%