From 08b9ae283926966dd67c179f9f240f833652a3e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 25 Nov 2018 19:54:24 +0100 Subject: [PATCH] README: Drop a few word on instant-native-sysroot.bbclass MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- README | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README b/README index de5ba3a..c0aa824 100644 --- a/README +++ b/README @@ -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.