summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/libx86-1
Commit message (Collapse)AuthorAgeFilesLines
* *.patch: add Upstream-Status to all patchesMartin Jansa2023-06-211-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is new patch-status QA check in oe-core: https://git.openembedded.org/openembedded-core/commit/?id=76a685bfcf927593eac67157762a53259089ea8a This is temporary work around just to hide _many_ warnings from optional patch-status (if you add it to WARN_QA). This just added Upstream-Status: Pending everywhere without actually investigating what's the proper status. This is just to hide current QA warnings and to catch new .patch files being added without Upstream-Status, but the number of Pending patches is now terrible: 5 (26%) meta-xfce 6 (50%) meta-perl 15 (42%) meta-webserver 21 (36%) meta-gnome 25 (57%) meta-filesystems 26 (43%) meta-initramfs 45 (45%) meta-python 47 (55%) meta-multimedia 312 (63%) meta-networking 756 (61%) meta-oe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libx86: Point to working SRC_URIKhem Raj2023-04-301-3/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libx86-1: Fix build on 32bit x86Khem Raj2023-03-051-6/+14
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libx86-1: Fix build with clang16Khem Raj2023-03-042-0/+35
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libx86: Fix pointer typecasting in assignmentKhem Raj2022-09-052-0/+34
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libx86-1: fix QA warning for GNU_HASHYi Zhao2016-08-222-0/+18
| | | | | | | | Add LDFLAGS variable to Makefile so that extra linker flags can be sent via this variable. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libx86-1: port a patch to make it workRoy Li2016-02-013-1/+221
| | | | | | | | port a patch from libx86-1.1-21.fc23.src.rpm, and make libx86-1 be able to work and assume zero which return by LRMI_common_init is valid address Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libx86-1: add the recipeRoy Li2015-11-021-0/+20
A library to provide support for making real-mode calls x86 calls. On x86 hardware, vm86 mode is used. On other platforms, x86 emulation is provided. Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>