Lee Chee Yang 2fcef1f4d3 ace : improve reproducibility
improve ace and ace-dbg package reproducibility.

some diffoscope output from deb package :
│ │ │ │ -  0x0000c860 75696c64 2d636c61 6e672f74 6d702f77 uild-clang/tmp/w
│ │ │ │ -  0x0000c870 6f726b2f 736b796c 616b652d 36342d70 ork/skylake-64-p
│ │ │ │ -  0x0000c880 6f6b792d 6c696e75 782f6163 652f362e oky-linux/ace/6.
│ │ │ │ -  0x0000c890 352e3130 2d72302f 4143455f 77726170 5.10-r0/ACE_wrap
│ │ │ │ -  0x0000c8a0 70657273 2f616365 2f4d6f6e 69746f72 pers/ace/Monitor
│ │ │ │ -  0x0000c8b0 5f436f6e 74726f6c 2f4e756d 5f546872 _Control/Num_Thr
│ │ │ │ -  0x0000c8c0 65616473 5f4d6f6e 69746f72 2e637070 eads_Monitor.cpp
│ │ │ │ -  0x0000c8d0 00000000 00000000 4e756d20 74687265 ........Num thre
│ │ │ │ +  0x0000c860 75696c64 2d636c61 6e672d32 2f746d70 uild-clang-2/tmp
│ │ │ │ +  0x0000c870 2f776f72 6b2f736b 796c616b 652d3634 /work/skylake-64
│ │ │ │ +  0x0000c880 2d706f6b 792d6c69 6e75782f 6163652f -poky-linux/ace/
│ │ │ │ +  0x0000c890 362e352e 31302d72 302f4143 455f7772 6.5.10-r0/ACE_wr
│ │ │ │ +  0x0000c8a0 61707065 72732f61 63652f4d 6f6e6974 appers/ace/Monit
│ │ │ │ +  0x0000c8b0 6f725f43 6f6e7472 6f6c2f4e 756d5f54 or_Control/Num_T
│ │ │ │ +  0x0000c8c0 68726561 64735f4d 6f6e6974 6f722e63 hreads_Monitor.c
│ │ │ │ +  0x0000c8d0 70700000 00000000 4e756d20 74687265 pp......Num thre

Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-22 22:25:52 -07:00
..
2020-06-03 15:15:43 -07:00
2020-07-28 12:52:14 -07:00
2020-09-13 09:28:52 -07:00
2020-09-12 18:46:28 -07:00
2020-09-22 10:19:13 -07:00
2020-09-11 09:39:23 -07:00

meta-oe
=======

This layer depends on:

URI: git://github.com/openembedded/openembedded-core.git
branch: master
revision: HEAD

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

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/openembedded-core
to share your patches, this is preferred for patch sets consisting of more than one patch.

Other services like gitorious, repo.or.cz or self-hosted setups are of course accepted as well,
'git fetch <remote>' 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>