summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
AgeCommit message (Expand)Author
2021-02-05pseudo: Update to work with glibc 2.33Richard Purdie
2021-02-05qemu: make ptest reworkMingli Yu
2021-02-05python3-importlib-metadata: Add toml dependencyChanghyeok Bae
2021-02-05python3-numpy: update to 0.20.0Oleksandr Kravchuk
2021-02-05python3-smmap: update to 4.0.0Oleksandr Kravchuk
2021-02-03binutils: Disable parallel install for target/nativesdk binutilsKhem Raj
2021-02-03binutils: Package libdep linker pluginsKhem Raj
2021-02-03binutils: Upgrade to 2.36 releaseKhem Raj
2021-02-03python3: fix CVE-2021-3177Anuj Mittal
2021-02-03opkg: Fix build reproducibility issueRichard Purdie
2021-02-03python3-setuptools: Add back accidentally dropped RDEPENDSRichard Purdie
2021-01-30elfutils: add support for ipkDorinda
2021-01-30elfutils: add PACKAGECONFIG for debuginfodDorinda
2021-01-30elfutils: split libdebuginfod into its own packageDorinda
2021-01-30python3: Use addtask statement instead of task dependenciesTomasz Dziendzielski
2021-01-30bison: upgrade 3.7.4 -> 3.7.5zhengruoqin
2021-01-30cmake: Upgrade 3.19.2 -> 3.19.3Vinícius Ossanes Aquino
2021-01-29ruby: Fix to work with autoconf 2.70Richard Purdie
2021-01-29pseudo: Update to include passwd and file renaming fixesRichard Purdie
2021-01-29meta: Clean up various class-native* RDEPENDS overridesRichard Purdie
2021-01-29native: Stop clearing PACKAGESRichard Purdie
2021-01-29bitbake.conf/python: Drop setting RDEPENDS/RPROVIDES defaultRichard Purdie
2021-01-28python3: Avoid installing test data into recipe-sysrootRichard Purdie
2021-01-27strace: increase ptest timeout duration 120->240sYi Fan Yu
2021-01-27libmodulemd: upgrade 2.11.2 -> 2.12.0zhengruoqin
2021-01-27meta: Fix native inheritance order in recipesTomasz Dziendzielski
2021-01-23btrfs-tools: upgrade 5.9 -> 5.10Wang Mingyu
2021-01-20meson: upgrade 0.56.0 -> 0.56.2Anuj Mittal
2021-01-20git: upgrade 2.29.2 -> 2.30.0Anuj Mittal
2021-01-20python3-numpy: upgrade 1.19.4 -> 1.19.5Anuj Mittal
2021-01-20python3-hypothesis: upgrade 5.43.3 -> 6.0.2Anuj Mittal
2021-01-20python3-dbusmock: upgrade 0.19 -> 0.22.0Anuj Mittal
2021-01-20diffstat: upgrade 1.63 -> 1.64Anuj Mittal
2021-01-20flex: Fix --noline option behaviorOleksiy Obitotskyy
2021-01-20python3-git: upgrade 3.1.11 -> 3.1.12Anuj Mittal
2021-01-20python3-importlib-metadata: upgrade 3.3.0 -> 3.4.0Anuj Mittal
2021-01-20python3-mako: upgrade 1.1.3 -> 1.1.4Anuj Mittal
2021-01-20python3-pygments: upgrade 2.7.3 -> 2.7.4Anuj Mittal
2021-01-20vala: upgrade 0.50.2 -> 0.50.3Anuj Mittal
2021-01-20apt: Fix do_compile error when enable ccacheRobert Yang
2021-01-20gcc: Backport patch to resolve i*86 tune configuration overridesNathan Rossi
2021-01-16dpkg: add nativesdk supporthongxu
2021-01-16apt: add nativesdk supporthongxu
2021-01-16binutils: Fix CVE-2020-35448Yi Fan Yu
2021-01-16qemu: fix do_compile errorChangqing Li
2021-01-16libmodulemd: upgrade 2.11.1 -> 2.11.2Wang Mingyu
2021-01-13binutils: upgrade 2.35 -> 2.35.1Wang Mingyu
2021-01-12meson: Don't turn string into a list in nativesdkRandy Li
2021-01-12meson: Add sysroot property to nativesdk-mesonRandy Li
2021-01-10tcl: upgrade 8.6.10 -> 8.6.11Wang Mingyu
/standard/ti-am335x'>v5.8/standard/ti-am335x Yocto Linux Embedded kernelGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/virtio_net.h
blob: 44e20c4b5141fc77f4450971c652130c8e77d81e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156