Patrick Williams | 975a06f | 2022-10-21 14:42:47 -0500 | [diff] [blame] | 1 | LICENSE = "Apache-2.0 & BSD-3-Clause & MIT & Zlib" |
| 2 | |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f87516e0b698007e9e75a1fe1012b390 \ |
| 4 | file://buildtools/libcxx/LICENSE.TXT;md5=55d89dd7eec8d3b4204b680e27da3953 \ |
Patrick Williams | 975a06f | 2022-10-21 14:42:47 -0500 | [diff] [blame] | 5 | file://buildtools/libcxxabi/LICENSE.TXT;md5=7b9334635b542c56868400a46b272b1e \ |
| 6 | file://buildtools/libunwind/LICENSE.TXT;md5=f66970035d12f196030658b11725e1a1 \ |
| 7 | file://buildtools/protobuf/LICENSE;md5=37b5762e07f0af8c74ce80a8bda4266b \ |
| 8 | file://buildtools/zlib/LICENSE;md5=f09575dbfb09420642318b413159496f \ |
| 9 | file://debian/copyright;md5=4e08364c82141f181de69d0a2b89d612 \ |
| 10 | file://python/LICENSE;md5=c602a632c34ade9c78a976734077bce7" |
| 11 | |
Patrick Williams | 2390b1b | 2022-11-03 13:47:49 -0500 | [diff] [blame] | 12 | SRC_URI:append = " \ |
Patrick Williams | 975a06f | 2022-10-21 14:42:47 -0500 | [diff] [blame] | 13 | git://github.com/protocolbuffers/protobuf.git;branch=3.9.x;protocol=https;destsuffix=git/buildtools/protobuf;name=protobuf \ |
| 14 | git://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git;protocol=https;destsuffix=git/buildtools/libcxx;branch=main;name=libcxx \ |
| 15 | git://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git;protocol=https;destsuffix=git/buildtools/libcxxabi;branch=main;name=libcxxabi \ |
| 16 | git://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git;protocol=https;destsuffix=git/buildtools/libunwind;branch=main;name=libunwind \ |
Patrick Williams | 864cc43 | 2023-02-09 14:54:44 -0600 | [diff] [blame] | 17 | git://android.googlesource.com/platform/system/libbase.git;branch=master;protocol=https;destsuffix=git/buildtools/android-libbase;name=libbase \ |
| 18 | git://android.googlesource.com/platform/system/unwinding.git;branch=master;protocol=https;destsuffix=git/buildtools/android-unwinding;name=unwinding \ |
| 19 | git://android.googlesource.com/platform/system/logging.git;branch=master;protocol=https;destsuffix=git/buildtools/android-logging;name=logging \ |
| 20 | git://android.googlesource.com/platform/system/libprocinfo.git;branch=master;protocol=https;destsuffix=git/buildtools/android-libprocinfo;name=libprocinfo \ |
| 21 | git://android.googlesource.com/platform/system/core.git;branch=master;protocol=https;destsuffix=git/buildtools/android-core;name=core \ |
| 22 | git://android.googlesource.com/platform/bionic.git;branch=master;protocol=https;destsuffix=git/buildtools/bionic;name=bionic \ |
Patrick Williams | 975a06f | 2022-10-21 14:42:47 -0500 | [diff] [blame] | 23 | git://android.googlesource.com/platform/external/zlib.git;branch=master;protocol=https;destsuffix=git/buildtools/zlib;name=zlib \ |
Patrick Williams | 864cc43 | 2023-02-09 14:54:44 -0600 | [diff] [blame] | 24 | git://android.googlesource.com/platform/external/lzma.git;branch=master;protocol=https;destsuffix=git/buildtools/lzma;name=lzma \ |
Patrick Williams | 975a06f | 2022-10-21 14:42:47 -0500 | [diff] [blame] | 25 | https://storage.googleapis.com/perfetto/gn-linux64-1968-0725d782;subdir=git/buildtools/;name=gn \ |
Patrick Williams | 864cc43 | 2023-02-09 14:54:44 -0600 | [diff] [blame] | 26 | \ |
| 27 | file://0001-Remove-check_build_deps-build-steps.patch \ |
| 28 | file://0001-Add-missing-header-cstdint-for-uintXX_t-types.patch" |
Patrick Williams | 975a06f | 2022-10-21 14:42:47 -0500 | [diff] [blame] | 29 | |
Patrick Williams | 864cc43 | 2023-02-09 14:54:44 -0600 | [diff] [blame] | 30 | SRCREV_bionic = "4b0e16bc72a82a63c699977376a7d6eadca1b206" |
| 31 | SRCREV_core = "9e6cef7f07d8c11b3ea820938aeb7ff2e9dbaa52" |
| 32 | SRCREV_lzma = "7851dce6f4ca17f5caa1c93a4e0a45686b1d56c3" |
| 33 | SRCREV_libprocinfo = "fd214c13ededecae97a3b15b5fccc8925a749a84" |
| 34 | SRCREV_logging = "7b36b566c9113fc703d68f76e8f40c0c2432481c" |
| 35 | SRCREV_unwinding = "d66882575ebe3700d6a6b10185f3aee28acc1051" |
Patrick Williams | 975a06f | 2022-10-21 14:42:47 -0500 | [diff] [blame] | 36 | SRCREV_protobuf = "6a59a2ad1f61d9696092f79b6d74368b4d7970a3" |
Patrick Williams | 864cc43 | 2023-02-09 14:54:44 -0600 | [diff] [blame] | 37 | SRCREV_libbase = "78f1c2f83e625bdf66d55b48bdb3a301c20d2fb3" |
| 38 | SRCREV_libcxx = "f8571eaba606bde2eb8cd34b30104ca33e7c207e" |
| 39 | SRCREV_libcxxabi = "8dd405113a4f3694e910b79785dd7fb7535a888a" |
| 40 | SRCREV_libunwind = "aabcd8753678f1536e15eb6385a948470debdae4" |
Patrick Williams | 975a06f | 2022-10-21 14:42:47 -0500 | [diff] [blame] | 41 | SRCREV_zlib = "5c85a2da4c13eda07f69d81a1579a5afddd35f59" |
| 42 | SRC_URI[gn.sha256sum] = "f706aaa0676e3e22f5fc9ca482295d7caee8535d1869f99efa2358177b64f5cd" |
| 43 | |
Patrick Williams | 2390b1b | 2022-11-03 13:47:49 -0500 | [diff] [blame] | 44 | require perfetto.inc |
| 45 | |
Patrick Williams | 975a06f | 2022-10-21 14:42:47 -0500 | [diff] [blame] | 46 | DEPENDS += " ninja-native" |
| 47 | |
| 48 | COMPATIBLE_HOST = "(i.86|x86_64|aarch64|arm).*-linux*" |
| 49 | |
Patrick Williams | 864cc43 | 2023-02-09 14:54:44 -0600 | [diff] [blame] | 50 | CCACHE_DISABLE = "1" |
| 51 | |
| 52 | # Some musl hacks gets through compiling it for musl |
| 53 | # Nullifying -DTEMP_FAILURE_RETRY might be grossest of them |
| 54 | TUNE_CCARGS:append:libc-musl = " -D_LIBCPP_HAS_MUSL_LIBC -Dgetprogname\(\)=program_invocation_name -DTEMP_FAILURE_RETRY=" |
Patrick Williams | 975a06f | 2022-10-21 14:42:47 -0500 | [diff] [blame] | 55 | FILES:${PN}:append = " \ |
| 56 | ${bindir}/tracebox \ |
| 57 | " |
| 58 | |
Patrick Williams | 975a06f | 2022-10-21 14:42:47 -0500 | [diff] [blame] | 59 | B = "${WORKDIR}/build" |
| 60 | |
| 61 | # Run the GN (Generate Ninja) script, and replace the compiler flags where applicable |
| 62 | do_configure () { |
| 63 | # Configuration needs to be done from the source directory |
| 64 | cd ${S} |
| 65 | # Rename a few build tools if they have not been renamed |
| 66 | cd buildtools |
| 67 | x="gn-linux64-1968-0725d782" |
| 68 | [ -f $x ] && mkdir linux64 && mv $x linux64/gn |
| 69 | chmod +x linux64/gn |
| 70 | cd .. |
| 71 | |
| 72 | CC_BIN=`echo $CC | awk '{print $1}'` |
| 73 | CXX_BIN=`echo $CXX | awk '{print $1}'` |
| 74 | STRIP_BIN=`echo $STRIP | awk '{print $1}'` |
| 75 | |
| 76 | ARGS="is_debug=false " # Tell gn to use release mode |
| 77 | |
| 78 | if [ -z `echo ${TOOLCHAIN} | grep clang` ]; then |
| 79 | ARGS=$ARGS" is_clang=false" |
| 80 | else |
| 81 | ARGS=$ARGS" is_clang=true" |
| 82 | fi |
| 83 | |
| 84 | # Architecture parameter accepted by Perfetto |
| 85 | arch=${TARGET_ARCH} |
| 86 | if [ $arch = "i686" ]; then |
| 87 | arch="x86" |
| 88 | elif [ $arch = "x86_64" ]; then |
| 89 | arch="x64" |
| 90 | elif [ $arch = "aarch64" ]; then |
| 91 | arch="arm64" |
| 92 | fi |
Patrick Williams | 975a06f | 2022-10-21 14:42:47 -0500 | [diff] [blame] | 93 | |
| 94 | ARGS=$ARGS" target_os=\"linux\"" |
| 95 | ARGS=$ARGS" target_cpu=\"$arch\"" |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 96 | ARGS=$ARGS" target_cc=\"$CC_BIN ${TUNE_CCARGS}\"" |
| 97 | ARGS=$ARGS" target_cxx=\"$CXX_BIN -std=c++11 ${TUNE_CCARGS}\"" |
Patrick Williams | 975a06f | 2022-10-21 14:42:47 -0500 | [diff] [blame] | 98 | ARGS=$ARGS" target_strip=\"$STRIP_BIN\"" # |
| 99 | ARGS=$ARGS" target_sysroot=\"${RECIPE_SYSROOT}\"" |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 100 | ARGS=$ARGS" target_linker=\"$CC_BIN ${TUNE_CCARGS} ${LDFLAGS}\"" |
Patrick Williams | 975a06f | 2022-10-21 14:42:47 -0500 | [diff] [blame] | 101 | ARGS=$ARGS" target_ar=\"$AR\"" |
| 102 | ARGS="'$ARGS'" |
| 103 | cmd="tools/gn gen --args=$ARGS ${B}" |
| 104 | |
| 105 | echo $cmd |
| 106 | # Use eval, not just call $cmd, due to escaping of single quotation marks |
| 107 | eval $cmd |
| 108 | |
| 109 | cd ${B} |
| 110 | # Eliminate a few incompatible build flags |
| 111 | REPLACES="s/-Wl,--icf=all//g" |
| 112 | REPLACES=$REPLACES";s/-Werror//g" |
Patrick Williams | 975a06f | 2022-10-21 14:42:47 -0500 | [diff] [blame] | 113 | REPLACES=$REPLACES";s/-fcolor-diagnostics//g" |
| 114 | REPLACES=$REPLACES";s/=format-security//g" |
| 115 | REPLACES=$REPLACES";s/-fdiagnostics-show-template-tree//g" |
| 116 | REPLACES=$REPLACES";s/-D_FORTIFY_SOURCE=2//g" |
| 117 | REPLACES=$REPLACES";s/-fuse-ld=\S*//g" |
| 118 | |
| 119 | find . -name "*.ninja" | xargs sed $REPLACES -i |
| 120 | |
| 121 | # If using the clang toolchain: use the clang host-side binaries built by Bitbake |
| 122 | if [ "${TOOLCHAIN}" = "clang" ]; then |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 123 | BB_CLANGXX="${BUILD_CXX} ${BUILD_LDFLAGS}" |
| 124 | BB_CLANG="${BUILD_CC}" |
Patrick Williams | 975a06f | 2022-10-21 14:42:47 -0500 | [diff] [blame] | 125 | BB_LLVM_OBJCOPY="${RECIPE_SYSROOT_NATIVE}/usr/bin/llvm-objcopy" |
| 126 | |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 127 | HOST_CLANGXX="${STAGING_DIR_NATIVE}/usr/bin/clang++ -stdlib=libc++ -rtlib=libgcc -unwindlib=libgcc" |
| 128 | HOST_CLANG="${STAGING_DIR_NATIVE}/usr/bin/clang" |
Patrick Williams | 975a06f | 2022-10-21 14:42:47 -0500 | [diff] [blame] | 129 | HOST_LLVM_OBJCOPY="${STAGING_DIR_NATIVE}/usr/bin/llvm-objcopy" |
| 130 | |
| 131 | cd gcc_like_host |
| 132 | REPLACES="s:\S*clang++ :$HOST_CLANGXX :g" |
| 133 | REPLACES=$REPLACES";s:\S*clang :$HOST_CLANG :g" |
| 134 | REPLACES=$REPLACES";s:\S*llvm-objcopy :$HOST_LLVM_OBJCOPY :g" |
| 135 | find . -name "*.ninja" | xargs sed "$REPLACES" -i |
| 136 | cd .. |
| 137 | fi |
| 138 | # Done processing the Ninja files |
Patrick Williams | 975a06f | 2022-10-21 14:42:47 -0500 | [diff] [blame] | 139 | } |
| 140 | |
| 141 | # Perfetto generates a few different binaries, such as traced and traced_probes and perfetto. |
| 142 | # The "tracebox" is a busybox that combines the 3 above and provides a single stop for trace capture, so we only build "tracebox" here. |
| 143 | do_compile () { |
| 144 | cd ${B} |
| 145 | ninja -C . tracebox |
| 146 | } |
| 147 | |
| 148 | do_install () { |
| 149 | BIN_DIR=${D}${bindir} |
| 150 | |
| 151 | install -d -m0755 $BIN_DIR |
| 152 | install ${B}/tracebox $BIN_DIR/tracebox |
| 153 | } |