summaryrefslogtreecommitdiff
path: root/packages/python/python-openmoko
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-05-05 07:43:37 +0000
committerKoen Kooi <koen@openembedded.org>2008-05-05 07:43:37 +0000
commitbe4de7f821a9438b3e7c704f44fe04bf55732af4 (patch)
treeeb9c728d127f2a055216289bba46d40282011962 /packages/python/python-openmoko
parent8e89cb9e2a406a3f7160b10163b1a500450079a3 (diff)
various machines: TARGET_FPU is policy, remove it from machines
Diffstat (limited to 'packages/python/python-openmoko')
0 files changed, 0 insertions, 0 deletions
pstream repository. As part of the uprev all of the previous changes required for the yocto kernel tools to use git to manipulate series files have been dropped. These changes were specific to circumventing parts of guilt's internal santiy checking to allow specific Yocto kernel manipluation of sub-series files. Since the kernel tools no longer need guilt, we can use an up to date and nearly pure upstream version of guilt. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2013-02-04guilt: remove GIT_EXEC_BASE exportBruce Ashfield1 git-core provides the following routines (among others): git-sh-setup, cd_to_toplevel, die, and more. But it is not always in the same location relative to the guilt binary if git is not part of a 'host tools' sysroot. Modern git versions don't need this, so commenting it out (until it breaks again) is the solution to the problem of it not existing, and the library routines will sourced and provided by git itself. Since bitbake.conf has git-native as ASSUME_PROVIDED, this means that when the system git binary is used, errors such as this can be seen in failed patch logs: | /opt/poky/build/tmp/sysroots/x86_64-linux/usr/bin/guilt: line 29: /opt/poky/build/tmp/sysroots/x86_64-linux/usr/bin/../libexec/git-core/git-sh-setup: No such file or directory | /opt/poky/build/tmp/sysroots/x86_64-linux/usr/bin/guilt: line 717: cd_to_toplevel: command not found | error: patch failed: Makefile:2 | error: Makefile: patch does not apply | /opt/poky/build/tmp/sysroots/x86_64-linux/usr/bin/guilt-push: line 137: die: command not found | [ERROR] unable to complete push | pending patches are: | /opt/poky/build/tmp/sysroots/x86_64-linux/usr/bin/guilt: line 29: /opt/poky/build/tmp/sysroots/x86_64-linux/usr/bin/../libexec/git-core/git-sh-setup: No such file or directory | /opt/poky/build/tmp/sysroots/x86_64-linux/usr/bin/guilt: line 29: /opt/poky/build/tmp/sysroots/x86_64-linux/usr/bin/../libexec/git-core/git-sh-setup: No such file or directory | links/linux-yocto-custom/0001-linux-version-tweak.patch | ERROR. could not update git tree With the export removed, we have a normal "clean" failure message when the sysroot or system git is used. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> 2013-01-18guilt: add git 1.8.x supportBruce Ashfield2 Updating guilt to allow git 1.8.x as a supported version. This version has no impact on other functionality within the scripts, so no other adjustments are necessary. [YOCTO #3275] Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2012-11-19guilt: change upstream tgz locationBruce Ashfield1 The kernel.org mirror of the guilt tarball has been missing for a while and the yocto mirrors have been keeping builds working. Switching to a debian upstream is better than solely relying on the yocto mirrors for serving the tgz. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> 2012-02-26More quoting fixesMartin Jansa1 * We have various variables which are either not quoted at all or are half quoted. This patch fixes the bad exmaples so everything is consistent. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2012-01-05Patch Upstream-Status UpdateSaul Wold12 Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2011-10-06guilt-native: Add SRC_URI ChecksumsSaul Wold1 Signed-off-by: Saul Wold <sgw@linux.intel.com> 2011-05-17guilt-native: eliminate hardcoded "/usr" in do_installPhil Blundell1 For some reason guilt-native seems to have gone out of its way to refer explicitly to /usr, which breaks on micro. Let's use ${prefix} instead. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2011-03-23Various: Update KERNELORG_MIRROR for consistencyTom Rini1 In mirrors.bbclass we point into /pub but we don't in bitbake.conf. All uses of KERNELORG_MIRROR look into /pub anyhow, so lets make use of that. Signed-off-by: Tom Rini <tom_rini@mentor.com> 2011-03-23Various: Switch to KERNELORG_MIRRORTom Rini1 Signed-off-by: Tom Rini <tom_rini@mentor.com> 2010-12-23guilt: add LIC_FILES_CHKSUMSaul Wold1 Signed-off-by: Saul Wold <sgw@linux.intel.com>