- Feb 26, 2011
-
-
Bruce Ashfield authored
Updating the meta SRCREV to grab this linux-yocto commit: meta: add crownbay BSP infrastructure Import the 2.6.34 crownbay infrastructure and update for the 2.6.37 kernel. This also brings in the feature/drm-emgd that the crownbay requires. Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Beth Flanagan authored
Munged a tab. Fixing Signed-off-by:
Beth Flanagan <elizabeth.flanagan@intel.com>
-
Beth Flanagan authored
License parser should use & not , Signed-off-by:
Beth Flanagan <elizabeth.flanagan@intel.com>
-
Beth Flanagan authored
Fix to my bad license parsing. Also added the MIT generic license files. Signed-off-by:
Beth Flanagan <elizabeth.flanagan@intel.com>
-
Saul Wold authored
Signed-off-by:
Saul Wold <sgw@linux.intel.com>
-
Jingdong Lu authored
Because of the error path in FILES_${PN} we got nothing in libxml-parser-perl package. Romove "FILES_${PN}" [sgw Bump PR] Signed-off-by:
Jingdong Lu <jingdong.lu@windriver.com> Signed-off-by:
Saul Wold <sgw@linux.intel.com>
-
Jingdong Lu authored
In order to install and run LSB test cases we should add some necessary packages name into task-poky-lsb for lsb image. [sgw: modified the perl and python lists to use the core -modules, removed mesa-dri] Signed-off-by:
Jingdong Lu <jingdong.lu@windriver.com> Signed-off-by:
Saul Wold <sgw@linux.intel.com>
-
Mark Hatle authored
Add the missing macro.prelink file... Signed-off-by:
Mark Hatle <mark.hatle@windriver.com>
-
Beth Flanagan authored
LICENSE parsing was missing some cases. Fixed Signed-off-by:
Beth Flanagan <elizabeth.flanagan@intel.com>
-
Scott Garman authored
This fixes the following errors during do_install on hosts which have latex and/or dvips installed: fmt_latex2e::postASP: LaTeX first run problem. Aborting ... dvips: ! DVI file can't be opened. Our goal is to have native versions of these tools eventually. Until then, disable these parts of the documentation install process. This fixes [BUGID #774]. Signed-off-by:
Scott Garman <scott.a.garman@intel.com>
-
Saul Wold authored
file-native needs a wrapper to pass the correct path to the magic.mgc file This was found to be the case when sstate-cache is used because file hardcodes the path to the magic.mgc file. [BUGID #775] Signed-off-by:
Saul Wold <sgw@linux.intel.com>
-
Saul Wold authored
Add a new create_cmdline_wrapper() function that takes cmdline options for commands that need different directories Related to [BUGID #775 Signed-off-by:
Saul Wold <sgw@linux.intel.com>
-
- Feb 25, 2011
-
-
Mark Hatle authored
The rpm-dbg package split was specified incorrectly in the recipe, correct this so we generate the proper -dbg file. Signed-off-by:
Mark Hatle <mark.hatle@windriver.com>
-
Mark Hatle authored
RPM has the ability to validate files that have been prelinked, however the necessary configuration and staging was not done properly. Resolve this issue by fixing the macro paths, providing the missing RPM macro, and correcting a defect in the way the prelink image class was working with the necessary configuration file. Signed-off-by:
Mark Hatle <mark.hatle@windriver.com>
-
Mark Hatle authored
[BUG #756] Fix bug #756. The rootfs contains a control file /etc/rpm/platform that specifies the default system platform, as well as patterns for compatible architectures. This file was not being setup properly due to a misunderstanding of the format in a previous patch. Signed-off-by:
Mark Hatle <mark.hatle@windriver.com>
-
Bruce Ashfield authored
Fixes [BUGID: 773] This consolidated SRCREV update addresses the following items: - updates to 2.6.37.2 - updates the routerstation pro configuration for USB mass storage - merges the PERF no scripting patch into the kernel tree Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Joshua Lock authored
Remove a spurious signal emission which resulted in two progress dialogs being shown after changing the machine. Signed-off-by:
Joshua Lock <josh@linux.intel.com>
-
Richard Purdie authored
package.bbclass: Rewrite package_do_filedeps() to reduce the amount of subprocesses created and improve speed Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Richard Purdie authored
Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Richard Purdie authored
Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Richard Purdie authored
Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Mark Hatle authored
Refactor the function to eliminate additional interations/walks of the filesystem.. Elimiate multiple runs of the external 'file' command as well. Signed-off-by:
Mark Hatle <mark.hatle@windriver.com>
-
Mark Hatle authored
We now support two styles of debug information generation, the '.debug' style, which is the same as previously implemented. This style simply splits the debug information and makes it available in the same general directory. /bin/foo -> /bin/.debug/foo The new 'debug-file-directory' style splits the debug information and places it into the single debug-file-directory, /usr/lib/debug: /bin/foo -> /usr/lib/debug/bin/foo.debug Both also find and copy all referenced source code to a new /usr/src/debug directory. This allows the -dbg files to be used for stand-a-lone debugging on or off the target device. File stripping is now handled as a seperate operation from file splitting. This allows us to split the debug information, but also leave it in the original file -- or prevent the debug information from being split. Also enhance the comments within local.conf.sample to provide a better understanding of the control the user has over debug file generation. Signed-off-by:
Mark Hatle <mark.hatle@windriver.com>
-
Saul Wold authored
Signed-off-by:
Saul Wold <sgw@linux.intel.com>
-
Richard Purdie authored
A file we're copying might be on a readonly filesystem so if we can already read it, don't try and add read permission. Fixes BUGID #771 in Yocto. Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Scott Rifenbark authored
Added "Copyright 2010-2011 Linux Foundation" under the title. For now this will have to do. Once we get the converted website up I would like to see all manuals displayed as HTML files within the context of the site layout. At that point we can have a copyright and trademark stuff in a persistent footer. [BUGID #696] Signed-off-by:
Scott Rifenbark <scott.m.rifenbark@intel.com>
-
Scott Rifenbark authored
Changed the copyright date from "2010" to "2010-2011". Signed-off-by:
Scott Rifenbark <scott.m.rifenbark@intel.com>
-
Scott Rifenbark authored
Changed copyright date from "2010" to "2010-2011" Signed-off-by:
Scott Rifenbark <scott.m.rifenbark@intel.com>
-
Scott Rifenbark authored
Changed the copyright upper date from 2010 to 2011. Signed-off-by:
Scott Rifenbark <scott.m.rifenbark@intel.com>
-
Beth Flanagan authored
Removing Emenlow from poky core as it is now in meta-intel as a BSP layer [BUGID #769] Signed-off-by:
Beth Flanagan <elizabeth.flanagan@intel.com>
-
Scott Garman authored
Previously we mistakenly assumed that any argument which contained *-image-* was the name of a rootfs image file. This allows nfs directory paths to work correctly when they contain this substring. This fixes [BUGID #743] Signed-off-by:
Scott Garman <scott.a.garman@intel.com>
-
Scott Garman authored
Added popt to DEPENDS. This fixes the following build error: apps/luserdel.c:25:18: fatal error: popt.h: No such file or directory Remove patch and configure flag which had disabled doc generation Add docbook-utils-native and linuxdoc-tools-native to DEPENDS This fixes [BUGID #213] Signed-off-by:
Scott Garman <scott.a.garman@intel.com>
-
Scott Garman authored
This package includes utilities such as sgml2html and sgml2txt, which are used by other packages (e.g, libuser) for building documentation. Signed-off-by:
Scott Garman <scott.a.garman@intel.com>
-
Richard Purdie authored
[BUGID #176] Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Richard Purdie authored
Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-
Dongxiao Xu authored
When doing package split, we use hard link instead of copy, which can save about 10% disk space when building poky-image-minimal. If fail, it will fall back to the copyfile function. [Updated by Richard to use os.link and avoid an exec() call per file] Signed-off-by:
Dongxiao Xu <dongxiao.xu@intel.com>
-
Joshua Lock authored
Signed-off-by:
Joshua Lock <josh@linux.intel.com>
-
Joshua Lock authored
To raise the ShellSyntaxError we need to import it's module and reference it by namespace. Signed-off-by:
Joshua Lock <josh@linux.intel.com>
-
Richard Purdie authored
Signed-off-by:
Richard Purdie <richard.purdie@linuxfoundation.org>
-