Age | Commit message (Collapse) | Author | Files |
|
|
|
|
|
|
|
|
|
|
|
0001-implement-TIF_RESTORE_SIGMASK-support-and-enable-the.patch enabled
which is getting to be needed for udev.
DEF_PREF = -1 for now as I havent tested this properly yet
|
|
* Fixes PR 5146
* Credit to bugs@vdm-design.de for reporting and posting
recipe
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* Move common parts to libcgicc.inc
* Add new recipe for 3.2.8 release
* Fixes bug 5314
* Thanks to Jim Sheldon for reporting and providing
a recipe for 3.2.7 release. Unfortunately that
recipe did not work well.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* BASEPKG_HOST_SYS from bitbake.conf is set as if packages
were being built for target. So we need to override it
for cross packages.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Andrea Adami <andrea.adami <at> gmail.com>
|
|
* These two patches are ported from
http://bugs.gentoo.org/show_bug.cgi?id=263679#c13
it fixes the following error.
../../glx/.libs/libglx.a(glapi.o): In function `_glapi_set_dispatch':
glapi.c:(.text+0x117ac): undefined reference to `pthread_once'
collect2: ld returned 1 exit status
make[3]: *** [Xvfb] Error 1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
|
|
|
|
|
|
|
|
|
|
Used to load system during RT testing
|
|
|
|
|
|
into org.openembedded.dev
|
|
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* Add dependency on virtual/libintl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
ssh://dominion.thruhere.net/var/cache/git/openembedded into org.openembedded.dev
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
cross gcc build
* target gcc does not like the NATIVE_SYSTEM_HEADER_DIR being tweaked.
for now conditionalize it so it gets included only for cross builds
it could be that target gcc for micro wont work because it needs headers
in /usr/include and the actual headers are in /include
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
Useful if we compile the video driver statically in the kernel
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
|
|
This device node is used by ts0710_mux_usb driver to expose the muxed
communication with the BP and configure the line discipiline
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
|
|
Userspace is not supposed to open mux0 anymore; now that kernel mapping
has been removed, each muxX corresponds to dlci X (with X in [1,16]).
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
|
|
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
|
|
depending on vala-native
|
|
machines
|
|
generating locales in angstrom
The proper fix would be to patch linux-libc-headers with 0001-implement-TIF_RESTORE_SIGMASK-support-and-enable-the.patch and all arm kernels as well. Since that's quite an undertaking angstrom needs to short term hack like this commit to keep things building while the proper fix is being worked on.
|
|
|
|
|
|
|
|
|
|
* Use INC_PR
* Move common stuff to powertop.inc
* Add -lint for uclibc bases systems
* Add a patch to tinker with order of CFLAGS
in commandline
* Eliminate the sed expression in favor of a
patch to substitute nsursesw with ncurses
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* Fix compilation issues.
* Remove DEFAULT_PREFERENCE = "-1"
* Tested on Thumb/uclibc
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* GCC's notion of standard includes being in /usr/include is
not valid for micro distro which uses flattened layout
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
|
|
|
|
* CVS checkout include full src tree so we can not
do make install because then it will try to install
every component in src. We have to install ld
gas and binutils only.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* 1.41 still has the volatile bugs when compiled with non CSL stuff
|