Age | Commit message (Collapse) | Author | Files |
|
- add kexec handling in /etc/init.d/reboot
- make /sys available again for /etc/init.d/reboot
|
|
|
|
Linknx is an automation platform providing high level functionalities to EIB/KNX installation
|
|
OWFS is an easy way to use the powerful 1-wire system of Dallas/Maxim
|
|
Eibd provides an interface to the EIB / KNX bus
|
|
GNU Portable Threads replacement with semaphore support
|
|
Argp is an interface for parsing unix-style argument vectors. This is only needed for uclibc
|
|
Tool for controlling the TUN/TAP driver in Linux.
Signed-off-by: Koen Kooi <koen@openembedded.org>
|
|
Signed-off-by: Koen Kooi <koen@openembedded.org>
|
|
IMAGE_VARS usage forces images to have init, dev management, login
management and other stuff. In cases where you don't need any of those
(like initramfs images or other special-purpose images) you need to
override 4 variables in order to get clean image that only installs
things from IMAGE_INSTALL.
So, this changes IMAGE_VARS to more meaningful IMAGE_BOOT and makes it
possible to build images without boot components with single
IMAGE_BOOT="".
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@openembedded.org>
|
|
Signed-off-by: Koen Kooi <koen@openembedded.org>
|
|
When a package contains two files like "name*" and "name*smth" OE can't
properly package those, looping infinetely trying to build file list. The
reason is that first file name globs to two files and OE adds them both
into the list, then globs the first one again and gets two same files, etc.
Fix that.
Signed-off-by: Koen Kooi <koen@openembedded.org>
|
|
Make ext2.gz and ext3.gz images use ROOTFS_SIZE parameter for genext2s (as
non-compressed ext2 and ext3 does).
This allows to use IMAGE_EXTRA_SPACE configuration.
Signed-off-by: Koen Kooi <koen@openembedded.org>
|
|
Places do_rootfs function before do_install in image creation process.
This change allows multiimage builds, when one image depends on another (before
that second image creation raced with do_rootfs for the first one) and uses
it for some purpose.
Multiimage builds are useful in situations like creating an installer image
with initramfs (built in OE) and an image of the target FS (also built in OE)
or for building virtualized system images to be placed on target FS.
Signed-off-by: Koen Kooi <koen@openembedded.org>
|
|
Previous version still failed from time to time on clean-start builds
with 4 bitbake threads and '-j16'. Building busybox as sole target worked
well.
The reason is that previous version introduced a race between applets make
processes spawned from top-level Makefile and from libbb Makefile.
Fix it with high-level dependency that doesn't create races.
Signed-off-by: Koen Kooi <koen@openembedded.org>
|
|
This makes it possible for overlays to have checksum.ini.
Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Chris Larson <clarson@kergoth.com>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
Removed obsolete .la file.
|
|
|
|
|
|
into org.openembedded.dev
|
|
Compilation is broken with binutils which Angstrom uses.
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Acked-by: Koen Kooi <koen@openembedded.org>
|
|
http://trac.enlightenment.org/e/wiki/ReleaseSchedule?version=3
* etk still fails to build, though
|
|
|
|
* on par with 2.6.28 for stability, codec-engine and libgles-omap3 both work as well
|
|
|
|
|
|
into org.openembedded.dev
|
|
|
|
|
|
|
|
- enable mmu and dcache for faster nand access
- fix reset problem in gmac
|
|
|
|
|
|
|
|
|
|
|
|
We need to include ${base_libdir}/*${SOLIBSDEV} in FILES_${PN]} because
the shared libraries in ${base_libdir} do not follow the usual *.so.* naming
convention, for instance libproc-3.2.7.so.
|
|
|
|
|
|
Works around this:
| /tmp/ccGh2Qre.s: Assembler messages:
| /tmp/ccGh2Qre.s:2339: Error: selected processor does not support `swp r4,r8,[r5]'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
into org.openembedded.dev
|
|
|
|
Added with DEFAULT_PREFERENCE -1. Be aware that squashfs release
4.0 is now upstream in Linux 2.6.29. The filesystem layout has
changed from the 3.x releases.
Distro's need to carefully select the (cross and native) version
depending on the kernel release, which again might be different for
the machines supported.
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
|
|
|