mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 04:01:36 +01:00
bench-boot: start convert to cli function
This commit is contained in:
3
build
3
build
@@ -1,6 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import platform
|
||||
import re
|
||||
import os
|
||||
|
||||
@@ -368,7 +367,7 @@ Which components to build. Default: qemu-buildroot
|
||||
}
|
||||
# E.g. on an ARM host, the package gcc-arm-linux-gnueabihf
|
||||
# is called just gcc.
|
||||
processor = platform.processor()
|
||||
processor = self.env['host_arch']
|
||||
if processor != 'arm':
|
||||
apt_get_pkgs.update({
|
||||
'gcc-arm-linux-gnueabihf',
|
||||
|
||||
Reference in New Issue
Block a user