]> code.ossystems Code Review - openembedded-core.git/commitdiff
classes: replace 'Poky' with 'OE-core'
authorKoen Kooi <koen@dominion.thruhere.net>
Mon, 30 Jan 2012 12:44:47 +0000 (13:44 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Feb 2012 14:58:45 +0000 (14:58 +0000)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
meta/classes/package.bbclass
meta/classes/package_rpm.bbclass
meta/classes/sanity.bbclass
meta/classes/staging.bbclass
meta/classes/toolchain-scripts.bbclass

index 45447e3b332ff0660d2775e1c7a6139c68bd5436..68a2539c6f6debc334f72e3fb02f03f43b857847 100644 (file)
@@ -690,7 +690,7 @@ python split_and_strip_files () {
                debuglibdir = "/usr/lib/debug"
                debugsrcdir = "/usr/src/debug"
        else:
-               # Original Poky, a.k.a. ".debug", style debug info
+               # Original OE-core, a.k.a. ".debug", style debug info
                debugappend = ""
                debugdir = "/.debug"
                debuglibdir = ""
index bac9de5ad42909107e3464474589cf0b142a7eec..a813c8b59c9b8201dafab87f439a3faefcab35c1 100644 (file)
@@ -359,7 +359,7 @@ package_install_internal_rpm () {
                done
        fi
 
-       #### Note: 'Recommends' is an arbitrary tag that means _SUGGESTS_ in Poky..
+       #### Note: 'Recommends' is an arbitrary tag that means _SUGGESTS_ in OE-core..
        # Add any recommended packages to the image
        # RPM does not solve for recommended packages because they are optional...
        # So we query them and tree them like the ATTEMPTONLY packages above...
@@ -720,7 +720,7 @@ python write_specfile () {
                                        splitrobsoletes = dep
 
                print_deps(splitrdepends,       "Requires", spec_preamble_bottom, d)
-               # Suggests in RPM are like recommends in Poky!
+               # Suggests in RPM are like recommends in OE-core!
                print_deps(splitrrecommends,    "Suggests", spec_preamble_bottom, d)
                # While there is no analog for suggests... (So call them recommends for now)
                print_deps(splitrsuggests,      "Recommends", spec_preamble_bottom, d)
@@ -811,7 +811,7 @@ python write_specfile () {
 
        print_deps(srcdepends,          "BuildRequires", spec_preamble_top, d)
        print_deps(srcrdepends,         "Requires", spec_preamble_top, d)
-       # Suggests in RPM are like recommends in Poky!
+       # Suggests in RPM are like recommends in OE-core!
        print_deps(srcrrecommends,      "Suggests", spec_preamble_top, d)
        # While there is no analog for suggests... (So call them recommends for now)
        print_deps(srcrsuggests,        "Recommends", spec_preamble_top, d)
@@ -960,7 +960,7 @@ python do_package_rpm () {
                outfile.write("\tprintf \"%s\\n\" ${line}\n")
                outfile.write("done\n")
 
-       # Poky dependencies a.k.a. RPM requires
+       # OE-core dependencies a.k.a. RPM requires
        outdepends = workdir + "/" + srcname + ".requires"
 
        try:
@@ -974,7 +974,7 @@ python do_package_rpm () {
        dependsfile.close()
        os.chmod(outdepends, 0755)
 
-       # Poky / RPM Provides
+       # OE-core / RPM Provides
        outprovides = workdir + "/" + srcname + ".provides"
 
        try:
index 53584eedf2bf59f36c2e3826c3d62f5abbaf68de..a02942875a6ee4279c508a5c91c31d5bfa388216 100644 (file)
@@ -5,7 +5,7 @@
 SANITY_REQUIRED_UTILITIES ?= "patch diffstat texi2html makeinfo svn bzip2 tar gzip gawk chrpath wget cpio"
 
 def raise_sanity_error(msg):
-    bb.fatal(""" Poky's config sanity checker detected a potential misconfiguration.
+    bb.fatal(""" OE-core's config sanity checker detected a potential misconfiguration.
     Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
     Following is the list of potential problems / advisories:
     
index 9c9df6af926bacd9ebbef14b7070770ae22c6160..66314a7ba8ff651de4a9285a93296c9fb800d4e1 100644 (file)
@@ -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))
 }
 
 
index 5cba403dc77cf525854b37af0e07bb1dc6899bfa..6fc9c1314b348840bd5febea448d58a7836bdfc9 100644 (file)
@@ -34,7 +34,7 @@ toolchain_create_sdk_env_script () {
 }
 
 # This function creates an environment-setup-script in the TMPDIR which enables
-# a Poky IDE to integrate with the build tree
+# a OE-core IDE to integrate with the build tree
 toolchain_create_tree_env_script () {
        script=${TMPDIR}/environment-setup-${MULTIMACH_TARGET_SYS}
        rm -f $script