Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2008-12-04 | task-base: bump PR as I've changed tosa MACHINE_EXTRA_RRECOMENDS | Dmitry Baryshkov | 1 | |
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com> | ||||
2008-10-24 | task-base: bump PR | Koen Kooi | 1 | |
2008-10-18 | bb files: Revert the introduction of FILE_PR | Holger Hans Peter Freyther | 1 | |
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here. | ||||
2008-10-15 | [PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PR | Holger Hans Peter Freyther | 1 | |
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org> | ||||
2008-09-17 | task-base: bump PR | Koen Kooi | 1 | |
2008-08-07 | task-base: bump PR | Koen Kooi | 1 | |
2008-07-22 | task-boot,base: bump PR | Koen Kooi | 1 | |
2008-07-13 | task boot/base: bump PR | Koen Kooi | 1 | |
2008-05-06 | angstrom: switch to opkg-nogpg since opkg crashed upon encountering .sig ↵ | Koen Kooi | 1 | |
files (and signing Packages is bogus anyway, we want signed packages, not feeds) | ||||
2008-05-01 | beagleboard : Add alsa to machine features. Bump PR in task-base to force ↵ | Philip Balister | 1 | |
rebuild. | ||||
2008-04-23 | openmoko: remove ipkg. replace by opkg. | John Lee | 1 | |
2008-04-23 | Openmoko: replace OpenMoko by Openmoko | John Lee | 1 | |
2008-03-19 | task-base.bb : dont RRECOMAND explicitly on alsa-states and by default | Graeme Gregory | 1 | |
alsa-state already does this and some DISTRO might not want this. | ||||
2008-03-18 | various: move over to opkg, as discussed on the mailinglist | Koen Kooi | 1 | |
* death to ipkg! | ||||
2008-02-29 | openmoko: add DISTRO_EXTRA_RDEPENDS += "opkg-ipkg-compat" | John Lee | 1 | |
* increase task-base PR to reflect the change into task-distro-base | ||||
2008-02-17 | task-base: add crypto_algapi/cryptomgr for task-base-wifi | Helge Deller | 1 | |
2008-02-16 | h3900.conf: Ship ipaq-boot-params | Paul Sokolovsky | 1 | |
2008-02-05 | h5000.conf: Ship BT module. | Paul Sokolovsky | 1 | |
* Fixes #3549 * Based on the patch by Michal Panczyk | ||||
2008-02-01 | h5000.conf: Ship kernel-module-i2c-pxa. | Paul Sokolovsky | 1 | |
* Spotted by Milan Plzik * Fixes #2628 | ||||
2008-01-28 | commit latest collie work from thesing (zaurus-2.6.inc, linux-rp*, task-base) | Thomas Kunze | 1 | |
2008-01-09 | conf/machine/*: Add "phone" MACHINE_FEATURE for phone devices. | Paul Sokolovsky | 1 | |
2007-12-27 | task-base: bump PR | Koen Kooi | 1 | |
2007-12-26 | task-base: Bump PR for h5000 & fic-gta* changes. | Paul Sokolovsky | 1 | |
2007-12-22 | hx4700.conf: Someone broke hx4700. | Paul Sokolovsky | 1 | |
* Was fun to debug. | ||||
2007-12-18 | task-base: Bump PR to propogate machines' vfat feature. | Paul Sokolovsky | 1 | |
2007-12-18 | task-base: Introduce "vfat" feature to get VFAT support. | Paul Sokolovsky | 1 | |
* A COMBINED_FEATURE, machine and distro both must have it set for support to appear in images. * For now, deploy just kernel modules. Necessity of dosfstools requires more thought (and unlikely - vfat cannot be rootfs, so there's nothing to test/recover as emergency measure, and users can install the tools during normal operation). | ||||
2007-12-17 | merge of '5dc6982ea38f5357453c937c13cc8a341570c70e' | Paul Sokolovsky | 1 | |
and 'b3b7b8bc7364554f922a7cbf7bab890c33ef0971' | ||||
2007-12-17 | task-base: Add NLS modules for VFAT support. | Paul Sokolovsky | 1 | |
* Add to task-base-kernel26, as vfat is pretty basic feature. Worth refactoring to vfat feature still, I guess. | ||||
2007-12-17 | Remove u-boot-utils-native from RDEPENDS. Remove openprotium specificity. | Andrew Wilcox | 1 | |
Add u-boot-utils-native dependency in linux-linstation kernels. Fix of previous u-boot commit. | ||||
2007-12-17 | Rename uboot-utils to u-boot-utils-native. u-boot-utils now makes | Andrew Wilcox | 1 | |
target u-boot utility fw_setenv for one distro. | ||||
2007-12-07 | task-base: Bump PR again to make sure all machine config changes propogated. | Paul Sokolovsky | 1 | |
2007-12-07 | task-base: Add kernel-module-nls-utf8 to RRECOMMENDS_task-base-kernel26. | Paul Sokolovsky | 1 | |
* To clear it off from machine configs. | ||||
2007-12-06 | task-base: bump PR for angstrom DISTRO_EXTRA_REDEPENDS change | Koen Kooi | 1 | |
2007-12-03 | task-base: arghh - task.bbclass fixes | Marcin Juszkiewicz | 1 | |
2007-12-03 | task-base: build only parts required by machine/distro combo used in build ↵ | Marcin Juszkiewicz | 1 | |
(like in Poky) Idea come from Poky - no need to build pcmcia manager if machine do not have pcmcia/cf slot. As result time of build is shorter. BT/WiFi stuff needs cleaning - now it is built anyway, should be built only if machine/distro supports it or if distro use task-base-extended then also pci/usbhost needs to be checked. | ||||
2007-12-02 | task-base: Added task-base-apex, and corrected some missing items from PACKAGES | Rod Whitby | 1 | |
2007-11-19 | angstrom: only ship strace and procps for debug builds, this is a first step ↵ | Koen Kooi | 1 | |
into removing angstrom frobbing task-base stuff (should be left to images to decide on this stuff) | ||||
2007-10-30 | task-base: bump after c7x0/akita config changes - should close #3223 | Marcin Juszkiewicz | 1 | |
2007-10-21 | task-base: add DISTRO_EXTRA_DEPENDS (workaround for bitbake bug) | Koen Kooi | 1 | |
2007-10-11 | task-base: add cramfs and smbfs DISTRO_FEATURES, closes #3143 | Esben Haabendal | 1 | |
2007-10-11 | disapproval of revision 'c5093a8451fb4abb52c3c01148a1b9f6139e116e' | Koen Kooi | 1 | |
2007-10-11 | task-base: add smbfs and cramfs distro features | Koen Kooi | 1 | |
2007-08-23 | task-{base,boot}: use task.bbclass | Philipp Zabel | 1 | |
2007-07-24 | task-base: also install bluez-utils-compat in task-base-bluetooth | Koen Kooi | 1 | |
2007-07-10 | fic-gta0[1|2].conf: task-base handle alsa-states, no need to duplicate it here | Michael Lauer | 1 | |
2007-07-07 | task-base.bb: Add explicit dependency on bluez-dtl1-workaround to ↵ | Paul Sokolovsky | 1 | |
task-base-bluetooth. * As a workaround for bitbake's issued with handling DEPENDS on a PACKAGES_DYNAMIC-generated package. | ||||
2007-07-05 | task-base: Mark few more machine-dependent packages. | Paul Sokolovsky | 1 | |
2007-06-26 | task-base: use prism-firmware instead of older ways of support for Prism2/3 ↵ | Marcin Juszkiewicz | 1 | |
cards (based on Poky work) | ||||
2007-06-08 | task-boot: split out of task base as per RFC | Koen Kooi | 1 | |
2007-06-06 | task-base.bb: Add usb-gadget-mode to devices with usb-gadget support | Matthias Hentges | 1 | |