/openbmc/openbmc-test-automation/lib/ |
H A D | list_utils.robot | 8 Smart Combine Lists 10 [Arguments] @{lists} 13 # lists A list of lists to be combined. Any item in this list which is 16 ${list_size}= Get Length ${lists} 19 FOR ${arg} IN @{lists} 20 ${type_arg}= Evaluate str(type($lists[${index}])).split("'")[1] 22 Remove From List ${lists} ${index} 28 ${new_list}= Combine Lists @{lists} [all...] |
/openbmc/openbmc/poky/documentation/ref-manual/ |
H A D | varlocality.rst | 17 The following subsections provide lists of variables whose context is 25 This section lists variables whose configuration context is the 51 This section lists variables whose configuration context is the machine. 76 This section lists variables whose configuration context is the local 102 The following subsections provide lists of variables whose context is 110 This section lists variables that are required for recipes. 123 This section lists variables that define recipe dependencies. 140 This section lists variables that define recipe paths. 153 This section lists variables that define extra build information for
|
H A D | resources.rst | 57 Mailing lists 60 There are multiple mailing lists maintained by the Yocto Project as well 61 as related OpenEmbedded mailing lists for discussion, patch submission 62 and announcements. To subscribe to one of the following mailing lists, 90 See also :yocto_home:`the description of all mailing lists </community/mailing-lists/>`.
|
/openbmc/qemu/util/ |
H A D | qemu-config.c | 13 static QemuOptsList *find_list(QemuOptsList **lists, const char *group, in find_list() argument 19 for (i = 0; lists[i] != NULL; i++) { in find_list() 20 if (strcmp(lists[i]->name, group) == 0) in find_list() 23 if (lists[i] == NULL) { in find_list() 26 return lists[i]; in find_list() 170 QemuOptsList **lists = opaque; in qemu_config_do_parse() local 173 list = find_list(lists, group, errp); in qemu_config_do_parse() 181 int qemu_config_parse(FILE *fp, QemuOptsList **lists, const char *fname, Error **errp) in qemu_config_parse() argument 183 return qemu_config_foreach(fp, qemu_config_do_parse, lists, fname, errp); in qemu_config_parse() 283 bool qemu_config_parse_qdict(QDict *options, QemuOptsList **lists, in qemu_config_parse_qdict() argument [all …]
|
/openbmc/openbmc/meta-phosphor/classes/ |
H A D | obmc-phosphor-utils.bbclass | 16 lists = [listvar_to_list(d, x) for x in listvars] 17 lst = [fmt.format(*x) for x in itertools.product(*lists)] 23 lists = [listvar_to_list(d, x) for x in listvars] 24 lst = [fmt.format(*x) for x in zip(*lists)]
|
/openbmc/openbmc/poky/bitbake/ |
H A D | README | 24 As a quick guide, patches should be sent to bitbake-devel@lists.openembedded.org 27 git send-email -M -1 --to bitbake-devel@lists.openembedded.org 32 git send-email -M -1 --to bitbake-devel@lists.openembedded.org --cc docs@lists.yoctoproject.org 36 https://lists.openembedded.org/g/bitbake-devel
|
/openbmc/u-boot/Documentation/ |
H A D | linker_lists.rst | 10 and entry names, plus a prefix which allows grouping all lists 37 The naming scheme for input sections allows grouping all linker lists 52 Start and end symbols for the whole of the linker lists area can be 72 If lists must be divided into sublists (e.g. for iterating only on 80 named "drivers", two sub-lists named "i2c" and "pci", and iterators
|
/openbmc/openbmc/poky/ |
H A D | README.OE-Core.md | 21 As a quick guide, patches should be sent to openembedded-core@lists.openembedded.org 25 git send-email -M -1 --to openembedded-core@lists.openembedded.org 29 <https://lists.openembedded.org/g/openembedded-core>
|
H A D | README.poky.md | 50 - Mailing list: openembedded-core@lists.openembedded.org 55 - Mailing list: bitbake-devel@lists.openembedded.org 60 - Mailing list: docs@lists.yoctoproject.org 65 - Mailing list: poky@lists.yoctoproject.org
|
H A D | README.md | 50 - Mailing list: openembedded-core@lists.openembedded.org 55 - Mailing list: bitbake-devel@lists.openembedded.org 60 - Mailing list: docs@lists.yoctoproject.org 65 - Mailing list: poky@lists.yoctoproject.org
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-hypothesis/ |
H A D | test_rle.py | 68 # We use lists of a type that should have a relatively high duplication rate, 70 Lists = st.lists(st.integers(0, 10)) variable 73 @given(Lists) 83 @given(Lists, st.data())
|
H A D | test_binary_search.py | 88 # We generate arbitrary lists and turn this into generating sorting lists 90 SortedLists = st.lists(Values).map(sorted) 93 # SortedLists = st.lists(Values).filter(is_sorted) 94 # The problem is that Hypothesis will only generate long sorted lists with very
|
/openbmc/openbmc/meta-openembedded/meta-networking/ |
H A D | MAINTAINERS | 4 development mailing list (openembedded-devel@lists.openembedded.org) with 10 --to openembedded-devel@lists.openembedded.org \ 31 L: openembedded-devel@lists.openembedded.org
|
/openbmc/qemu/tests/qapi-schema/ |
H A D | alternate-conflict-lists.err | 1 alternate-conflict-lists.json: In alternate 'Alt': 2 alternate-conflict-lists.json:4: branch 'two' can't be distinguished from 'one'
|
/openbmc/openbmc/meta-openembedded/meta-python/ |
H A D | README.md | 26 (openembedded-devel@lists.openembedded.org) is used for questions, 30 Send pull requests to openembedded-devel@lists.openembedded.org with 34 git send-email -M -1 --to=openembedded-devel@lists.openembedded.org --subject-prefix='meta-python][…
|
/openbmc/openbmc/meta-openembedded/ |
H A D | .b4-config | 2 #email-exclude = *@lists.openembedded.org, *@lists.yoctoproject.org
|
/openbmc/docs/ |
H A D | README.md | 9 The [features](features.md) document lists the project's major features with 14 - Mail: `openbmc@lists.ozlabs.org` <https://lists.ozlabs.org/listinfo/openbmc>
|
/openbmc/openbmc/meta-arm/ |
H A D | README.md | 38 …m developer community, please email the meta-arm mailing list at <meta-arm@lists.yoctoproject.org>. 41 https://lists.yoctoproject.org/g/meta-arm 49 E-mail <meta-arm@lists.yoctoproject.org> with patches created using this process. You can configure… 51 `$ git config --local --add sendemail.to meta-arm@lists.yoctoproject.org` 87 E-mail <meta-arm@lists.yoctoproject.org> with the error encountered and the steps
|
/openbmc/openbmc/poky/meta-poky/ |
H A D | README.poky.md | 50 - Mailing list: openembedded-core@lists.openembedded.org 55 - Mailing list: bitbake-devel@lists.openembedded.org 60 - Mailing list: docs@lists.yoctoproject.org 65 - Mailing list: poky@lists.yoctoproject.org
|
/openbmc/openbmc/meta-openembedded/meta-gnome/ |
H A D | README.md | 11 Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-gnome]' in the subject' 14 git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix='meta-gnome][P…
|
/openbmc/openbmc/poky/documentation/ |
H A D | boilerplate.rst | 9 | <docs@lists.yoctoproject.org> 18 Project documentation mailing list at ``docs@lists.yoctoproject.org`` or
|
/openbmc/openbmc/meta-openembedded/meta-xfce/ |
H A D | README.md | 16 Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-xfce]' in the subject' 19 git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix='meta-xfce][PA…
|
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/ |
H A D | 0001-hwclock-Check-for-SYS_settimeofday-before-calling-sy.patch | 14 https://www.openwall.com/lists/musl/2024/03/03/2 15 https://www.openwall.com/lists/musl/2024/04/07/2 21 Upstream-Status: Submitted [http://lists.busybox.net/pipermail/busybox/2021-March/088583.html]]
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libalgorithm/ |
H A D | libalgorithm-diff-perl_1.15.bb | 2 files/lists" 4 two strings, or any other two lists of things. It uses an intelligent \
|
/openbmc/openbmc/meta-security/meta-hardening/ |
H A D | README.md | 67 Send pull requests, patches, comments or questions to yocto-patches@lists.yoctoproject.org 70 'git send-email -1 --to yocto-patches@lists.yoctoproject.org --subject-prefix=meta-hardening][PATCH' 74 $ git config sendemail.to yocto-patches@lists.yoctoproject.org
|