Martin Jansa
21f956598d
recipes: drop ${SRCPV} usage
...
* Drop SRCPV similarly like oe-core did in:
https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=843f82a246a535c353e08072f252d1dc78217872
* SRCPV is deferred now from PV to PKGV since:
https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=a8e7b0f932b9ea69b3a218fca18041676c65aba0
Signed-off-by: Martin Jansa <martin.jansa@gmail.com >
2024-02-09 09:52:12 -08:00
Ulrich Ölmann
81ec075c48
kexecboot: update homepage
...
Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2023-02-01 09:11:49 -08:00
Khem Raj
42f365246d
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
Richard Purdie
b402a3076f
recipes: Update SRC_URI branch and protocols
...
This patch updates SRC_URIs using git to include branch=master if no branch is set
and also to use protocol=https for github urls as generated by the conversion script
in OE-Core.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2021-11-03 06:57:49 -07:00
Khem Raj
a133111e69
recipes: Fix override syntax
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
Cc: Martin Jansa <Martin.Jansa@gmail.com >
2021-08-06 20:38:40 -07:00
Martin Jansa
c61dc077bb
Convert to new override syntax
...
This is the result of automated script (0.9.1) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2021-08-03 10:21:25 -07:00
Khem Raj
a55c0bb9ef
kexecboot: Fix build with clang
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
Cc: Andrea Adami <andrea.adami@gmail.com >
2021-02-06 11:16:23 -08:00
Khem Raj
95bf58c16e
kexecboot: Use -fcommon to compile
...
gcc10 defaults to -fno-common and kexecboot does not compile with
-fno-common, so use -fcommon explicitly
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2020-08-13 22:32:07 -07:00
Andrea Adami
345f610b12
kexecboot(-klibc): update recipe to master on github (5a5e04b)
...
fix injection of compiler flags (static and debug)
Signed-off-by: Andrea Adami <andrea.adami@gmail.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2020-04-20 10:59:47 -07:00
Khem Raj
60f872278d
kexec-tools,kexec: Fix build with latest klibc
...
klibc has changed its signature of reboot() API
adapt the use here
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2019-03-15 09:17:11 -07:00
Andrea Adami
47d5d28972
kexecboot: update to latest master (7409a1e0aaea)
...
implemening --no-dtb option for older mips/mipsel
Signed-off-by: Andrea Adami <andrea.adami@gmail.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-12-20 10:20:35 -08:00
Andrea Adami
6bed5b3d74
kexecboot: upgrade to rev. 4c01d6960aa6
...
Remove upstreamed patches, get new options for kexec.
Signed-off-by: Andrea Adami <andrea.adami@gmail.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-09-08 00:06:24 -07:00
Khem Raj
85b0d91d39
kexecboot: Fix build with glibc 2.28+
...
Update to latest srcrev at the same time.
Fix out of tree builds
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-08-15 08:20:06 -07:00
Andrea Adami
99c2b3bcee
kexecboot: update recipe to master on github (4c4f127)
...
With pending OE patches and a new fix for gcc 7.
Set PV = "0.6+git${SRCPV}" while waiting for a new 0.7 tarball upstream.
Signed-off-by: Andrea Adami <andrea.adami@gmail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-06-22 16:03:01 +02:00
Andrea Adami
9b3e681685
kexecboot: update to v0.6 and restylize
...
Signed-off-by: Andrea Adami <andrea.adami@gmail.com >
2013-10-11 00:30:57 +01:00
Andrea Adami
0eaa988888
kexecboot.inc: merge back in the main recipe
...
and process with oe-stylize.py
Signed-off-by: Andrea Adami <andrea.adami@gmail.com >
2013-10-11 00:27:39 +01:00
Andrea Adami
8aafddccb0
kexecboot: add BBCLASSEXTEND for the klibc static flavor
...
remove kexecboot-klibc recipe
bump PV to local 0.5.9.1
remove PR
Signed-off-by: Andrea Adami <andrea.adami@gmail.com >
2013-09-30 21:53:21 +01:00
Andrea Adami
089ac5e4e4
kexecboot(-klibc): upgrade to last upstream commit
...
id: 0bcc14671aa2d84ec20f260582aca36bb901ccf1
Changelog:
minor headers fixes
fix fb offset computations
replace AC_CONFIG_HEADER with AC_CONFIG_HEADERS
Signed-off-by: Andrea Adami <andrea.adami@gmail.com >
2013-09-30 21:53:14 +01:00
Jackie Huang
b79176adb3
remove the unnecessary protocol parameters
...
It's not necessary to specify the protocol parameter when it's the
default protocol for the fetcher, e.g. the default protocol for
git fetcher it git, "protocol=git" isn't needed.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-09-03 16:59:13 +02:00
Andrea Adami
c824cb3a7e
kexecboot(-klibc): remove runtime dependency on kexec(-klibc)
...
* the binary itself can run without kexec (in host-debug mode) so
* specify in the cpio IMAGE which packages are needed at runtime
Signed-off-by: Andrea Adami <andrea.adami@gmail.com >
2013-05-13 09:50:24 +01:00
Andrea Adami
03d3a7f75d
kexecboot(-klibc): upgrade to b667914
...
* now including boot from ubifs
* fixed extra menu redrawing
* 24bpp fixes
* first round of big-endian fixes
Signed-off-by: Andrea Adami <andrea.adami@gmail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-12-14 13:04:26 +01:00
Andrea Adami
9af2bd13c6
kexecboot_git: bump PR after recipe update.
...
Signed-off-by: Andrea Adami <andrea.adami@gmail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-07-11 15:04:01 +02:00
Andrea Adami
02ebf5f7e3
kexecboot: upgrade and move to git tag 0daa77
...
* new git repository on github
* new LABEL separator
* text-ui fallback
* install /sys for upcoming ubifs detection
* menu-bug fix
* minor fixes
Signed-off-by: Andrea Adami <andrea.adami@gmail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-06-20 13:37:31 +02:00
Andrea Adami
31f161628e
meta-initramfs: add kexecboot recipes from meta-handheld
...
* (purged from device specific settings)
Signed-off-by: Andrea Adami <andrea.adami@gmail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-02-22 09:40:26 +01:00