mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 11:41:35 +01:00
copy-overlay: document you need to ./build-buildroot afterwards
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user