Age | Commit message (Collapse) | Author | Files |
|
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Sometimes one needs to clean/reflash the home partition.
Add support for flashing home.bin/HOME.BIN files onto "home" mtd
device.
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
|
|
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.
|
|
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>
|
|
|
|
|
|
default.
|
|
|
|
HDD installer messages
|
|
|
|
|
|
only on Tosa and Poodle)
|
|
|
|
|
|
|
|
and 'c1726a91450c9a012bcaa95d2c1d0c935197ce53'
|
|
|
|
thanks to ZeroChaos for debugging
|
|
|
|
|
|
|
|
|
|
Leggewie)
|
|
Works on: c7x0, tosa.
Unknown status on: poodle, akita, spitz.
Supports:
- file size checking (no more flashing too big kernel or too big rootfs)
- bigger rootfs for c760/c860 (128MB Flash instead of 64MB in other c7x0 models)
- flash writing (kernel, rootfs) and microdrive writing (only for spitz models)
Changes by:
Marcin 'hrw' Juszkiewicz (idea, code cleanup, functions split)
Dmitry 'lumag' Baryshkov (fixes and Tosa support)
|
|
|
|
|
|
|
|
|
|
|
|
applied changes from dc69aab02eb323fa6a030fa05f7b63be3642fb52
through 41767e9744f20a6d01a4cede1ef96c50c85d78f6
|
|
Use require for the BitBake files within packages. In contrast
to the conf files the authors of these files expected these files
to be included.
|
|
|
|
Also update python functions doing the same job to use COMPATIBLE_(MACHINE|HOST)
|
|
* Remove borzoi machine entirely as its now equal to spitz.
* For remaining 2.4/2.6 split machines use ZKERNEL_VERSION instead of KERNEL_VERSION
to fix a long standing bug - people will need to update local.conf.
* Add dummy terrier MACHINE to point at spitz.
|
|
|
|
|
|
|
|
|
|
DEPENDS usage. Move certain things into EXTRA_IMAGEDEPENDS. No valid users of EXTRA_BOOTSTRAP_DEPENDS were found so it was removed entirely. Change zaurus-updater not to package as it doesn't provide any.
|
|
|
|
out. Also remove code that looks like it would wipe the memory card upon failre?\!
|
|
used for reflashing the devices has bugs, one being that it won't create device files. We therefore need an external sane tar binary to successfully extract the root filesystem onto the device. This adds such a binary for spitz and borzoi.
|
|
|
|
|
|
|
|
|
|
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/06/13 23:48:19+02:00 hrw.one.pl!hrw
added SL-B500 to poodle/updater.sh as it is also poodle
BKrev: 42ae0b49qtk7h5Bi6jFAGWNzRr8L4A
|
|
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2005/04/22 09:32:31+02:00 uni-frankfurt.de!mickeyl
add a working updater for akita, add piro patches to pxa27x kernel and adjust akita and spitz defconfigs. major portions courtesy Jose Bernardo Silva, thanks\!
2005/04/21 15:46:40+02:00 uni-frankfurt.de!mickeyl
upgrade openzaurus-pxa27x to 20050228 version (C1000)
BKrev: 4268a8cbSHxbn-Yo06vgeSoWRcJ4fg
|
|
into bitbake.utwente.nl:/home/koen/OE/openembedded
2005/04/21 12:40:05+01:00 (none)!XorA
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into cimmeria.(none):/home/dp/zaurus/openembedded
2005/04/21 12:39:01+01:00 (none)!XorA
version bump and enabled x11vnc
2005/04/21 12:44:03+02:00 uni-frankfurt.de!mickeyl
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into gandalf.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2005/04/21 12:43:25+02:00 uni-frankfurt.de!mickeyl
add updater.sh for akita
2005/04/21 11:03:53+01:00 (none)!XorA
Added logic to generate libpostproc from mplayer, didnt realise it was neccessary at first
BKrev: 4268377cbEzdPLQbJkWukSmTTu0Mug
|
|
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2005/04/05 11:34:35+02:00 uni-frankfurt.de!mickeyl
add spitz-flashimage support courtesy Jonathan McDowell (Noodles). this stuff will have to be refactored into the spitz machine configuration eventually.
2005/04/04 21:00:14+02:00 uni-frankfurt.de!mickeyl
opie: set SmallIconSize to 32 on hires devices
BKrev: 42525bb8jfUBjTTCyU-QHqbGSiNpng
|