From ae3184c96e3f0961de947fa97be89ec6bdd47fb0 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 30 Jan 2012 13:44:47 +0100 Subject: classes: replace 'Poky' with 'OE-core' (From OE-Core rev: 1fdcd32520a05465b0d54c062f28bac9cdf74a20) Signed-off-by: Koen Kooi Signed-off-by: Richard Purdie --- meta/classes/staging.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/classes/staging.bbclass') diff --git a/meta/classes/staging.bbclass b/meta/classes/staging.bbclass index 9c9df6af92..66314a7ba8 100644 --- a/meta/classes/staging.bbclass +++ b/meta/classes/staging.bbclass @@ -115,7 +115,7 @@ addtask do_populate_sysroot_setscene python () { if d.getVar('do_stage', True) is not None: - bb.fatal("Legacy staging found for %s as it has a do_stage function. This will need conversion to a do_install or often simply removal to work with Poky" % d.getVar("FILE", True)) + bb.fatal("Legacy staging found for %s as it has a do_stage function. This will need conversion to a do_install or often simply removal to work with OE-core" % d.getVar("FILE", True)) } -- cgit v1.2.3-54-g00ecf