summaryrefslogtreecommitdiff
path: root/packages/tasks/task-boot.bb
AgeCommit message (Collapse)AuthorFiles
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther1
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-07-22task-boot,base: bump PRKoen Kooi1
2008-07-13task boot/base: bump PRKoen Kooi1
2007-12-22task-boot: bump PRKoen Kooi1
2007-12-01task-base: No functional change - just bumping PR due to ixp4xx ↵Rod Whitby1
MACHINE_ESSENTIALS change.
2007-10-06task-boot: include keymaps for devices with keyboard (taken from Poky)Marcin Juszkiewicz1
2007-09-07task-boot: bump PRKoen Kooi1
2007-08-23task-{base,boot}: use task.bbclassPhilipp Zabel1
2007-08-09task-boot: add DEPENDS = "virtual/kernel"Koen Kooi1
2007-06-21task-boot: bump PR after last changesMarcin Juszkiewicz1
2007-06-21task-boot: task-boot is meant to provide the smallest possible set to get an ↵Koen Kooi1
image booting to a login prompt, so additional wishes should be in another task, or specified in the PACKAGE_INSTALL or the desired image.
2007-06-19packages/tasks/task-boot.bb : Task boot should honour MACHINE_EXTRA and ↵Stelios Koroneos1
DISTRO_EXTRA recomentations
2007-06-08task-boot: split out of task base as per RFCKoen Kooi1