| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Update to account for review feedback on list.
(From OE-Core rev: ec788594f3f6a47687c6eb321437f2d2b58b1518)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
0001-configure.ac-Do-not-fatalize-Wmissing-prototypes.patch is no longer
needed
disabling format warnings is no longer needed as well therefore remove
it from recipe and address the warnings (if any in patches)
Ensure that it can build with clang as well on the way via the new clang-warnings.patch
patch
(From OE-Core rev: c22726425a2554a65b17a9daac9350940b2ddd6b)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
| |
(From OE-Core rev: 6c491181211b39e8082e73d9e87b5a99ee51261a)
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
| |
(From OE-Core rev: cf5f46e6435a577170d4c0267dc41b62ef1caab0)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Results:
pass 400
fail 0
skip 32
(From OE-Core rev: b3147117a32e2bfe851ffa00951dfb28af4ab7e6)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
| |
Otherwise, builds break with latest gettext.
(From OE-Core rev: 42bde3e60241b096bd37923b49b98b803506b27c)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
| |
License-Update: URLs changed from http to https
(From OE-Core rev: c9f8b48ddae0c951fe4df99fda062526160c0a9f)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
| |
Rather than update a tarball, I took m4 files directly from an install of 0.20.1.
The patch is dropped as guile has long been removed from oe-core.
(From OE-Core rev: be1fe0120f99e88580cde8fe9004d8135458cac4)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
| |
Use PCRE, this enables using posix extended Regexps on cmdline
(From OE-Core rev: 7a0fd80d8a5f2aedcccb5a52acca46dea3feb3d8)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
| |
(From OE-Core rev: 61d4d3d5a9f27e0fbf1d7ed6db818a779643b8f3)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* For some aging distros, such as CentOS 7, the native version
of gcc is simply too ancient and is a constant source of
headaches for moving forward.
* Add an extended version of buildtools-tarball which adds all
of build-essential, so that the host is now modernized and
capable of compiling the latest versions of components.
Fixes [YOCTO #13714]
(From OE-Core rev: f0377af2325613b63716b0bb4db1ab253d79f388)
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
As pointed out by Masahiro Yamada <masahiroy@kernel.org>, ('' or 'custom')
equates to "custom" and this code seems unecesaarily complicated and unused.
It was likely intended to supress the value if XXX_OS was set to '' but the
code doesn't actually do that. Simplify it as we shouldn't have this indirection
if we don't need it, its horrible.
(From OE-Core rev: 66e4c638b942c9832da9e1d578aa03eeafae28db)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
=help>
List-Subscribe:
<http://lists.openembedded.org/mailman/listinfo/openembedded-core>,
<mailto:openembedded-core-request@lists.openembedded.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Sender: openembedded-core-bounces@lists.openembedded.org
Errors-To: openembedded-core-bounces@lists.openembedded.org
X-Virus-Scanned: clamav-milter 0.101.4 at dan
X-Virus-Status: Clean
X-Evolution-Source: 1525863794.3857.16@hex
Content-Transfer-Encoding: 8bit
Python uses features of glibc that require it to dynamically load (i.e.
dlopen()) libgcc_s at runtime. However, since this isn't a link time
dependency, it doesn't get picked up automatically by bitbake so
manually add it to RDEPENDS.
There is an outstanding bug in Python to make it explicitly link against
libgcc at link time which would remove the need for this. See:
https://bugs.python.org/issue37395
(From OE-Core rev: df107f3a149b1e88d9f869e7ff87950ccf5aaee0)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
examples are unbuildable in some cases, see [1]
this helps in making them optional via the newly addded
configure option in 2.11 release
[1] https://bugs.lttng.org/issues/1132
[2] https://patchwork.ozlabs.org/patch/832106/
(From OE-Core rev: 37c9c50a00949442419173bcbdce8ee1714eed23)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
do_image_wic now depends on the do_image_complete tasks from all it's
dependencies. This allows images recipes specified in WKS_FILE_DEPENDS
(for example, if a machine wants to put a initrd into a boot partition)
to correctly trigger rebuilds for the wic image.
Note that recrdeptask can't be used as was done for do_deploy because
this would cause circular task dependency errors. This shouldn't be
necessary anyway if the dependencies specified in WKS_FILE_DEPENDS are
complete.
(From OE-Core rev: 4b93115a0c6f8686e7a21b992751626844c301d5)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Commit d31ff84a5f47 ("systemd: fix PN-container package splitting"),
d0b2cedfb099 in poky, created a new package for the remote journal,
but introduced a typo during declaration of the systemd unit part
of that package.
Fix it.
(From OE-Core rev: bb6a99f933795a9218051f1cd47c5551352d861c)
Signed-off-by: André Draszik <git@andred.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upgrade mesa to 19.3 and refresh the patches.
As MESA_EGL_NO_X11_HEADERS was renamed to EGL_NO_X11 in [1] we are going
to change the do_install and add a patch to libepoxy to use the new
define.
1: https://gitlab.freedesktop.org/mesa/mesa/commit/6202a13b71e18dc31ba7e2f4ea915b67eacc1ddb
(From OE-Core rev: 7a3d575ba56311c46122dfe9fa88094859fe9713)
Signed-off-by: Alistair Francis <alistair@alistair23.me>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
| |
(From OE-Core rev: aee9beb12226abf7a195b8ee801ea488920b2fdb)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
| |
(From OE-Core rev: e874d067ace03774132ba3030a898678057c1304)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Ensure that RECIPE_SYSROOT is the same for -native recipes whether
multilib.conf is included or not.
Without this change task signatures for -native recipes change when
switching between MACHINEs that require multilib.conf and those that
don't.
This fix was one of the ones suggested by Khem Raj in
http://lists.openembedded.org/pipermail/openembedded-core/2019-December/290303.html
Add test_sstate_multilib_or_not_native_samesigs test case to
sstatetests.py to ensure that this stays fixed.
(From OE-Core rev: aa05f1ded71366b86eda7fce24d8b5395e85ada2)
Signed-off-by: Mike Crowe <mac@mcrowe.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
| |
(From OE-Core rev: 4dccab7639da56a5ae6dcc02f4aac552f06da981)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
| |
(From OE-Core rev: 5263b2ebc57fe289d64c74bfb10da39ed7c98828)
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
While installing perl-doc and tcl-doc to image, there is a file conflicts
at do_rootfs
...
|file /usr/share/man/man3/Thread.3 conflicts between attempted installs of
perl-doc-5.30.1-r0.core2_64 and tcl-doc-8.6.10-r0.core2_64
...
Use update-alternatives to fix
(From OE-Core rev: 47df8c0dd8ff86af97e6c6d217fb8d69ebec24e5)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
| |
* For buildtools-extended-tarball, where we are adding all of build-essentials
to the nativesdk, we need additional perl modules for autoconf and automake.
(From OE-Core rev: f0f766160663407ea7683d31bbf5f011accc9ba2)
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
| |
Clang is quite a lot more stricter and ends up finding more cases,
these are code format warnings so its safer to disable them here.
(From OE-Core rev: 735eb7f3e0d14be50b17e85af6e6da7fc2921924)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
| |
Its better for us to disable these extra warnings, upstream should fix
them correctly in code and we can re-enable it
(From OE-Core rev: ebb315955c1ec0cb524d8678ca5af1648f700406)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
| |
This is needed with gcc 10
(From OE-Core rev: 312e9fe3f047547df4c21c8e666cc9aa70e15347)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
| |
(From OE-Core rev: 8413dede13efa8950b0135e09ae104a38c36649c)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
| |
Add Little/big Endian, 32bit/64bit
(From OE-Core rev: 08e1d688bc8dedebdcfa4f2bc3dc6c67e9d118fa)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
| |
This helps in constructing right arch for target tuple name for
Little-endian ppc
(From OE-Core rev: b6ac40f1cbabb20896bf113568f7735a462ed1a6)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
| |
(From OE-Core rev: e62cdb9b88b575b5cfcdd65ca558edc237c43b2a)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This variable is used in lot of cmake based packages to denote libdir in
multilib environments, now a days there is a better way to include
GNUInstallDirs module but thats upto these packages to adopt. Defining
this helps compiling a bunch of recipes in extended layers when using
multilibbed builds.
(From OE-Core rev: 24f630ce36e803c54ad6cff00215abd0e7b77b77)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This was added with
98b24e9268 goarch.bbclass: set SECURITY_CFLAGS for mips64
to overcome a problem that was inherent in go linker which has been now
fixed in golang compiler upstream
https://github.com/golang/go/issues/20243
https://github.com/golang/go/commit/39c07ce9e5311c94880789f19f2f8b49bf1b5241
(From OE-Core rev: ea93adc30ee3d8e0baa0f374c92afb7c6a133b2a)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
| |
(From OE-Core rev: 7f6aa3a10a3d31ef9b02b5ca2a1d8fcffdfcd334)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
| |
Update the Microblaze to v11.0
(From OE-Core rev: 0cd48fe0feb248c451841f6ad42777460ac81c7e)
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix the naming of the loader on armhf to match what glibc expects:
#define GLIBC_DYNAMIC_LINKER_SOFT_FLOAT SYSTEMLIBS_DIR "ld-linux.so.3"
#define GLIBC_DYNAMIC_LINKER_HARD_FLOAT SYSTEMLIBS_DIR "ld-linux-armhf.so.3"
(From OE-Core rev: 7ad531093d620f18c04d487d79e9dad9f5a96232)
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
By default, only explicitly specified .scc files or patches are applied
to a BSP as part of the patching phase. This allows the reference BSPs
to be integrated into a kernel tree, and use the same meta data for tree
generation and for runtime building. It also greatly simplies the
processing of kernel meta data.
That being said, if an external (and fully standalone) kmeta repository
is used, it very well may contain both patches and configuration. To
allow the BSP definition to supply patches and config, we introduce a
new kernel meta data definition:
define KMETA_EXTERNAL_BSP t
This can be set in any .scc file that wants to specify both patches
and configuration.
If specifying this per-BSP is not desired, a secondary variable is
used:
KMETA_EXTERNAL_BSPS
When that is set in a bbappend, any located BSP definitions will be used
for both patches and configuration.
(From OE-Core rev: 747ad3ca1e987668c8ed444cfc595d751bc0d0b2)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Updating linux-yocto/5.2 to the latest korg -stable release that comprises
the following commits:
7943d7e69aa7 Linux 5.2.28
b5db992cfdd3 usbip: Fix uninitialized symbol 'nents' in stub_recv_cmd_submit()
a0b637f7868d usb: gadget: configfs: Fix missing spin_lock_init()
aee8c2147a36 net: cdc_ncm: Signedness bug in cdc_ncm_set_dgram_size()
a04397ac5986 bonding: fix active-backup transition after link failure
0993efbf3f01 ALSA: usb-audio: Fix incorrect size check for processing/extension units
66375457a696 ALSA: usb-audio: Fix incorrect NULL check in create_yamaha_midi_quirk()
c0920628d63f ALSA: hda/ca0132 - Fix work handling in delayed HP detection
e14b1f4b4011 mwifiex: fix possible heap overflow in mwifiex_process_country_ie()
060505a3c9dc io_uring: use current task creds instead of allocating a new one
8d113ae57534 io_uring: async workers should inherit the user creds
4079323e2113 net/ibmvnic: unlock rtnl_lock in reset so linkwatch_event can run
013e927d5204 arm64: errata: Update stale comment
2c8f51168b64 netfilter: ipset: Copy the right MAC address in hash:ip,mac IPv6 sets
911f63fa6335 bonding: fix using uninitialized mode_lock
ab3e4e6f92d4 usbip: Fix free of unallocated memory in vhci tx
516423c1395e cgroup,writeback: don't switch wbs immediately on dead wbs if the memcg is dead
2c17159569ee mm/filemap.c: don't initiate writeback if mapping has no dirty pages
a53a54cbee03 ocfs2: protect extent tree in ocfs2_prepare_inode_for_write()
96e3c3553d84 e1000: fix memory leaks
ef2c5f55f92e igb: Fix constant media auto sense switching when no cable is connected
5853c1ae13c9 net: ethernet: arc: add the missed clk_disable_unprepare
330a0ce1737a NFSv4: Don't allow a cached open with a revoked delegation
ecb481d00e39 arm64: apply ARM64_ERRATUM_843419 workaround for Brahma-B53 core
c3cc8b365b07 arm64: Brahma-B53 is SSB and spectre v2 safe
87251ea1e89b arm64: apply ARM64_ERRATUM_845719 workaround for Brahma-B53 core
36c2624f9432 usb: dwc3: gadget: fix race when disabling ep with cancelled xfers
93268e187878 arm64: cpufeature: Enable Qualcomm Falkor errata 1009 for Kryo
1498bf362a53 x86, efi: Never relocate kernel below lowest acceptable address
3cfc26fc6f99 efi: libstub/arm: Account for firmware reserved memory at the base of RAM
fc5ffc1e3fdd hv_netvsc: Fix error handling in netvsc_attach()
92b10afd667e SUNRPC: The RDMA back channel mustn't disappear while requests are outstanding
086a81dbfba3 SUNRPC: The TCP back channel mustn't disappear while requests are outstanding
ffdad349b545 drm/amd/display: Passive DP->HDMI dongle detection fix
35be94b64940 drm/amd/display: do not synchronize "drr" displays
7c39460cb5ac drm/amdgpu: If amdgpu_ib_schedule fails return back the error.
78d726f10338 drm/sched: Set error to s_fence if HW job submission failed.
9830f79967bf mt76: dma: fix buffer unmap with non-linear skbs
720d823bdb4b iommu/amd: Apply the same IVRS IOAPIC workaround to Acer Aspire A315-41
63fd1ae15909 net: mscc: ocelot: refuse to overwrite the port's native vlan
9016218584da net: mscc: ocelot: fix vlan_filtering when enslaving to bridge before link is up
28c0b80eaf33 net: hisilicon: Fix "Trying to free already-free IRQ"
1ecc30627dde fjes: Handle workqueue allocation failure
e87e60d8b437 nvme-multipath: fix possible io hang after ctrl reconnect
4872894ab801 sched/topology: Allow sched_asym_cpucapacity to be disabled
1da63fea0a7b sched/topology: Don't try to build empty sched domains
70e90b283406 scsi: qla2xxx: stop timer in shutdown path
1cc270775485 hwmon: (ina3221) Fix read timeout issue
45239aea409d RDMA/hns: Prevent memory leaks of eq->buf_list
53fa37993b30 RDMA/iw_cxgb4: Avoid freeing skb twice in arp failure case
7ff5b79bbbeb usbip: tools: Fix read_usb_vudc_device() error path handling
a2938e175103 USB: ldusb: use unsigned size format specifiers
680a523e29ac USB: Skip endpoints with 0 maxpacket length
e0d7df991267 perf/x86/uncore: Fix event group support
89cc224ca642 perf/x86/amd/ibs: Handle erratum #420 only on the affected CPU family (10h)
3cef7fe493bc perf/x86/amd/ibs: Fix reading of the IBS OpData register and thus precise RIP validity
b2dce44309c3 usb: dwc3: remove the call trace of USBx_GFLADJ
2a3754959b17 usb: gadget: configfs: fix concurrent issue between composite APIs
b97e16bf764c usb: gadget: composite: Fix possible double free memory bug
f28bdd84158d usb: gadget: udc: atmel: Fix interrupt storm in FIFO mode.
5853c961dc7f usb: fsl: Check memory resource before releasing it
95100a241e6d usb: dwc3: select CONFIG_REGMAP_MMIO
108ae240a478 scsi: sd: define variable dif as unsigned int instead of bool
6525d5046fc8 virt_wifi: fix refcnt leak in module exit routine
d7aaa2cc70d4 macsec: fix refcnt leak in module exit routine
9ca46b3266cd bonding: use dynamic lockdep key instead of subclass
09dd999301fe bonding: fix unexpected IFF_BONDING bit unset
b3ba6e2b6620 ipvs: move old_secure_tcp into struct netns_ipvs
d532f1fd8afb ipvs: don't ignore errors in case refcounting ip_vs module fails
70cbcdb17ff0 net: phy: smsc: LAN8740: add PHY_RST_AFTER_CLK_EN flag
0e4ba0c6840e xsk: Fix registration of Rx-only sockets
ef1fdf7f97d0 netfilter: nf_flow_table: set timeout before insertion into hashes
38521edda858 iwlwifi: pcie: 0x2720 is qu and 0x30DC is not
8560aaae6c0e iwlwifi: pcie: fix all 9460 entries for qnj
bd7630c67813 iwlwifi: pcie: fix PCI ID 0x2720 configs that should be soc
dbd6c9966dd8 bpf: Fix use after free in bpf_get_prog_name
86e351f38ec7 scsi: qla2xxx: Initialized mailbox to prevent driver load failure
efb36f318994 scsi: lpfc: Honor module parameter lpfc_use_adisc
9bff69da3b99 net: openvswitch: free vport unless register_netdevice() succeeds
193fa1a4522a bpf: Fix use after free in subprog's jited symbol removal
1ee4522aa93c RDMA/uverbs: Prevent potential underflow
9c018cb9f15b scsi: ufs-bsg: Wake the device before sending raw upiu commands
682f81e5304b scsi: qla2xxx: fixup incorrect usage of host_byte
dca864479cde selftests/bpf: More compatible nc options in test_tc_edt
7ad63e706f31 net/mlx5e: TX, Fix consumer index of error cqe dump
b3c5d67904a8 net/mlx5e: Tx, Fix assumption of single WQEBB of NOP in cleanup flow
de4ed191ea6a IB/core: Use rdma_read_gid_l2_fields to compare GID L2 fields
b4912439edec RDMA/qedr: Fix reported firmware version
8291185a312b iw_cxgb4: fix ECN check on the passive accept
fc84b384eb40 RDMA/mlx5: Clear old rate limit when closing QP
c76d7b0214ee powerpc/32s: fix allow/prevent_user_access() when crossing segment boundaries.
13fecbf4a027 HID: intel-ish-hid: fix wrong error handling in ishtp_cl_alloc_tx_ring()
e6d91869518a dmaengine: sprd: Fix the possible memory leak issue
55d41c0f1470 dmaengine: xilinx_dma: Fix control reg update in vdma_channel_set_config
cb7318f2b0e4 dmaengine: xilinx_dma: Fix 64-bit simple AXIDMA transfer
03a1b968775d bpf: lwtunnel: Fix reroute supplying invalid dst
4903f1d1bf8b dmaengine: sprd: Fix the link-list pointer register configuration issue
556cf9124c0a HID: google: add magnemite/masterball USB ids
09e8a1ec600e usbip: Implement SG support to vhci-hcd and stub driver
065245f072da ALSA: usb-audio: Fix copy&paste error in the validator
51db18fc1b06 ALSA: usb-audio: remove some dead code
eeb8753a5329 ALSA: usb-audio: Fix possible NULL dereference at create_yamaha_midi_quirk()
5159d8aab602 ALSA: usb-audio: Clean up check_input_term()
594d9d1e5e17 ALSA: usb-audio: Remove superfluous bLength checks
44db0074cd7c ALSA: usb-audio: Unify the release of usb_mixer_elem_info objects
443cff51a6bb ALSA: usb-audio: Simplify parse_audio_unit()
bcc4dd818640 ALSA: usb-audio: More validations of descriptor units
af26301992ac configfs: fix a deadlock in configfs_symlink()
58e23dc42be6 can: dev: add missing of_node_put() after calling of_get_child_by_name()
b2b42b51675f can: rx-offload: can_rx_offload_queue_sorted(): fix error handling, avoid skb mem leak
35b90e57a289 can: peak_usb: fix a potential out-of-sync while decoding packets
6cc9a0bb94de can: c_can: c_can_poll(): only read status register after status IRQ
78aa7546e343 can: flexcan: disable completely the ECC mechanism
60eb5bed4403 can: usb_8dev: fix use-after-free on disconnect
573872be4f06 SMB3: Fix persistent handles reconnect
a422197a1eab x86/apic/32: Avoid bogus LDR warnings
46279c9462f3 x86/dumpstack/64: Don't evaluate exception stacks before setup
c6c6ac3c04b2 intel_th: pci: Add Jasper Lake PCH support
911ece5b25e1 intel_th: pci: Add Comet Lake PCH support
3f2a73ab3b0a intel_th: gth: Fix the window switching sequence
ecb83032ecac netfilter: ipset: Fix an error code in ip_set_sockfn_get()
343ebeaf5062 netfilter: nf_tables: Align nft_expr private data to 64-bit
97d84484d0e6 cpufreq: intel_pstate: Fix invalid EPB setting
7c985c014425 ARM: sunxi: Fix CPU powerdown on A83T
43a2cca05874 iio: srf04: fix wrong limitation in distance measuring
b870132ec166 iio: imu: inv_mpu6050: fix no data on MPU6050
e48c1fca5974 iio: imu: adis16480: make sure provided frequency is positive
9dca863d3b35 iio: adc: stm32-adc: fix stopping dma
8fc1bf8f2be7 ceph: don't allow copy_file_range when stripe_count != 1
8cfda9695cf9 ceph: don't try to handle hashed dentries in non-O_CREAT atomic_open
4ad07fc427d4 ceph: add missing check in d_revalidate snapdir handling
ef1848480086 ceph: fix RCU case handling in ceph_d_revalidate()
d97f80fd208a ceph: fix use-after-free in __ceph_remove_cap()
dfe4803a9068 ASoC: rsnd: dma: fix SSI9 4/5/6/7 busif dma address
5e23235c9524 arm64: Do not mask out PTE_RDONLY in pte_same()
48c2025b2f09 blkcg: make blkcg_print_stat() print stats only for online blkgs
034d5809a5f4 soundwire: bus: set initial value to port_status
649b8fd670bc soundwire: depend on ACPI || OF
94aa8ee28648 soundwire: depend on ACPI
ee8af21351c4 mm/khugepaged: fix might_sleep() warn with CONFIG_HIGHPTE=y
d66df2eb6b3a HID: wacom: generic: Treat serial number and related fields as unsigned
e1ffbf4ecc06 drm/radeon: fix si_enable_smc_cac() failed issue
69d06ef9e08d perf map: Use zalloc for map_groups
782163d51e60 perf tools: Fix time sorting
3067a7cc476a pinctrl: intel: Avoid potential glitches if pin is in GPIO mode
b69bf236dff2 tools: gpio: Use !building_out_of_srctree to determine srctree
e231278b0d22 btrfs: save i_size to avoid double evaluation of i_size_read in compress_file_range
5e162cf4feec btrfs: tree-checker: Fix wrong check on max devid
3f2943947386 dump_stack: avoid the livelock of the dump_lock
4355d417a94f mm, vmstat: hide /proc/pagetypeinfo from normal users
953014f940f5 mm: thp: handle page cache THP correctly in PageTransCompoundMap
61650775cd53 mm, meminit: recalculate pcpu batch and high limits after init completes
2dcc41fdaf8a mm: memcontrol: fix network errors from failing __GFP_ATOMIC charges
aa9bf5f11454 ALSA: hda/ca0132 - Fix possible workqueue stall
3b82b35a59db ALSA: bebob: fix to detect configured source of sampling clock for Focusrite Saffire Pro i/o series
e2ba23d39223 ALSA: timer: Fix incorrectly assigned timer instance
0dc0b91d07e4 vsock/virtio: fix sock refcnt holding during the shutdown
420c2d73c309 net/smc: fix ethernet interface refcounting
d7b3e1639bd7 net: sched: prevent duplicate flower rules from tcf_proto destroy race
343d798fc32d net: prevent load/store tearing on sk->sk_stamp
7dae346fabf5 net: hns: Fix the stray netpoll locks causing deadlock in NAPI path
d8dd70306467 ipv6: fixes rt6_probe() and fib6_nh->last_probe init
28b0701981a4 selftests/tls: add test for concurrent recv and send
e35586c32b38 net/tls: add a TX lock
a440797c1de5 net/tls: don't pay attention to sk_write_pending when pushing partial records
d606d0d99205 net: mscc: ocelot: fix NULL pointer on LAG slave removal
0be7d0f645a9 net: mscc: ocelot: don't handle netdev events for other netdevs
7c406bd7d55b qede: fix NULL pointer deref in __qede_remove()
a09ec9b4cc7d NFC: st21nfca: fix double free
0c0b3ac80ac8 nfc: netlink: fix double device reference drop
90a397f2593f NFC: fdp: fix incorrect free object
cfe446854a9c net: usb: qmi_wwan: add support for DW5821e with eSIM support
8d510fd1378a net/tls: fix sk_msg trim on fallback to copy mode
55a7a495b3fe net: qualcomm: rmnet: Fix potential UAF when unregistering
756e7124cde2 net: fix data-race in neigh_event_send()
212322510b49 net: ethernet: octeon_mgmt: Account for second possible VLAN header
b0855a3ad221 ipv4: Fix table id reference in fib_sync_down_addr
9dfa56e19c37 CDC-NCM: handle incomplete transfer of MTU
86e7bde87d43 bonding: fix state transition issue in link monitoring
(From OE-Core rev: b538fedff2cbd4604a7c73fdee07167f1ad3155a)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Integrating Khem's gcc10 build fix:
[
Author: Khem Raj <raj.khem@gmail.com>
Date: Fri Dec 20 17:42:02 2019 -0800
x86/boot/compressed/64: Define __force_order only when CONFIG_RANDOMIZE_BASE is unset
kaslr_64.c also defines the same variable, however when both files are
included into final link, linker complains about multiple definition of
`__force_order' which is coming from kaslr_64.o and pgtable_64.o, its
possible that kaslr_64.o is disabled via CONFIG_RANDOMIZE_BASE config
option, therefore define it conditionally only when
CONFIG_RANDOMIZE_BASE is not set
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Cc: Kees Cook <keescook@chromium.org>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: x86-ml <x86@kernel.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
]
(From OE-Core rev: d3112fcf7283b9c015e77db1b0a1a78044ed2e23)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Updating linux-yocto/5.2 to the latest korg -stable release that comprises
the following commits:
766f754fb8ce Linux 5.2.27
2e635a05d05c ASoC: SOF: Intel: hda-stream: fix the CONFIG_ prefix missing
1708b2a269de usb: gadget: udc: core: Fix segfault if udc_bind_to_driver() for pending driver fails
52d4750e4da2 arm64: dts: ti: k3-am65-main: Fix gic-its node unit-address
d7b2a7ceb695 ASoC: pcm3168a: The codec does not support S32_LE
8c9d7d01ccf0 selftests/powerpc: Fix compile error on tlbie_test due to newer gcc
532cc582af44 selftests/powerpc: Add test case for tlbie vs mtpidr ordering issue
21344b6bacda CIFS: Fix retry mid list corruption on reconnects
7249aad46eed platform/x86: pmc_atom: Add Siemens SIMATIC IPC227E to critclk_systems DMI table
48a226ebae98 net/flow_dissector: switch to siphash
27508702fe6d net: bcmgenet: reset 40nm EPHY on energy detect
8bbff985b199 net: phy: bcm7xxx: define soft_reset for 40nm EPHY
3a48c3ea0431 net: netem: correct the parent's backlog when corrupted packet was dropped
472df452d167 r8152: add device id for Lenovo ThinkPad USB-C Dock Gen 2
717fa6516e96 net: usb: lan78xx: Connect PHY before registering MAC
1d2fd4d20889 net: netem: fix error path for corrupted GSO frames
5f0d17174801 net: hns3: fix mis-counting IRQ vector numbers issue
18a577972516 net: dsa: fix switch tree list
b2c233dbbdcb net: dsa: b53: Do not clear existing mirrored port mask
30f425544ea2 net: bcmgenet: don't set phydev->link from MAC
3d4a4cfb4ef7 net/mlx5e: Fix handling of compressed CQEs in case of low NAPI budget
ba405f985d11 net/mlx5e: Fix ethtool self test: link speed
01284dbae3d4 r8169: fix wrong PHY ID issue with RTL8168dp
0a02e85ee175 mlxsw: core: Unpublish devlink parameters during reload
0031274acd73 net/mlx5: Fix rtable reference leak
0bb43d6b565e net/smc: fix refcount non-blocking connect() -part 2
5dca2f5212b5 net/smc: fix refcounting for non-blocking connect()
3320bb716cb3 net/mlx5: Fix flow counter list auto bits struct
0490b698de8f net/smc: keep vlan_id for SMC-R in smc_listen_work()
83577bc7531c net/smc: fix closing of fallback SMC sockets
89b1d3e8dc5e selftests: fib_tests: add more tests for metric update
52752b65dc62 ipv4: fix route update on metric change.
c7525fb56257 net: add READ_ONCE() annotation in __skb_wait_for_more_packets()
c7a5d3e53e0a net: use skb_queue_empty_lockless() in busy poll contexts
7648cc097d86 net: use skb_queue_empty_lockless() in poll() handlers
b192ff3d10ba udp: use skb_queue_empty_lockless()
155f9ae9e73c net: add skb_queue_empty_lockless()
c17ac3802036 vxlan: check tun_info options_len properly
9c154c58aa9d udp: fix data-race in udp_set_dev_scratch()
b64595ce1ed4 selftests: net: reuseport_dualstack: fix uninitalized parameter
fb87cd347da4 net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()
0819acecc962 net: usb: lan78xx: Disable interrupts before calling generic_handle_irq()
07e413b2fbb0 net: rtnetlink: fix a typo fbd -> fdb
0e3580cc30bf netns: fix GFP flags in rtnl_net_notifyid()
338502ee8050 net/mlx4_core: Dynamically set guaranteed amount of counters per VF
df8fccdba3d1 net: hisilicon: Fix ping latency when deal with high throughput
1a3cfa10a0d7 net: fix sk_page_frag() recursion from memory reclaim
b38a3703d880 net: ethernet: ftgmac100: Fix DMA coherency issue with SW checksum
7ad5a3f67946 net: dsa: bcm_sf2: Fix IMP setup for port different than 8
9f949630b4e5 net: annotate lockless accesses to sk->sk_napi_id
8f963115bff3 net: annotate accesses to sk->sk_incoming_cpu
72e16d7c131f inet: stop leaking jiffies on the wire
250e30ea064b erspan: fix the tun_info options_len check for erspan
5001418c1340 dccp: do not leak jiffies on the wire
7ed4e6ea40b4 cxgb4: request the TX CIDX updates to status page
11ccb2b93320 cxgb4: fix panic when attaching to ULD fail
95a7b64f82d0 nbd: handle racing with error'ed out commands
5d6e015cded5 nbd: protect cmd->status with cmd->lock
092a5fa02456 irqchip/sifive-plic: Skip contexts except supervisor in plic_init()
7a3552d0d993 cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occurs
81eb09eaf75b i2c: stm32f7: remove warning when compiling with W=1
29143d76b32e i2c: stm32f7: fix a race in slave mode with arbitration loss irq
433c1cb88a21 i2c: stm32f7: fix first byte to send in slave mode
aef36d8fa956 i2c: mt65xx: fix NULL ptr dereference
47392944abe2 irqchip/gic-v3-its: Use the exact ITSList for VMOVP
93cfb4dcfa2c MIPS: bmips: mark exception vectors as char arrays
7639d63d6cdb ALSA: hda: Add Tigerlake/Jasperlake PCI ID
1b916a8969b6 selftests: kvm: fix sync_regs_test with newer gccs
782536b540ef selftests: kvm: vmx_set_nested_state_test: don't check for VMX support twice
e7d861519b9d ARM: 8926/1: v7m: remove register save to stack before svc
6a70e11c2225 drm/komeda: Don't flush inactive pipes
2ae6a7ecd31d i2c: aspeed: fix master pending state handling
db0521235e05 ARM: dts: bcm2837-rpi-cm3: Avoid leds-gpio probing issue
7d8ff5d7d0bc tracing: Fix "gfp_t" format for synthetic events
962b999c85b7 scsi: target: core: Do not overwrite CDB byte 1
14983cdea8af drm/amdgpu: fix error handling in amdgpu_bo_list_create
a772698fbff7 drm/amdgpu: fix potential VM faults
7c39141a8e19 ARM: davinci: dm365: Fix McBSP dma_slave_map entry
f6266068923b perf kmem: Fix memory leak in compact_gfp_flags()
39fa2e018843 8250-men-mcb: fix error checking when get_num_ports returns -ENODEV
8695a1b81da1 perf c2c: Fix memory leak in build_cl_output()
c6bfe2d971a2 perf tools: Fix resource leak of closedir() on the error paths
74825b0f12f5 arm64: dts: imx8mm: Use correct clock for usdhc's ipg clk
606b1f7012c4 arm64: dts: imx8mq: Use correct clock for usdhc's ipg clk
bd48cf1b8785 ARM: dts: imx7s: Correct GPT's ipg clock source
634adb5ff10d ARM: dts: vf610-zii-scu4-aib: Specify 'i2c-mux-idle-disconnect'
b5e444ec8046 ARM: dts: imx6q-logicpd: Re-Enable SNVS power key
21991e6ca3a8 arm64: dts: lx2160a: Correct CPU core idle state name
0c6787a615a9 arm64: dts: rockchip: fix RockPro64 sdmmc settings
54a20ce80ef4 ARM: 8914/1: NOMMU: Fix exc_ret for XIP
65afe1bbf903 ARM: 8908/1: add __always_inline to functions called from __get_user_check()
f1d2d5999a90 scsi: fix kconfig dependency warning related to 53C700_LE_ON_BE
f91e21d4ec3a scsi: sni_53c710: fix compilation error
41c16b471c56 scsi: scsi_dh_alua: handle RTPG sense code correctly during state transitions
1ca65ebd2038 scsi: qla2xxx: fix a potential NULL pointer dereference
d6940a823dd4 ARM: mm: fix alignment handler faults under memory pressure
2dbff99a37af ARM: dts: Use level interrupt for omap4 & 5 wlcore
1c5dfeaa70da ASoC: simple_card_utils.h: Fix potential multiple redefinition error
6c1607186a43 ASoC: msm8916-wcd-digital: add missing MIX2 path for RX1/2
3f03fb38ecb5 ARM: dts: am3874-iceboard: Fix 'i2c-mux-idle-disconnect' usage
0e688ad61baa arm64: dts: zii-ultra: fix ARM regulator states
0af649d2eb1f pinctrl: stmfx: fix null pointer on remove
c4829c0de7f8 pinctrl: ns2: Fix off by one bugs in ns2_pinmux_enable()
a804692693e4 arm64: dts: rockchip: fix RockPro64 sdhci settings
adb1f13ec2a3 arm64: dts: rockchip: fix RockPro64 vdd-log regulator settings
3b7f40e22049 ARM: dts: logicpd-torpedo-som: Remove twl_keypad
dbae4113b111 arm64: dts: rockchip: fix Rockpro64 RK808 interrupt line
35121b191493 ASoc: rockchip: i2s: Fix RPM imbalance
273687c15ca7 ASoC: wm_adsp: Don't generate kcontrols without READ flags
2a8adb4c41eb regulator: pfuze100-regulator: Variable "val" in pfuze100_regulator_probe() could be uninitialized
0b37b27e25e4 ASoC: intel: bytcr_rt5651: add null check to support_button_press
f56de4455199 ASoC: intel: sof_rt5682: add remove function to disable jack
f7b687159124 ASoC: rt5682: add NULL handler to set_jack function
4b6e757b6c3b ASoC: SOF: Intel: hda: Disable DMI L1 entry during capture
375b9b38fbb8 ASoC: SOF: Intel: initialise and verify FW crash dump data.
70e6d9eafbe8 ASoC: SOF: Intel: hda: fix warnings during FW load
87df87873d3f ASoC: SOF: topology: fix parse fail issue for byte/bool tuple types
f0c8c58983c5 ASoC: SOF: loader: fix kernel oops on firmware boot failure
d972519f0d11 pinctrl: intel: Allocate IRQ chip dynamic
ceced419c570 regulator: ti-abb: Fix timeout in ti_abb_wait_txdone/ti_abb_clear_all_txdone
4934e53e51a2 arm64: dts: Fix gpio to pinmux mapping
9a61c23028d2 arm64: dts: allwinner: a64: sopine-baseboard: Add PHY regulator delay
39f4a4a170ce arm64: dts: allwinner: a64: Re-add PMU node
b68dfc690d27 arm64: dts: allwinner: a64: Drop PMU node
6974df4eb790 arm64: dts: allwinner: a64: pine64-plus: Add PHY regulator delay
01a832b775a0 ASoC: topology: Fix a signedness bug in soc_tplg_dapm_widget_create()
94c31579cefb regulator: da9062: fix suspend_enable/disable preparation
ece602dfdc03 ASoC: wm8994: Do not register inapplicable controls for WM1811
52cc4490b025 regulator: of: fix suspend-min/max-voltage parsing
d35e9545daaa ext4: add more paranoia checking in ext4_expand_extra_isize handling
(From OE-Core rev: f558800a5cf1e59310eaacb091d75d06022ecea0)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
| |
(From OE-Core rev: 0a8b7ade93eba51adbfc5fbc8ed33118c66cf35c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Since commit d6065f136f6d ("oeqa/logparser: Various misc cleanups"),
7b17274c30c6 in poky, the ptest OEQA is unable to detect failures
in any of the test results.
The reason is that the test result string changed from 'fail' to
'FAILED', because the original mapping has been removed as part of
that commit, but the code in here is still trying to match against
the old string, resulting in no matches, i.e. everything is treated
as successful, even if it shouldn't be.
Update the OEQA ptest test to actually work again and report
failure if there was a failure.
Note that the ptest test is marked as @expectedfail, so even though
this test now again starts to fail, the overall OEQA test result is
not affected - but at least the overall OEQA test summary reflects
the correct status again.
In other words:
RESULTS:
RESULTS - ping.PingTest.test_ping: PASSED (0.26s)
RESULTS - ptest.PtestRunnerTest.test_ptestrunner: PASSED (4.05s)
RESULTS - ssh.SSHTest.test_ssh: PASSED (0.60s)
SUMMARY:
image-debug () - Ran 3 tests in 4.937s
correctly changes to:
AssertionError: Failed ptests:
{'dummytest': ['check_True_is_True', 'test_basic']}
RESULTS:
RESULTS - ping.PingTest.test_ping: PASSED (0.24s)
RESULTS - ssh.SSHTest.test_ssh: PASSED (0.56s)
RESULTS - ptest.PtestRunnerTest.test_ptestrunner: EXPECTEDFAIL (4.13s)
SUMMARY:
image-debug () - Ran 3 tests in 4.937s
instead and we see a summary of the ptest subtests that failed.
(From OE-Core rev: 08ff4b9195a9de91b8090173c5bd03a5ff263616)
Signed-off-by: André Draszik <git@andred.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
| |
Add a patch that restores missing declarations for 32 bit x86 builds.
(From OE-Core rev: 3c18dad4035b1f4ba36f4a618f2fee2efe2e8895)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
| |
License-Update: readme no longer carries a copyright notice, so take it from a source file
(From OE-Core rev: 30fa7e5edb91512a0f5c00db6259f1dcaea4fb2d)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
| |
(From OE-Core rev: 9cb9e9146506cc24916add986eac8b05db934546)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
| |
(From OE-Core rev: cd4787c324c92a9a9cd82a83fc449bb23c15fb1a)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
| |
With python 2.x reaching EOL and leaving oe-core soon, there is no need to keep
it in ptest lists.
(From OE-Core rev: dcdd618e8393f1344165970d486ff2db557fb729)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Setting VERBOSE always, while is fine on one hand for debugging, its
coming at an expense of creating lots and lots of logs, e.g. qtwebkit
compile logs alone with VERBOSE is 163MB, there are many other large
packages which use cmake e.g. WPE, webkitgtk etc which are in same range
with out this option on, the logs reduce to 861K and also speeds up
build a notch
If user needs to disable these logs for a recipe or globally
CMAKE_VERBOSE = ""
in recipe or in global metadata e.g. local.conf
(From OE-Core rev: f8d2cd0025f97819898da26041f353d527a27952)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Ross Burton <ross.burton@intel.com>
Cc: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
| |
(From OE-Core rev: 6e2d926a428530343bb4358d6e42a505c0f663ac)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|
|
|
|
|
|
| |
(From OE-Core rev: 2fa183c59c79b594f68a3a8d6db3e9198b779b13)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|