summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* runqemu: Fix path for i586 cross binariespurpleJoshua Lock2010-04-281-1/+1
| | | | | | As spotted by Jessica Zhang Signed-off-by: Joshua Lock <josh@linux.intel.com>
* Purple 3.2.1 Releasepurple-3.2.1Richard Purdie2010-03-191-1/+1
|
* zoom2.conf : switch to using the TI integration tree for kernelGraeme Gregory2010-03-181-1/+1
| | | | | Signed-off-by: Graeme Gregory <gg@slimlogic.co.uk> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* linux-omap-zoomsync_2.6.32.bb : add kernel from TI zoom2 integration treeGraeme Gregory2010-03-182-0/+2313
| | | | | | | | This is the latest code from dev.omapzoom.org and is also what OE is using for zoom2 machine. Signed-off-by: Graeme Gregory <gg@slimlogic.co.uk> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* handbook: Correction, we're building QEMU x86 not QEMU Arm imageJoshua Lock2010-03-181-1/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* handbook: update references of stable version numberJoshua Lock2010-03-181-3/+3
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* handbook: Various tweaks for recent fop/pdf generationRichard Purdie2010-03-184-4/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* poky-doc-tools: Update to work with fop >= 0.95Richard Purdie2010-03-185-41/+61
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* scripts/runqemu: Fix some typosJoshua Lock2010-03-171-2/+2
| | | | | | | Fix typo in help message (we default to ext3 not ext2 now) and a typo whereby moblin-image-sdk wouldn't be autofound. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* poky-eabi: Set missing PREFERRED_VERSION of binutils-cross-canadianEnric Balletbo i Serra2010-03-171-0/+1
| | | | | Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com> Signed-off-by: Joshua Lock <josh@linux.intel.com>
* gcc: Fix fail to compile since they can't find limits.h include.Enric Balletbo i Serra2010-03-053-2/+3
| | | | | | | | | | | | | | | With gcc package on my build machine gcc can't find limits.h include. $ cat x.c $ gcc -M x.c In file included from x.c:1: /usr/include/limits.h:125:26: error: no include path in which to search for limits.h This patch adds missing includes to gcc package. Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc: Make sure target_* variables are set, fixing gcc search path issuesRichard Purdie2010-03-056-5/+9
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* fakeroot: Stop setting LD_LIBRARY_PATH as it breaks things (see patch ↵Richard Purdie2010-03-052-2/+50
| | | | | | description) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gcc-cross-canadian: Fix include paths and hence c++ compiler issuesRichard Purdie2010-03-052-1/+9
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake/data_smart.py: Fix error where update-rc.d would not get added to ↵Richard Purdie2010-03-051-5/+6
| | | | | | | | | | | | | the dependency tree If there was a variable such as: X_${Y}_append = "Z" The "Z" would be lost if X_${Y} was unset. This was due to a bug in the renameVar function used by expandKeys(). Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* insane.bbclass: Skip arch check for Cross Canadianpurple-3.2Joshua Lock2009-12-141-1/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* local.conf: Fix cross canadian variable, it's SDKMACHINE not SDK_ARCHJoshua Lock2009-12-111-1/+2
|
* local.conf: mention the Canadian Cross variable; SDK_ARCHJoshua Lock2009-12-111-0/+5
|
* local.conf: use qemux86 as default targetJoshua Lock2009-12-111-2/+2
|
* handbook: point people at purple in the introductionJoshua Lock2009-12-111-4/+4
|
* poky.conf: change version for release of purple-3.2Joshua Lock2009-12-111-1/+1
|
* qemugl-nativesdk: Add a nativesdk packageJoshua Lock2009-12-111-0/+35
|
* udev: Add local.rules for the IGEP v2 to symlink the first framebuffer to ↵Enric Balletbo i Serra2009-12-102-2/+36
| | | | | | | /dev/fb Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* qemugl: remove staging function, no need to stage anything at allJoshua Lock2009-12-091-8/+1
|
* leadpad/pcmanfm/puzzles: Make libowl optionalRichard Purdie2009-12-083-10/+13
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* tasks: Fix missing quoteRichard Purdie2009-12-081-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* poky-fixed-revisions.inc: Update dates revisionRichard Purdie2009-12-081-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* pimlico: Clean up libowl handling to be consistentRichard Purdie2009-12-0811-28/+29
|
* libowl: Remove stale comments and enable packagingRichard Purdie2009-12-081-12/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake: Fix dict changing size problemsRichard Purdie2009-12-031-3/+5
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* poky-init-build-env: Remove now unneeded returnRichard Purdie2009-12-031-1/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* distro/poky: Set EXTRAOPKGCONFIGRichard Purdie2009-12-031-0/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Add poky-feed-config-opkg (based off moblin version)Richard Purdie2009-12-031-0/+42
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* scripts/poky-qemu-internal: Make sure qemuarm cursor is visibleRichard Purdie2009-12-031-3/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* libxcalibrate: Fix with xcbRichard Purdie2009-12-032-1/+30
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* pointercal: Update qemuarm calibration files after recent qemu changes to ↵Richard Purdie2009-12-034-4/+4
| | | | | | wacom code Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* udev-141: Backport fix from 145 which is also needed hereRichard Purdie2009-12-032-2/+4
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* qemu: Update to 0.10.6 and add fix wacom emulation issuesRichard Purdie2009-12-033-2/+134
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* udev: Fix touchscreen link creation with latest versionRichard Purdie2009-12-032-2/+4
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* package.bbclass: Fix runtime_maping_rename so version information isn't removedRichard Purdie2009-11-201-5/+5
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* sato: move pam from meta-moblin to metaNicolas Dechesne2009-11-202-0/+0
| | | | | | | | | | pam recipe is required to build a sato image, and it was moved in the meta-moblin collection by mistake, and sato build was broken. pam is a dependency of policykit which is a dependency of networkmanager. Signed-off-by: Nicolas Dechesne <n-dechesne@ti.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* sato: move policykit from meta-moblin to metNicolas Dechesne2009-11-202-0/+0
| | | | | | | | | | policykit recipe is required to build a sato image, and it was moved in the meta-moblin collection by mistake, and sato build was broken. policykit is a dependency of networkmanager. Signed-off-by: Nicolas Dechesne <n-dechesne@ti.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* dbus: Disable X for -native versions, also explicitly disable libauditRichard Purdie2009-11-135-5/+12
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* dbus: Improve fix deamon install patch to use automake magic to avoid ↵Richard Purdie2009-11-136-22/+70
| | | | | | installing wrapper scripts Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* dbus-native: Apply install fix patch to ensure the version of dbus-daemon in ↵Richard Purdie2009-11-125-6/+3
| | | | | | staging is not a wrapper Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake.conf: Drop SHELLCMDS quoting fixing menuconfig taskRichard Purdie2009-11-121-4/+4
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* linux-igep2: Fix audio capture, the capture result is always silenceEnric Balletbo i Serra2009-11-122-1/+39
| | | | | Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* igep0020b.conf: Fix missing u-boot entrypointEnric Balletbo i Serra2009-11-121-2/+2
| | | | | Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* poky-init-build-env: Update for BASH 4 Bourne Shell semanticsJoe MacDonald2009-11-121-1/+2
| | | | | | | | | | It's no longer valid in bash 4 when invoked with Bourne Shell semantics to return unless you're inside a sourced script or a function. Doing so in this context doesn't actually exit from the setup script. This should probably preserve the original intent. Signed-off-by: Joe MacDonald <joe@deserted.net> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* m4: Apply config_links patch to non-native version as well (from Esben ↵Richard Purdie2009-11-122-5/+3
| | | | | | Haabendal <eha@doredevelopment.dk>) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>