summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Comment out gconf schema bits in settings-daemon for now, this is done inChris Lord2006-07-271-5/+6
| | | | | | | matchbox-poky script git-svn-id: https://svn.o-hand.com/repos/poky/trunk@565 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add gconf schema for settings-daemon that sets the default themeChris Lord2006-07-272-2/+23
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@564 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add exec to home panel app script so PID gets set as expected and avoid ↵Matthew Allum2006-07-272-2/+2
| | | | | | panel timeout git-svn-id: https://svn.o-hand.com/repos/poky/trunk@563 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Totally rework task handling for machine/distro specific features. Create ↵Richard Purdie2006-07-267-81/+262
| | | | | | task-base.bb to handle this and update machine/distro files accordingly. MACHINE_FEATURES and DISTRO_FEATURES together combine to configure the machine specific task-base and other specific tasks can easily be created (task-base-oh-minimal is an exmaple) git-svn-id: https://svn.o-hand.com/repos/poky/trunk@562 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: Add base_both_contains function for use in task filesRichard Purdie2006-07-261-0/+7
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@561 311d38ba-8fff-0310-9ca6-ca027cbcb966
* zaurus-clamshell: Add working JFFS2 summary image supportRichard Purdie2006-07-261-5/+5
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@560 311d38ba-8fff-0310-9ca6-ca027cbcb966
* linux-oz-2.6: Sync collie defconfig from OERichard Purdie2006-07-261-84/+571
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@559 311d38ba-8fff-0310-9ca6-ca027cbcb966
* package-index: Make sure the Packages file exists before running ipkg-make-indexRichard Purdie2006-07-261-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@558 311d38ba-8fff-0310-9ca6-ca027cbcb966
* rootfs_ipk.bbclass: Add context to reported errorsRichard Purdie2006-07-261-1/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@557 311d38ba-8fff-0310-9ca6-ca027cbcb966
* linux-openzaurus-2.6.17: Fix some issues and make it the default kernel for ↵Richard Purdie2006-07-262-5/+34
| | | | | | Zaurii git-svn-id: https://svn.o-hand.com/repos/poky/trunk@556 311d38ba-8fff-0310-9ca6-ca027cbcb966
* udev: Fix inotify ARM syscall issue, removing boot time warningRichard Purdie2006-07-262-1/+19
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@555 311d38ba-8fff-0310-9ca6-ca027cbcb966
* readme.txt: Update to reflect setdevenv renaming (close #129)Richard Purdie2006-07-261-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@554 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add GPL/Copyright to poky-init-build-env scriptMatthew Allum2006-07-251-0/+19
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@553 311d38ba-8fff-0310-9ca6-ca027cbcb966
* add cmx270 macine to local.conf.sample, make qemuarm defaultMatthew Allum2006-07-251-2/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@552 311d38ba-8fff-0310-9ca6-ca027cbcb966
* linux-openzaurus 2.6.17: Sync with OE .devRichard Purdie2006-07-242-6/+10
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@551 311d38ba-8fff-0310-9ca6-ca027cbcb966
* poky.conf: Update versions after pango/atk upgradeRichard Purdie2006-07-241-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@550 311d38ba-8fff-0310-9ca6-ca027cbcb966
* pango: 1.10.0 -> 1.10.1Richard Purdie2006-07-241-0/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@549 311d38ba-8fff-0310-9ca6-ca027cbcb966
* atk: 1.10.1 -> 1.10.3Richard Purdie2006-07-241-1/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@548 311d38ba-8fff-0310-9ca6-ca027cbcb966
* base.bbclass: Add base_contains function - Can be used to check if a string ↵Richard Purdie2006-07-241-0/+7
| | | | | | is present in a variable. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@547 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add automatic generation of -dbg packages. These contain the debug symbols ↵Richard Purdie2006-07-242-10/+21
| | | | | | that are stripped from binaries and the symbols are linked to the original binaries via the gnu-debuglink section. If the -dbg packages are installed, oprofile and gdb will use them for symbol lookup. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@546 311d38ba-8fff-0310-9ca6-ca027cbcb966
* rootfs_ipk.bbclass, package-index: With the fixed ipkg-utils there is no ↵Richard Purdie2006-07-242-4/+0
| | | | | | need to remove the old Packages file when regenerating the Packages index. This gives a big speed improvement when regenerating images as it doesn't have to open every ipk for its metadata. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@545 311d38ba-8fff-0310-9ca6-ca027cbcb966
* ipkg-utils: Fix a bug in the md5sum field handling and add some extra checks ↵Richard Purdie2006-07-243-3/+58
| | | | | | (md5sum, size) to ipkg-make-index when reusing data from the previous package file. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@544 311d38ba-8fff-0310-9ca6-ca027cbcb966
* tinderclient.bbclass: Update from .devRichard Purdie2006-07-231-7/+13
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@543 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add missing licence files (COPYING.MIT)Richard Purdie2006-07-232-0/+34
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@542 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add a check for sourcing present when running poky-init-build-envMatthew Allum2006-07-211-2/+11
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@541 311d38ba-8fff-0310-9ca6-ca027cbcb966
* images: Change to new configurationRichard Purdie2006-07-215-37/+16
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@540 311d38ba-8fff-0310-9ca6-ca027cbcb966
* mtd-utils: Fix PVRichard Purdie2006-07-212-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@539 311d38ba-8fff-0310-9ca6-ca027cbcb966
* really rename setdevenvMatthew Allum2006-07-211-49/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@538 311d38ba-8fff-0310-9ca6-ca027cbcb966
* renameMatthew Allum2006-07-211-0/+49
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@537 311d38ba-8fff-0310-9ca6-ca027cbcb966
* local.conf.sample: Update, cleanup and document a little moreRichard Purdie2006-07-211-12/+13
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@536 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add task-oh-devtools and task-oh-testapps to oh-image, conditionally based ↵Richard Purdie2006-07-211-1/+3
| | | | | | on DISTRO_TYPE git-svn-id: https://svn.o-hand.com/repos/poky/trunk@535 311d38ba-8fff-0310-9ca6-ca027cbcb966
* poky.conf: Don't force DISTRO_TYPE to a valueRichard Purdie2006-07-211-4/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@534 311d38ba-8fff-0310-9ca6-ca027cbcb966
* conf/machines: Set IMAGE_FSTYPE correctly for each machineRichard Purdie2006-07-217-2/+12
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@533 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Remove unused jornada7xx machineRichard Purdie2006-07-211-7/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@532 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Move tasks into packages/tasks, images into packages/images, remove ↵Richard Purdie2006-07-217-17/+0
| | | | | | bootstrap-image git-svn-id: https://svn.o-hand.com/repos/poky/trunk@531 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Rename /openembedded/ -> /meta/Richard Purdie2006-07-211725-6/+6
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add linux-cmx270-rpRichard Purdie2006-07-213-0/+2622
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@529 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add initial cmx270 2.6.17 kernelMatthew Allum2006-07-217-0/+4627
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@528 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add initial cmx270 machine confMatthew Allum2006-07-211-0/+31
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@527 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Bugfix in OEs base.bbclass: files in SRC_URI which reside in WORKDIR ↵Chris Larson2006-07-211-0/+7
| | | | | | resulted in a failure. With this bug fixed, patches within tarballs can be successfully applied to ${S}. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@526 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Bitbake: add the ssh fetcher to the MANIFEST.Chris Larson2006-07-211-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@525 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add initial SSH fetcher to bitbake.Chris Larson2006-07-212-0/+124
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@524 311d38ba-8fff-0310-9ca6-ca027cbcb966
* poky.conf: Update dates to working SRCDATE (thanks chris\!), fix cairo and ↵Richard Purdie2006-07-201-2/+3
| | | | | | glib-2.0-native versions git-svn-id: https://svn.o-hand.com/repos/poky/trunk@523 311d38ba-8fff-0310-9ca6-ca027cbcb966
* correct LIBVJorn Baayen2006-07-201-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@522 311d38ba-8fff-0310-9ca6-ca027cbcb966
* provide pregenerated gtkbuiltincache.hJorn Baayen2006-07-203-0/+31905
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@521 311d38ba-8fff-0310-9ca6-ca027cbcb966
* correct libtool patchJorn Baayen2006-07-202-4/+4
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@520 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Added GTK+ 2.10.0 + decairofication patchesJorn Baayen2006-07-2018-0/+3492
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@519 311d38ba-8fff-0310-9ca6-ca027cbcb966
* added pango 1.13.3Jorn Baayen2006-07-201-0/+49
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@518 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Added cairo 1.2.0 as needed by gtk 2.10Jorn Baayen2006-07-201-0/+15
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@517 311d38ba-8fff-0310-9ca6-ca027cbcb966
* added glib 2.12 (needed for gtk 2.10 + decairoification patches)Jorn Baayen2006-07-202-0/+101
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@516 311d38ba-8fff-0310-9ca6-ca027cbcb966