Khem Raj
97c61343d8
cpuid: upgrade 20230614 -> 20260503
...
Refresh the path patch for the new upstream Makefile.
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2026-06-28 00:59:12 -07:00
Richard Purdie
eac1f5b9c0
recipes: Fix variable assignment whitespace
...
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2025-03-20 08:46:56 -07:00
Ross Burton
a2cc6294c5
cpuid: fix stripping
...
cpuid's Makefile passes -s to install to strip the binaries, but as this
uses the _host_ strip it can fail if that strip doesn't know about the
target (for example, building cpuid for x86 on aarch64):
install -D -s -m 755 cpuid .../image/usr/bin/cpuid
strip: Unable to recognise the format of the input file `.../image/usr/bin/cpuid'
Set INSTALL_STRIP='' so that the binaries are not stripped, and remove
the INSANE_SKIP for already-stripped.
Signed-off-by: Ross Burton <ross.burton@arm.com >
2025-02-27 20:28:16 +00:00
Changqing Li
8c327fadfa
cpuid: fix do_install
...
Fix do_install to make cpuid-doc installed correctly
Signed-off-by: Changqing Li <changqing.li@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2024-02-03 22:03:04 -08:00
alperak
a9f56dcce3
cpuid: upgrade 20211129 -> 20230614
...
Changelog:
https://fossies.org/linux/cpuid/ChangeLog
Signed-off-by: alperak <alperyasinak1@gmail.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2023-11-17 11:38:25 -08:00
Khem Raj
14c7d8a0d7
recipes: Update LICENSE variable to use SPDX license identifiers
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2022-03-04 17:41:45 -08:00
Oleksandr Kravchuk
ccbffe235e
cpuid: update to 20211129
...
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2021-12-10 09:11:56 -08:00
Oleksandr Kravchuk
8ef97dd1c4
cpuid: update to 20201006
...
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2021-02-03 13:44:07 -08:00
Zang Ruochen
d2c876d3e7
cpuid: upgrade 20200211 -> 20200427
...
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2020-05-31 22:42:25 -07:00
Wang Mingyu
184e38775c
cpuid: upgrade 20200203 -> 20200211
...
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2020-04-14 21:26:57 -07:00
Khem Raj
27f9b33243
cpuid: Upgrade to 20200203 and use perlnative for pod2man
...
Fixes
/bin/sh: pod2man: command not found
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2020-02-04 18:45:47 -08:00
Tim Orling
5559ea533d
cpuid: upgrade 20170122 -> 20180519
...
- Remove upstreamed patch
- Create directory and install file in single install operation
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-10-14 11:14:35 -07:00
Avinash Reddy Palleti
4dfe0fe8ed
cpuid: Fix build with glibc 2.28+
...
Include sys/sysmacros.h for cpuid.c
Upstream-Status:Pending
Signed-off-by: Avinash Reddy Palleti <avinash.reddy.palleti@intel.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-08-19 16:09:28 -07:00
Tim Orling
734ae12ed8
cpuid: add recipe for v20170122
...
cpuid dumps detailed information about the CPU(s) gathered from the CPUID
instruction, and also determines the exact model of CPU(s). It supports
Intel, AMD, and VIA CPUs, as well as older Transmeta, Cyrix, UMC, NexGen,
Rise, and SiS CPUs.
http://www.etallen.com/cpuid.html
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com >
Signed-off-by: Armin Kuster <akuster808@gmail.com >
2018-02-11 11:46:48 -08:00