README: Drop a few word on instant-native-sysroot.bbclass

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2018-11-25 19:54:24 +01:00
parent ba8f135a76
commit 08b9ae2839

6
README
View File

@@ -58,7 +58,11 @@ appends:
classes:
* instant-remote-debug.bbclass: Create a sysroot for remote debugging -
OE-Core's suggested workflow is cumbersome for ad-hoc remote debugging.
Yocto's suggested workflows are cumbersome for ad-hoc remote debugging.
* instant-native-sysroot.bbclass: Native recipes inheriting this class
install everything necessary to run into a native sysroot. It's like a
quick & minimal native SDK. Currently gcc-cross and gdb-cross inherit this
class to enable instant remote debugging.
* user-with-full-skel.bbclass: Helper to populate /etc/skel in user's
home at image creation time.