Age | Commit message (Collapse) | Author | Files |
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Due to a bitbake bug to be fixed in 1.10.1, EXPORT_FUNCTIONS isn't
remapping kernel_do_compile[depends] to do_compile[depends], so
make a comment about cleaning this up once we depend on a working
bitbake. Next, it needs to add to do_configure (like the users
have manually set a dependancy on) rather than do_compile so that
the initramfs is copied into place in time. Since we're fixing the
logic in kernel.bbclass, we can drop the workarounds that linux-kexecboot
and linux-preboot have added.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
|
|
* was found as false positive wrt legacy-staging
* bump PR
|
|
* bump PR
|
|
|
|
* fix case of rotated fb
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
* Support for loopmount still to be defined.
* While we could easily mount a loopimage and kexec the included
* kernel and initrd, it would be duty of the init of the loopimage
* to know about rootfs and rest of filesystem.
* Problem is we don't know that init in advance.
|
|
* new fbmenu layout
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
* disable PRINTK and BUG.
* save 100kB size.
* debug is in kexecboot itself (must be enabled).
|
|
* Bump PR.
|
|
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
* minor bugfixes
* bump PR
|
|
* unbreak corgi mmc/sd detection.
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
|
|
* unbreak corgi mmc/sd detection.
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
|
|
* Bump PR.
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
|
|
* add forgotten initrd/initramfs support,
* make package machine-specific
* (even if the binary itself is arch specific and could be run as standalone),
* bump PR.
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
|
|
* says lots of unresolved symbols and sometimes won't boot, moved just
for sake of testing (_git for 2.6.34 was not usefull anymore).
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
linux_2.6.34)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
|
|
For .diff/.patch you need to apply manually, you can specify apply=no.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
|
|
I think this makes the behavior rather more clear.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
|
|
* still disabling some important options (probably overkill):
* # CONFIG_BLK_DEV_BSG is not set (no need for udev)
* # CONFIG_SYSFS is not set # CONFIG_TMPFS is not set (no sys, devtmpfs)
*
* remove now unused kernel version committed by Zaurus developers
|
|
* move patch from linux-kexecboot.inc
* see https://patchwork.kernel.org/patch/11166/
* committed in 2.6.29 (commit d15bd1067b1fcb2b7250d22bc0c7c7fea0b759f7)
* Acked-by: Tom Rini <tom_rini@mentor.com>
* Acked-by: Henning Heinold <heinold@inf.fu-berlin.de>
* Acked-by: Koen Kooi <koen@openembedded.org>
|
|
* mainline since 2.6.29-rc8
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
* add FAT/VFAT support
* remove unused sysfs and tmpfs
* add KEYBOARD_GPIO for clamshells
* this kernels won't work with udev...too many missing options.
* collie, poodle and tosa probably still broken with vanilla sources
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
|
|
|
|
|
|
* all: multiple checked items in SRC_URI (needs name= param)
* other fixes like non-existent URL, checksums moved ot .inc or included .bb (ie for -native)
* ...
* tested with micro/micro-uclibc/Angstrom/SHR with
SOURCE_MIRROR_FETCH="True" (ignoring COMPATIBLE_*
* also tested -c fetch with s/SRC_URI_append_[^ ]*/SRC_URI_append/g and
s/SRC_URI_[^ ]*/SRC_URI_append/g to catch all URLs used only for
distro/machine/virtual override (see
http://build.shr-project.org/tests/jama/SRC_URI.removeOverrides.patch)
* in case I downloaded different checksum then what was in checksums.ini
I used the old one from checksums.ini and put my checksum in comment
* I'll send to ML list of recipes which cannot be downloaded (weren't
converted) and where I got different checksums
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
* fetch all *.bb with patched utils.bbclass appending all checksums
found only in checksums.ini to recipe
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|