summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2006-11-22gnet: add cvs version that builds w/ modern compilers. remove outdated 2.0.7 ↵Michael Lauer4
version
2006-11-22arpwatch 2.1a15: Cleanups for arpwatch:Jamie Lenehan3
- mark configuration so they don't get wiped on upgrade - don't pass -p, for nopromisc, as an option since that isn't supported (must be a debian patch which is not included in OE) - remove RUNAS which was used to specify a non-root user to run as since it isn't support (must be a debian patch which is not included in OE) - Use volatiles to create required /var directory. - Inherit update-rc.d so it is started and stopped during uninstall, upgrade and uninstall.
2006-11-22arpwatch 2.1a15: Add the latest version, 2.1a15. No source for olderJamie Lenehan5
versions is carried on the distribution site.
2006-11-22lilo-sh: Lilo sh is an sh3/sh4 version of the lilo bootloader, so add aJamie Lenehan1
COMPATIBLE_HOST to indicate that this only works for sh3/sh4.
2006-11-22packages: Update the packages that use volatiles to pass update as aJamie Lenehan10
parameter to populate-volatiles.sh to ensure that the volatiles cache is updated (if its in use) when a package is added after the initial boot. The update parameter is ignore is the cache is not in use and by older versions of populate-volatiles.sh that don't support this parameter.
2006-11-21initscripts: Updates for populate-volatile.sh:Jamie Lenehan2
- Add support for "update" as a parameter to force regeneration of the cache when run (if the cache is not being used it's ignored). - When generating the cache add *all* needed commands to the cache, not just those that were actually needed on this run. Without this only the additional directories created during an update will be added to the cache. Anything that calls populate-volatile.sh during postinst should now pass update as a parameter. Currently (and before this change) if the cache is enabled then any call to populate-volatile.sh during postinst does nothing, generally breaking anything that uses volatiles that is installed after the first boot of the device.
2006-11-21devshell: Fix so that it actually deploys the devshell script. The taskJamie Lenehan1
being added gets "do_" appended to it, so we need to add "deploy" (not "do_deploy"). Also with just to "after do_install" it never gets called (perhaps added too late?) so also add a "before do_package". Closes #1561.
2006-11-21merge of '4ddff6248143a48297190b36c8ec6148bc9301bb'Koen Kooi1
and '596c72f81f8ea7f3dc414c89f83ba978e7c935dd'
2006-11-21angstrom: bump DRKoen Kooi1
2006-11-21base.bbclass: added support for creating source mirrorMarcin Juszkiewicz1
- if SOURCE_MIRROR_FETCH variable is set then we ignore COMPATIBLE_MACHINE/COMPATIBLE_HOST settings to be able to fetch all recipes. - Fetching sources can be done by setting any MACHINE/DISTRO combination and SOURCE_MIRROR_FETCH = "1" in configuration. Then one invocation of BitBake should do all fetching: bitbake --cmd fetchall --continue world - scripts to manage source mirror will get added into contrib/
2006-11-21documentation.conf: added SOURCE_MIRROR_FETCHMarcin Juszkiewicz1
2006-11-21documentation.conf: added SVNDIRMarcin Juszkiewicz1
2006-11-21linux-handhelds-2.6: add magician to COMPATIBLE_MACHINEPhilipp Zabel1
2006-11-21mb-applet-tasks: fixed SRC_URIMarcin Juszkiewicz1
2006-11-21font-util-native: fix SRC_URIMarcin Juszkiewicz1
2006-11-21base.bbclass: added lsof mirrors (main server does not allow connections ↵Marcin Juszkiewicz1
without revdns)
2006-11-21sbrsh: fix SRC_URIMarcin Juszkiewicz1
2006-11-21angstrom 2007.1: use glibc-intermediate 2.4 to get around a build problem ↵Koen Kooi1
with 2.5
2006-11-21tslib-maemo: remove it, since tslib has nokia 770 support and later maemo ↵Koen Kooi4
versions seem to use a sane tslib
2006-11-21merge of 3fde30892ae18b3f22391525a8649d85af536c63Kristoffer Ericson3
and a8306ea87c57c9a70c96207e04d6adee01ddb94e
2006-11-21conf/distro/jlime-donkey.conf : Minor updatesKristoffer Ericson1
* Setting libc-for-gcc.. = glibc-intermediate so it catches version correctly.
2006-11-21glibc/glibc_2.3.5+cvs20050627: Setting Default_preference_sh3 = "-1"Kristoffer Ericson1
* Doesnt build for sh3, so lets not use it
2006-11-21merge of 83d79b5cd4fd20054c665e25366f4ee45f3b681fKristoffer Ericson1
and 9833bd070799894b4c6befebea43d27d44a56e2a
2006-11-21merge of '83d79b5cd4fd20054c665e25366f4ee45f3b681f'Richard Purdie4
and 'df3150bb10ef98bd118330fe8a496b4c29f4a861'
2006-11-21fstests: Drop patch applied upstream, update SRCDATERichard Purdie4
2006-11-21util-linux: add debian patch and patches from #1533, courtesy Gerwin van der ↵Koen Kooi3
Kruis, should close #1533
2006-11-21networkmanager: add patch to build against dbus 1.0Koen Kooi2
2006-11-21avahi: update to 0.6.15 (security update) and add a patch to build against ↵Koen Kooi3
dbus 1.0 (from freebsd)
2006-11-21coreutils: Add workaround to allow -native version to work with Ubuntu Edgy ↵Richard Purdie2
headers (from poky)
2006-11-21libmad: Add 0.15.1b (from poky)Richard Purdie1
2006-11-21gtk-doc: Fix do_stage (from poky)Richard Purdie1
2006-11-21bitbake.conf: Add util-linux-naitve to ASSUME_PROVIDEDRichard Purdie1
2006-11-21fakeroot-native: Remove bogus RDEPENDS on util-linux, replacing with ↵Richard Purdie1
util-linux-native
2006-11-21dpkg: Sync with poky. -native doesn't need ncurses depends as dsleect isn't ↵Richard Purdie4
built. Ignore unknown fields in control files making deb builds quieter.
2006-11-21tslib: Add nokia770 support (from poky)Richard Purdie2
2006-11-21puzzles: Add r6727, drop r6505 r6712 (from poky)Richard Purdie2
2006-11-21pcmanfm: Add 0.3.0.1, 0.3.2-beta, drop 0.1.9.8 (from poky)Richard Purdie5
2006-11-21pango: Fix -dbg and -dev packaging, set LEAD_SONAME (from poky)Richard Purdie6
2006-11-21linux-jlime-jornada7xx: fix parse errorMarcin Juszkiewicz1
2006-11-20parted/parted_1.8.0.bb : Addition of new parted versionKristoffer Ericson1
* Since the last parted version in OE was quite old ( > 7months) its time for a new version.
2006-11-20merge of 57c7ff1bca3e3d0423fe776b6cdf466b16f29e50Kristoffer Ericson45
and d2393507d64bd7596d8c8cf859ad39de4bc4ed65
2006-11-20linux/linux-jlime-jornada7xx-2.6.19rc6* : Addition of new kernel packageKristoffer Ericson3
* Addition of new kernel packages with greatly increased jornada7xx support. * Addition of jornada7xx.patch * Addition of new defconf
2006-11-20conf/distro/jlime-donkey.conf: Minor changes to distro fileKristoffer Ericson1
* Updated glibc 2.4 -> 2.5 to make it more arm friendly
2006-11-20linux/linux-jlime-jornada7xx_2.6.19rc6.bb: Addition of new kernel ver.Kristoffer Ericson1
* Adding new kernel version which greatly improves jornada7xx support.
2006-11-20gmp 4.2.1: Disable for sh by setting DEFAULT_PREFERENCE since the resultingJamie Lenehan1
library cannot be used. See bug #1605.
2006-11-20merge of 'f8321aa1642750ba69f345b7dc42a76e54b38109'Jamie Lenehan20
and 'f9166f330098ae8267ad73a30c5feb67558b7cdb'
2006-11-20perl: Replace the require in the native modules with a simpler version thatJamie Lenehan31
names the actual module instead of using python. Should help with the current parse errors that is apparently occurring with new versions of bitbake. The python version was helpful when messing with lots of these things but serves no purpose now.
2006-11-20merge of '36d0c5f8885b2e835ebb7e89958f2ba06c2b2f2e'Paul Sokolovsky15
and 'a245c6986b9923650003dbb564c2fb2cdf73124a'
2006-11-20h5xxx: Rename machine to h5000.Paul Sokolovsky15
* Use naming scheme consistent with other iPaq devices, where "series" name is used. * h5000 is series consisting of h5100, h5400, and h5500 models, each having common architecture, but slightly different builtin peripherals. Each model may also have few marketing nicknames, differing in last digit (sometimes 2 last digits). * Closes #1586. * Approved by Koen Kooi.
2006-11-20merge of '1a8b8b461f0411e51d72fb156790d6c3a42558e1'Philip Balister3
and '71deae698707365d8af709b9ddc7ca4b81741065'