copy-overlay: document you need to ./build-buildroot afterwards

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-01-22 00:00:00 +00:00
parent a5790e0a39
commit 4a92813252
2 changed files with 20 additions and 9 deletions

View File

@@ -11,11 +11,7 @@ class Main(common.BuildCliFunction):
def __init__(self):
super().__init__(
description='''\
Copy our git tracked rootfs_overlay to the final generated rootfs_overlay
that also contains generated build outputs. This has the following advantages
over just adding that to BR2_ROOTFS_OVERLAY:
- also works for non Buildroot root filesystesms
- places everything in one place for a nice 9P mount
https://github.com/cirosantilli/linux-kernel-module-cheat#rootfs_overlay
''')
def build(self):