Home
last modified time | relevance | path

Searched refs:Distro (Results 1 – 25 of 33) sorted by relevance

12

/OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/clang/
H A D0032-Correct-library-search-path-for-OpenEmbedded-Host.patch36 clang/include/clang/Driver/Distro.h | 2 ++
37 clang/lib/Driver/Distro.cpp | 1 +
41 diff --git a/clang/include/clang/Driver/Distro.h b/clang/include/clang/Driver/Distro.h
43 --- a/clang/include/clang/Driver/Distro.h
44 +++ b/clang/include/clang/Driver/Distro.h
61 diff --git a/clang/lib/Driver/Distro.cpp b/clang/lib/Driver/Distro.cpp
63 --- a/clang/lib/Driver/Distro.cpp
64 +++ b/clang/lib/Driver/Distro.cpp
65 @@ -44,6 +44,7 @@ static Distro::DistroType DetectOsRelease(llvm::vfs::FileSystem &VFS) {
66 .Case("sles", Distro::OpenSUSE)
[all …]
H A D0031-Fix-lib-paths-for-OpenEmbedded-Host.patch58 +#include "clang/Driver/Distro.h"
66 + Distro Distro(D.getVFS(), TargetTriple);
76 + Distro.IsOpenEmbedded()},
/OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/
H A Dllvm-project-source.inc76 case += '\\n .Case("' + distro_id + '", Distro::' + distro_id.upper() + ')'
77 …triple += '\\n if (Distro.Is' + distro_id.upper() + '())\\n return "x86_64-' + distro_triple…
84 …d("sed -i 's#//CLANG_EXTRA_OE_DISTRO_NAME#%s#g' ${S}/clang/include/clang/Driver/Distro.h" % (name))
86 …"sed -i 's#//CLANG_EXTRA_OE_DISTRO_CHECK#%s#g' ${S}/clang/include/clang/Driver/Distro.h" % (check))
90 …cmd = d.expand("sed -i 's#//CLANG_EXTRA_OE_DISTRO_CASES#%s#g' -i ${S}/clang/lib/Driver/Distro.cpp"…
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dtoolchain-scripts-base.bbclass6 echo 'Distro: ${DISTRO}' >> $versionfile
7 echo 'Distro Version: ${DISTRO_VERSION}' >> $versionfile
H A Duboot-extlinux-config.bbclass93 cfgfile.write('# Generic Distro Configuration file generated by OpenEmbedded\n')
/OK3568_Linux_fs/buildroot/package/raspi-gpio/
H A Draspi-gpio.mk8 RASPI_GPIO_SITE = $(call github,RPi-Distro,raspi-gpio,$(RASPI_GPIO_VERSION))
H A DConfig.in12 https://github.com/RPi-Distro/raspi-gpio
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-distro_1.7.0.bb1 SUMMARY = "Distro is an OS platform information API"
/OK3568_Linux_fs/debian/scripts/
H A Drockbian.sh37 git clone https://github.com/RPi-Distro/pi-gen.git $WORK_DIR
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/packagegroups/
H A Dpackagegroup-core-boot.bb13 # Distro can override the following VIRTUAL-RUNTIME providers:
H A Dpackagegroup-base.bb105 # If Distro want wifi and machine feature wifi/pci/pcmcia/usbhost (one of them)
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/
H A D0008-nativesdk-glibc-Fall-back-to-faccessat-on-faccess2-r.patch9 Upstream-Status: Inappropriate [Distro Specific]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/management/commands/
H A Dlsupdates.py13 from orm.models import Distro
230 distro, created = Distro.objects.get_or_create(
/OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/tests/
H A Dlayerindexobj.py11 …xlib import LayerIndexObj, Branch, LayerItem, LayerBranch, LayerDependency, Recipe, Machine, Distro
64 self.index.distros[distroId] = Distro(self.index)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/
H A Drestapi.py114 ("distros", layerindexlib.Distro)]:
256 ("distros", layerindexlib.Distro)]:
H A Dcooker.py327 distro = layerindexlib.Distro(index, None)
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/opkg/
H A Dopkg-keyrings_1.0.bb5 # Distro-specific keys can be added to this package in two ways:
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/packagegroups/
H A Dpackagegroup-basic.bb37 # 2) Distro features: packages associated with those
/OK3568_Linux_fs/yocto/poky/documentation/ref-manual/
H A Dvarlocality.rst22 Distribution (Distro)
H A Dfeatures.rst95 Distro Features
/OK3568_Linux_fs/debian/
H A Dreadme.md6 ## Available Distro
/OK3568_Linux_fs/yocto/meta-clang/
H A DREADME.md1 [![Yoe Distro CI](https://github.com/kraj/meta-clang/workflows/Yoe%20Distro%20CI/badge.svg?branch=m…
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/
H A Dmodels.py333 queryset = Distro.objects.filter(
341 queryset = Distro.objects.filter(
1857 class Distro(models.Model): class
/OK3568_Linux_fs/yocto/poky/documentation/sdk-manual/
H A Dusing.rst112 Poky (Yocto Project Reference Distro) SDK installer version &DISTRO;
/OK3568_Linux_fs/kernel/Documentation/powerpc/
H A Dfirmware-assisted-dump.rst210 major Distro releases have already been modified to work seemlessly (no

12