summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sat-solver: uprev to the latest versionMark Hatle2011-03-162-22/+18
| | | | | | | Upgrade to the latest git version. Also update the cmake.patch to enable debugging in all configurations. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* libzypp: Fix release queryMark Hatle2011-03-162-1/+23
| | | | | | | | | | Libzypp is looking for the "redhat-release" file and using that version number to help adjust the system version. This ensures that there is something on the system that returns a correct value. This patch is likely not necessary. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* rootfs_rpm.bbclass: Add additional system configuration to RPM spaceMark Hatle2011-03-161-0/+26
| | | | | | | | | | | The additional configuration should have been there from the beginning. The purpose of these config files is to have a consistent Berkeley DB configuration even if the underlying RPM version changes -- or the RPM macros change. This likely would not cause any problems until we attempted an upgrade of either BDB or RPM. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* oprofileui: upgrade to latest git version.Lianhao Lu2011-03-162-2/+2
| | | | | | [YOCTO #880] Upgrade to latest git version. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
* poky-image-basic: add ssh-server-openssh to IMAGE_FEATURESScott Garman2011-03-161-1/+1
| | | | Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* poky-image-lsb: add ssh-server-openssh to IMAGE_FEATURESScott Garman2011-03-163-3/+3
| | | | Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* poky-image.bbclass: add ssh-server-dropbear to SATO_IMAGE_FEATURESScott Garman2011-03-161-1/+1
| | | | Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* poky-image.bbclass: add new IMAGE_FEATURES for ssh serversScott Garman2011-03-161-1/+10
| | | | | | | Image recipes can now add their ssh server of choice by adding ssh-server-dropbear or ssh-server-openssh to IMAGE_FEATURES. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* task-poky-ssh-openssh: new task recipe for openssh sshScott Garman2011-03-161-0/+17
| | | | | | | This task can be used when IMAGE_FEATURES is set to ssh-server-openssh. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* task-poky-ssh-dropbear: new task recipe for dropbear sshScott Garman2011-03-161-0/+17
| | | | | | | This task can be used when IMAGE_FEATURES is set to ssh-server-dropbear. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* task-base, task-poky-basic, task-poky: Remove hard-coded references to dropbearScott Garman2011-03-163-11/+3
| | | | | | | This is the first step in refactoring the SSH server selection to be done in IMAGE_FEATURES instead of as hardcoded in these tasks. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* slang: export INST_LIB_DIR to fix compile problemsKang Kai2011-03-161-1/+7
| | | | | | | | | Export "INST_LIB_DIR" in do_install to slang/slsh to fix cross compile warnings Fixes [YOCTO #812] Add necessary files to run slsh. Signed-off-by: Kang Kai <kai.kang@windriver.com>
* formfactor: Assume HAVE_TOUCHSCREEN=0Darren Hart2011-03-161-1/+1
| | | | | | | | | | | | | | | If no machine specific formfactor is found, the formfactor config defaults to HAVE_TOUCHSCREEN=1. The result is for the matchbox session to disable the cursor. This can lead to a lot of churn sorting out why the cursor doesn't appear: xorg bug, xorg driver bug, kernel drm driver bug, kms bug, many of which appear when searching for invisible cursor on the web. On the other hand, if a cursor appears on a touchscreen device, one is much more likely to reach a correct conclusion: "I need to set HAVE_TOUCHSCREEN=1 in my custom machine formfactor config". Which likely exists or is needed for other formfactor specific things such as dpi, screen size, rotation, etc. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* documentation/adt-manual/adt-eclipse.xml: Specified qemu options outside of ↵Scott Rifenbark2011-03-161-4/+8
| | | | | | | | | | | brackets. Section 4.1.3.4 discusses custom options for when you want to run a QEMU image. Jessica felt that we needed to stress the fact that the options "serial", "nographic", and "kvm" must all appear outside of the angled brackets. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/adt-manual/adt-eclipse.xml: Removed Autotools plug-in requirementScott Rifenbark2011-03-161-6/+2
| | | | | | | | Section 4.1.2 lists plug-ins that need to be installed prior to installing the Yocto Plug-in for Eclipse. I removed the Autotools plug-in requirement per Jessica Zhang's instructions. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/adt-manual/adt-command.xml: Initial draft of command line chapterScott Rifenbark2011-03-161-41/+50
| | | | | | This is the initial draft of the Using the Command Line chapter. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/adt-manual/adt-eclipse.xml: Initial draft for Eclipse chapter.Scott Rifenbark2011-03-161-35/+408
| | | | | | This is the initial draft of the Eclipse chapter. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/adt-manual/adt-package.xml: Initial fileScott Rifenbark2011-03-161-40/+65
| | | | | | | This file is the initial XML file for the chapter on optionally customizing the development packages installation. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/adt-manual/adt-prepare.xml: Initial draft of preparation chapterScott Rifenbark2011-03-161-37/+216
| | | | | | This commit is the initial draft of the preparation chapter (chapter 2). Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/adt-manual/adt-intro.xml: Initial textScott Rifenbark2011-03-161-36/+96
| | | | | | This commit is the initial text for the introduction chapter. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/adt-manual/style.css: Changed PNG file in the title page styleScott Rifenbark2011-03-161-1/+1
| | | | | | | | The .aurthorgroup style uses a 'background-image' item to add the book title image. This had to be changed to 'figures/adt-title.png' from 'figures/kernel-title.png' since it is for the ADT manual. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/adt-manual: cleaned up labels in chapter filesScott Rifenbark2011-03-165-9/+9
| | | | | | | | | | The initial chapters were failing to make due to duplicate section identifiers that were created when I copied in the original files. I gave each of the five chapter files (adt-command.xml, adt-eclipse.xml, adt-intro.xml, adt-package.xml, and adt-prepare.xml) unique identifier tags. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/adt-manual/Makefile: Initial MakefileScott Rifenbark2011-03-161-6/+6
| | | | | | | These edits take the Makefile from the version I copied over from the Kernel manual to create the initial version for the ADT Manual. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/adt-manual/adt-manual.xml: Initial fileScott Rifenbark2011-03-161-11/+15
| | | | | | | This is the initial file that the Makefile calls. The changes in this commit reflect edits taking it from the copied kernel manual version. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/adt-manual/figures: Added title PNG file, deleted kernel ↵Scott Rifenbark2011-03-162-0/+0
| | | | | | | | | title PNG file. I added the title PNG file and removed the existing (copied) kernel title PNG file. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/adt-manual: New file structure for ADT ManualScott Rifenbark2011-03-1611-0/+1369
| | | | | | | | | | | | I have added a new directory to documentation named adt-manual. This directory holds a Figures folder, and the 9 files needed for the ADT manual. The book consists of five chapters: adt-intro, adt-prepare, adt-package, adt-eclipse, and adt-command. There is also a adt-manual.xml file called by the Makefile. There is also a style.css file. And finally, a adt-manual-customization.xsl file to control numbering. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* matchbox-desktop: add configure event handler to fix bug 658Yu Ke2011-03-162-2/+51
| | | | | | | | | | | | Bug658 - "the bottom icons on Applications and All screen are cut-off in qemu" the reason is that desktop work area is not resized after window manager decoration. so add configure event handler to resize the desktop work area can fix this issue. [YOCTO #658] Signed-off-by: Yu Ke <ke.yu@intel.com>
* send-pull-request: Fetch TO email address from git config if specifiedKhem Raj2011-03-161-6/+15
| | | | | | | | | | Usually people using git send-email has git config sendmail.to configured to the usual mailing list or person so we harness that here. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* u-boot.inc: allow variable make targetsChase Maupin2011-03-161-1/+2
| | | | | | | | | | | | | | * Later versions of u-boot sometimes have top level make targets such as u-boot.imx, u-boot.kwb, and for upcoming TI devices u-boot.ti. * These targets define different calls to the mkimage tool to change the images created, such as changing the load address. * This change allows recipes to change the default make target of "all" to something like u-boot.ti or u-boot.imx by setting the UBOOT_MAKE_TARGET variable. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* tune-atom.inc: Remove duplicate TARGET_ARCH entry to avoid ipk rootfs issues ↵Richard Purdie2011-03-151-1/+1
| | | | | | as temp workaround for problems pending a proper fix Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* package-index.bb: Added missing dependencies.Lianhao Lu2011-03-151-0/+3
| | | | | | | [YOCTO #871] Added missing dependencies to opkg-utils-native and opkg-native. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
* xserver-nodm-init: add xuser to group audioDongxiao Xu2011-03-151-2/+3
| | | | | | | | | add rootless X user to group audio to access /dev/snd/* Fixes [YOCTO #799] CC: Ke Yu <ke.yu@intel.com> Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* sstate.bbclass: always delete stamp files in sstate_cleanPaul Eggleton2011-03-151-9/+7
| | | | | | | For safety, always delete the stamp files in sstate_clean regardless of whether the manifest file exists or not. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* sstate.bbclass: avoid deleting unrelated stamp filesPaul Eggleton2011-03-151-1/+3
| | | | | | | | | Avoid deleting stamp files whose names contain the current task's name as a substring. This will be especially important for example if do_package_write is ever made an sstate task (as it would previously have deleted the stamps here for do_package_write_ipk etc.) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* task-poky-lsb: Add some packages required by lsb test suiteXiaofeng Yan2011-03-151-1/+3
| | | | | | Add packages gdk-pixbuf-loader-(bmp,ico,ani) to list task-poky-lsb.bb Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
* kernel bbclass: split do_compile into do_compile and do_compile_modulesKoen Kooi2011-03-151-0/+5
| | | | | | | | | | This allows recipes to insert a custom task in between building *Image and modules >From OE .dev revision 615876fe218dc3feb4a3df9e6546a7b1a6376800 Signed-off-by: Koen Kooi <koen@openembedded.org> Acked-by: Graeme Gregory <dp@xora.org.uk> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* create-pull-request: switch URL from git.pokylinux.org/poky-contrib to ↵Martin Jansa2011-03-151-3/+4
| | | | | | git.openembedded.org/openembedded-core-contrib Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* util-linux: move remaining files from files directory to util-linux-2.17.2 ↵Martin Jansa2011-03-154-0/+0
| | | | | | for faster lookup Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* util-linux: remove unused files from util-linux-2.17.2 directoryMartin Jansa2011-03-151-70/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* util-linux: remove unused files from files directoryMartin Jansa2011-03-158-397/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qemux86-64: Enable latencytop and profiling (temporary)Darren Hart2011-03-151-0/+4
| | | | | | | | | | | | | Fixes [YOCTO #858] and [YOCTO #859] common-pc-64.scc in the linux-yocto meta data omits latencytop and profiling (but common-pc.scc includes them). The right fix is in common-pc-64.inc, but this fix gets people people unblocked until Bruce can commit the proper fix to linux-yocto. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Bruce Ashfield <bruce.ashfield@windriver.com> CC: Jessica Zhang <jessica.zhang@intel.com>
* own-mirrors.bbclass: Bring own-mirrors.bbclass from oe commit ↵Khem Raj2011-03-151-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0ef914b250df46a41348479446214575668943fb below is the history on this class. Documentation for newly introduced SOURCE_MIRROR_URL is already present in oe-core commit 0ef914b250df46a41348479446214575668943fb Author: Eric BENARD <eric@eukrea.com> Date: Wed Nov 3 13:28:54 2010 +0000 own-mirrors.bbclass: allow mirroring of scm fetched packages this way, it's possible to setup a local webserver (for example using busybox httpd -p "8081" -h backuped_download_dir) serving a presiously fetched download directory and to build wihout the need for an internet access this can also be used when connected to know to know which packages are missing from the local mirror's directory (and thus are fetched from internet as a fallback), it's possible to run the server this way : busybox httpd -p "8081" -h backuped_download_dir -vv -f | grep -B 1 response:404 to get the name of the missing packages. Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by: Tom Rini <tom_rini@mentor.com> commit 1b661974e3f8f844f6ec4cdb7bb42cef9595b626 Author: Marcin Juszkiewicz <hrw@openembedded.org> Date: Sat Mar 10 14:10:06 2007 +0000 own-mirrors.bbclass: added class which can be used to set PREMIRRORS from config - SOURCE_MIRROR_URL is new variable which point to source mirror which will be used before fetching from original SRC_URI location. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netbase: Upgrade version 4.44 to 4.45Khem Raj2011-03-1519-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cairo_1.10.2: Fix DEPENDS to include glib-2.0Beth Flanagan2011-03-151-1/+1
| | | | | | The autobuilder picked up cairo having a dependency on glib-2.0. Added glib-2.0 to DEPENDS. Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
* Update SRC_URIs to use BPN instead of PNRichard Purdie2011-03-1459-59/+59
| | | | | | [YOCTO #860] Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Kernel Manual fixesTom Zanussi2011-03-141-59/+65
| | | | | | | | | Upgraded to reflect 1.0 usage rather than 0.90 usage, and some other clarifications and minor changes. [RP - added tweaks suggested by Darren Hart] Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: BSP Developer's Guide fixesTom Zanussi2011-03-141-11/+11
| | | | | | | | - use linux-yocto instead of linux-yocto-stable in examples - change branch names to match linux-yocto usage - remove outdated 'wrs' where it appears Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* poky-qemu-internal: force oprofile into using timer interrupt mode for ↵Dexuan Cui2011-03-141-0/+6
| | | | | | | | | qemux86/qemux86-64 for now Currently oprofile's event based interrupt mode doesn't work(Bug #828) in qemux86 and qemux86-64. We can use timer interrupt mode for now. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* adt: fix ppc/powerpcc naming bugLiping Ke2011-03-142-3/+5
| | | | | | | | | for ipk files on ppc, the name should be powerpc. So does the environment file name. For the tar file name, it should be ppc. This patch is to correct the arch/machine name pair. Related Bug#864 Signed-off-by: Liping ke <liping.ke@intel.com>
* qemux86-64: set qemux86_64 as package arch nameQing He2011-03-141-1/+2
| | | | | | thus allows rpmbuild to generated RPMs with the right architecture. Signed-off-by: Qing He <qing.he@intel.com>