Test results on qemux86-64: START: ptest-runner BEGIN: /usr/lib/lcms/ptest PASS: Base types ...Ok. PASS: quick floor ...Ok. PASS: Fixed point 15.16 representation ...Ok. PASS: D50 roundtrip ...Ok. PASS: 1D interpolation in 2pt tables ...Ok. PASS: 1D interpolation in 4pt tables ...Ok. PASS: 1D interpolation in 18pt tables ...Ok. PASS: 1D interpolation in descending 3pt tables ...Ok. PASS: 1D interpolation in descending 18pt tables ...Ok. PASS: 3D interpolation Trilinear (float) ...Ok. PASS: 3D interpolation Trilinear (16) ...Ok. PASS: Reverse interpolation 4 -> 3 ......Ok. PASS: 3D interpolation with granularity ...Ok. PASS: 4D interpolation with granularity ...Ok. PASS: 6D interpolation with granularity ...Ok. PASS: 8D interpolation with granularity ...Ok. PASS: Lab to XYZ and back (float only) ...Ok. PASS: Lab V2 encoding ...Ok. PASS: Blackbody radiator ...Ok. PASS: Linear gamma curves (float) ....Ok. PASS: Curve 2.2 (float) ...|Err|<0.001953 .Ok. PASS: Curve 1.8 (table) ...|Err|<0.053287 .Ok. PASS: Curve 3.0 (table) ...|Err|<0.049726 .Ok. PASS: Curve 2.2 (word table) ...|Err|<0.972654 .Ok. PASS: Parametric curves ...Ok. PASS: Join curves descending ...Ok. PASS: Join curves sRGB (Float) ...Ok. PASS: Join curves sigmoidal ...Ok. PASS: 1 Stage LUT ...Ok. PASS: 2 Stage LUT (16 bits) ...Ok. PASS: 3 Stage LUT (16 bits) ...Ok. PASS: 4 Stage LUT (16 bits) ...Ok. PASS: 5 Stage LUT (16 bits) ...Ok. PASS: 6 Stage LUT (16 bits) ...Ok. PASS: XYZ to XYZ LUT (float only) ...Ok. PASS: Named Color LUT ...Ok. PASS: Floating point formatters ...Ok. PASS: ChangeBuffersFormat ...Ok. PASS: Multilocalized Unicode (II) ...Ok. PASS: Create named color profile ...Ok. PASS: Header version ...Ok. PASS: Error reporting on bad profiles ...Ok. PASS: Curves only transforms .........Ok. PASS: Encoded Lab->Lab transforms ...Ok. PASS: Matrix-shaper transform (float) ...Ok. PASS: Matrix-shaper transform (8 bits) ...Ok. PASS: Known values across matrix-shaper ...Ok. PASS: Gray Lab input profile ...Ok. PASS: Gray Lab output profile ...Ok. PASS: Matrix-shaper proofing transform (16 bits) ...Ok. PASS: CMYK roundtrip on perceptual transform ...Ok. PASS: Black ink only preservation ...Ok. PASS: Deciding curve types ...Ok. PASS: TAC detection ...Ok. PASS: CGATS parser on junk ...Ok. PASS: PostScript generator ...Ok. PASS: MD5 digest ...Ok. PASS: floating point tags on XYZ ...Ok. PASS: Parametric curve on Rec709 ...Ok. PASS: Floating Point segmented curve with short sampled segment ...Ok. PASS: Check MetaTag ...Ok. PASS: Set free a tag ...Ok. PASS: Planar 8 optimization ...Ok. PASS: Swap endian feature ...Ok. PASS: Forged MPE profile ...Ok. PASS: Empty MLUC ...Ok. PASS: OkLab color space ...Ok. PASS: centering of Lab16 ...Ok. PASS: Unbounded mode w/ integer output ...Ok. PASS: Bad CGATS file ...Ok. PASS: Gamut check on floats ...Ok. PASS: Context memory handling ...Ok. PASS: Alarm codes context ...Ok. PASS: 1D interpolation plugin ...Ok. PASS: Parametric curve plugin ...Ok. PASS: Tag type plugin ...Ok. PASS: Optimization plugin ...Ok. PASS: Full transform plugin ...Ok. PASS: Double from float ...Ok. DURATION: 10 END: /usr/lib/lcms/ptest STOP: ptest-runner TOTAL: 1 FAIL: 0 Signed-off-by: Jiao Song <sjiao@windriver.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
meta-oe
This layer depends on:
URI: git://github.com/openembedded/openembedded-core.git branch: master
luajit recipe requires host compiler to be able to generate 32bit code when target is 32bit e.g. arm, so ensure that $CC -m32 is functional on build host, if building this recipe, needed packages to fullfit this might have different names on different host distributions e.g. on archlinux based distributions install prerequisites like below
pacman -S lib32-gcc-libs lib32-glibc
Ubuntu sudo apt-get install gcc-multilib linux-libc-dev:i386
Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe]' in the subject'
When sending single patches, please use something like: 'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix="meta-oe][PATCH"'
You are encouraged to fork the mirror on GitHub https://github.com/openembedded/meta-openembedded to share your patches, this is preferred for patch sets consisting of more than one patch.
Note, it is discouraged to send patches via GitHub pull request system. Such patches get less attention from developers and can be mishandled or not reviewed properly. Please use emails instead. For exemple, you can use 'git request-pull' to generate an email referencing your git repository.
Other services like GitLab, repo.or.cz or self-hosted setups are of course accepted as well, 'git fetch ' works the same on all of them. We recommend GitHub because it is free, easy to use, has been proven to be reliable and has a really good web GUI.
Layer maintainer: Khem Raj raj.khem@gmail.com