summaryrefslogtreecommitdiff
path: root/classes/glibc-package.bbclass
AgeCommit message (Collapse)AuthorFiles
2010-04-26qemu: Move gcc version check, qemu-TARGET logic into qemu.bbclassJesse Gilles1
Move the logic to determine what qemu-TARGET to run into qemu.bbclass so we can check for the right binary in sanity.bbclass. This code was duplicated by glibc-package and eglibc-package anyhow and with the new fn we can clean up the usage in these classes a bit. Now that we have a class for qemu stuff, and the gcc check is just for qemu, move it there. Conflicts: classes/base.bbclass classes/sanity.bbclass
2009-11-20glibc-package.bbclass: Add support for precompiled glibc trees (from Poky)Richard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-20glibc-package.bbclass: Fix case PN = glibc and corrupts FILES variablesRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-20glibc: Separate out core glibc packaging functionality into a class which ↵Richard Purdie1
can be reused by external toolchains (from Poky) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>