summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/libx86-1/libx86-1_1.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* libx86: Point to working SRC_URIKhem Raj2023-05-071-3/+1
| | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit cef731b6748f3d8cf661d11b35db3dcef2be8b71) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libx86-1: Fix build with clang16Khem Raj2023-03-041-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libx86: Fix pointer typecasting in assignmentKhem Raj2022-09-051-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libx86-1: fix QA warning for GNU_HASHYi Zhao2016-08-221-0/+1
| | | | | | | | 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-011-1/+5
| | | | | | | | 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>