mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-30 05:24:25 +01:00
bak
This commit is contained in:
@@ -6,7 +6,7 @@ import shutil
|
||||
|
||||
import common
|
||||
|
||||
class CopyOverlayComponent(common.Component):
|
||||
class CopyOverlayComponent(common.BuildComponent):
|
||||
def do_build(self, args):
|
||||
distutils.dir_util.copy_tree(
|
||||
common.rootfs_overlay_dir,
|
||||
@@ -26,4 +26,4 @@ over just adding that to BR2_ROOTFS_OVERLAY:
|
||||
}
|
||||
|
||||
if __name__ == '__main__':
|
||||
CopyOverlayComponent().build()
|
||||
CopyOverlayComponent().main()
|
||||
|
||||
Reference in New Issue
Block a user