Age | Commit message (Collapse) | Author | Files |
|
This is initial version of BeagleBUG extension board support. So far
boards are not available for people outside of BugLabs and Texas
Instruments companies.
Patch adds support for few modules but not all of them will build for
OMAP3 - some are still BUG only.
|
|
* Use TARGET_ARCH to find endianness instead of
SITEINFO_ENDIANNESS which is not yet evaluated.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* Remove RDEPENDS and DEPENDS duplication.
* path_prog_fixes.patch is not needed for 2.61
* Use INC_PR
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* There is a problem with threads enabled and hiding
__fgetc_unlocked and __fputc_unlocked which gets pulled
in with the macros. This patch disables the macros
and it will use the functions to perform these functions
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-August/013505.html
* http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-September/013620.html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
into org.openembedded.dev
|
|
|
|
|
|
oe-source-mirror-build.py compares checksums stored in checksums.ini
with files in DL_DIR and outputs list of good ones. Such list can be
used for populating local OE sources mirror.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* the recipe puts them both in deploy and in ${datadir}/u-boot-scripts
|
|
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* Forward port cache amnesia patch
* Forward port gcc-flags-for-build patch
* do_configure needs to be overridden for 4.4.1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* Right now default perl installation happens in /usr prefix
This patch tries to depend upong layout_prefix to decide on
where to install. This is required for distros like micro
who flatten the install tree and do not use /usr prefix
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* On DISTROs like micro where bindir and base_bindir are
same, procps does not compile because it wants to install
binaries in both places. We have to pass the variable to
make file since it does not use autotools.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* libpam is not able to figure out that
uclibc does not support NIS. This patch
helps in making it do so. The patch is only
applied for uclibc OVERRIDES.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* fixes compilation error
* bump PR
|
|
* Also use INC_PR
* Do not use glib dependency on 0.13.1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
* For uclibc based ARM EABI systems switch to using linux-uclibceabi
as TARGET_OS
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
|
|
* add V4l2 interfaces to DSS2
* add back MADC driver
* add zippy support for beagleboard
* add DSS2 for omap3evm
|
|
dropbear.inc needs the patch non-applied, see the thread in http://thread.gmane.org/gmane.comp.handhelds.openembedded/26302
This reverts commit c26fc5db90702b035bd545cff3ee7575a0f9b70f.
|
|
|
|
* Switch to using INC_PR
* Enable allow-empty_passed.patch without this
its not possible to login unless root password
is changed to be non empty
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* This fixes PR 5304
* Makes dash happy.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* Add native and target recipes for libidl 0.8.13
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* Bump the ABI_LAYOUT. Build from scratch will be needed.
* Replace using TARGET_OS from linux->linux-gnu.
* Replace using linux-uclibcgnueabi->linux-uclibceabi.
* Add 'eabi' to DISTRO_FEATURES (only for minimal and micro).
* Use eabi and BASE_PACKAGE_ARCH to compute real TARGET_OS.
* Fix the micro conf to get console image building.
* Fix the linux-uclibcgnueabi overrides in all recipes.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Phill Blundell <pb@reciva.com>
Acked-by: Michael 'Mickey' Lauer <mickey@vanille-media.de>
|
|
|
|
into org.openembedded.dev
|
|
|
|
to improve build time for those who don't need/want any of the python-based ones.
|
|
|
|
|