mirror of
https://github.com/drasko/codezero.git
synced 2026-01-20 06:43:16 +01:00
Integrated building of posix images as a container
Issues: Some intermediate .elf files should not go into final container image. Perhaps those will be built with different or no extension
This commit is contained in:
@@ -5,7 +5,8 @@ import os, sys
|
||||
|
||||
arch = config.arch
|
||||
|
||||
sys.path.append('../../../../')
|
||||
sys.path.append('../../../')
|
||||
|
||||
from config.lib import *
|
||||
from tools.pyelf.lmanext import *
|
||||
|
||||
|
||||
Reference in New Issue
Block a user