summaryrefslogtreecommitdiffstats
path: root/meta-initramfs/recipes-bsp
Commit message (Collapse)AuthorAgeFilesLines
* *.patch: add Upstream-Status to all patchesMartin Jansa2023-06-211-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is new patch-status QA check in oe-core: https://git.openembedded.org/openembedded-core/commit/?id=76a685bfcf927593eac67157762a53259089ea8a This is temporary work around just to hide _many_ warnings from optional patch-status (if you add it to WARN_QA). This just added Upstream-Status: Pending everywhere without actually investigating what's the proper status. This is just to hide current QA warnings and to catch new .patch files being added without Upstream-Status, but the number of Pending patches is now terrible: 5 (26%) meta-xfce 6 (50%) meta-perl 15 (42%) meta-webserver 21 (36%) meta-gnome 25 (57%) meta-filesystems 26 (43%) meta-initramfs 45 (45%) meta-python 47 (55%) meta-multimedia 312 (63%) meta-networking 756 (61%) meta-oe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* kexecboot: update homepageUlrich Ölmann2023-02-011-1/+1
| | | | | Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update SRC_URI branch and protocolsRichard Purdie2021-11-031-1/+1
| | | | | | | | | 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>
* recipes: Fix override syntaxKhem Raj2021-08-061-1/+1
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Martin Jansa <Martin.Jansa@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-032-5/+5
| | | | | | | | | | 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>
* kexecboot: Fix build with clangKhem Raj2021-02-062-2/+35
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andrea Adami <andrea.adami@gmail.com>
* kexecboot: Use -fcommon to compileKhem Raj2020-08-131-0/+2
| | | | | | | 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>
* meta-initramfs: put images and initrdscripts in recipes-coreAndrea Adami2020-04-215-105/+0
| | | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* kexecboot(-klibc): update recipe to master on github (5a5e04b)Andrea Adami2020-04-201-1/+1
| | | | | | | 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>
* Remove LICENSE = "MIT" from packagegroups and imagesAdrian Bunk2019-08-301-2/+0
| | | | | | | This is the default in the packagegroup and image classes. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* kexec-tools,kexec: Fix build with latest klibcKhem Raj2019-03-152-0/+44
| | | | | | | klibc has changed its signature of reboot() API adapt the use here Signed-off-by: Khem Raj <raj.khem@gmail.com>
* kexecboot: update to latest master (7409a1e0aaea)Andrea Adami2018-12-201-1/+1
| | | | | | | 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>
* kexecboot-cfg: add new options for DTB and CMDLINEAndrea Adami2018-09-081-0/+6
| | | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* kexecboot: upgrade to rev. 4c01d6960aa6Andrea Adami2018-09-083-95/+2
| | | | | | | 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>
* kexecboot: Fix build with glibc 2.28+Khem Raj2018-08-153-4/+63
| | | | | | | Update to latest srcrev at the same time. Fix out of tree builds Signed-off-by: Khem Raj <raj.khem@gmail.com>
* classes/recipes: Convert SkipPackage -> SkipRecipeMaxin John2018-03-051-1/+1
| | | | | | | | Update following the SkipPackage -> SkipRecipe change in oe-core. Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* initramfs-kexecboot-image: replace deprecated license fileAndrea Adami2017-10-041-1/+1
| | | | | | | Use '${COMMON_LICENSE_DIR}/MIT' for MIT License. Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* initramfs-debug: replace deprecated license fileAndrea Adami2017-10-041-1/+1
| | | | | | | Use '${COMMON_LICENSE_DIR}/MIT' for MIT License. Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: fix invalid license fileJackie Huang2017-09-181-1/+1
| | | | | | | | | | | | Use '${COMMON_LICENSE_DIR}/MIT' for MIT License to fix the warning: | WARNING: packagegroup-xfce-base-1.0-r5 do_populate_lic: ${COREBASE}/LICENSE is not a valid license file, please use '${COMMON_LICENSE_DIR}/MIT' for a MIT License file in LIC_FILES_CHKSUM. This will become an error in the future Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* kexecboot: update recipe to master on github (4c4f127)Andrea Adami2017-06-226-376/+4
| | | | | | | | 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>
* initramfs-kexecboot-klibc-image: remove blacklistingAndrea Adami2017-02-201-2/+0
| | | | | | | | Ex patch 7/9 of the 2017-02-13 serie, not landed in patchwork. Recipe does build with the recent changes for meta-initramfs. Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* kexecboot(-klibc)_0.6: remove blacklistingAndrea Adami2017-02-161-3/+0
| | | | | | | Recipe does build with the pending changes for meta-initramfs. Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* smbnetfs gnome-disk-utility contacts kexecboot ↵Martin Jansa2017-02-132-0/+4
| | | | | | | | | | | initramfs-kexecboot-klibc-image system-config-keyboard system-setup-keyboard geany geany-plugins efivar efibootmgr gimp system-config-keyboard tumbler: Blacklist * fails repeatedly as reported in: http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111112.html http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111173.html http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111180.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* initramfs-kexecboot-image: disable runtime dependency on run-postinstsAndrea Adami2017-02-131-2/+6
| | | | | | | | | | | | | | | The runtime dependency chain leads to the install of unneeded files: /usr/sbin/run-postinsts /usr/sbin/update-rc.d This comes from the default value of ROOTFS_BOOTSTRAP_INSTALL='run-postinsts' To fix this, for this image we need an empty var. While there, do the same for KERNELDEPMODDEPEND as suggested in image.bbclass. Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* remove True option to getVar callsJoshua Lock2016-12-022-2/+2
| | | | | | | | | getVar() now defaults to expanding by default, thus remove the True option from getVar() calls with a regex search and replace. Search made with the following regex: getVar ?\(( ?[^,()]*), True\) Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
* initramfs-kexecboot-klibc-image: Skip for nios2Khem Raj2016-05-271-0/+6
| | | | | | | nios2 does not support klibc Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* initramfs-{debug,kexecboot}-image: zero out the rootfs_extra_space in ↵Stephano Cetola2016-04-282-0/+3
| | | | | | | | | | initramfs images Setting IMAGE_ROOTFS_EXTRA_SPACE impacts the initramfs images, results in an error about INITRAMFS_MAXSIZE. Signed-off-by: Stephano Cetola <stephano.cetola@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* kexecboot: enable text UI in default EXTRA_OECONF.Andrea Adami2016-03-041-1/+1
| | | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* kexecboot: sync fix for gcc5 with upstreamAndrea Adami2016-03-041-3/+4
| | | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* kexecboot_0.6: fix build with gcc 5Andrea Adami2015-10-132-0/+36
| | | | | | | | | | | | | | Resolving the issue: rgb.h:55:1: warning: inline function 'rgba2comp' declared but never defined | rgba2comp(kx_rgba rgba, kx_ccomp *red, kx_ccomp *green, | ^ Fix C99 inline semantic as documented here: https://gcc.gnu.org/gcc-5/porting_to.html Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* kexecboot-cfg: fix for real ('S') doesn't exist warningAndrea Adami2015-05-071-4/+1
| | | | | | | Remove unneeded do_configure_prepend and set S = "${WORKDIR}" v2 removes commented lines Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* kexecboot-cfg: maintenance update to v. 0.2Andrea Adami2015-04-171-1/+2
| | | | | | | | | | | | This configuration file is only suitable for kexecboot > 0.5.9. With the upcoming release of linux_4.0 based kexecboot kernels it is preferable to clearly distinguish old and new versions. Fix WARNING: ... kexecboot-cfg-0.1 ('S') doesn't exist, please set 'S' to a proper value Remove PR Increase PV Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* initramfs-debug-image: tiny debugging initramfs imageDmitry Eremin-Solenikov2015-04-131-0/+21
| | | | | | | A tiny initramfs image suitable for initial bringup of the hardware. Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* initramfs-debug: add simple init script for debuggingDmitry Eremin-Solenikov2015-04-132-0/+45
| | | | | | | | Add a tiny simple debug script that will mount all available virtual file systems and then execute a shell. Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* kexecboot: apply OE specific fixes (pending upstream)Andrea Adami2014-12-095-1/+334
| | | | | | | | | | | | | After 78ee4d8b1782445caecce8331e68efe83fc32044 in oe-core the kernel is an *absolute* symlink in /boot. Unfortunately this implies the stock images built with OE can not be booted. The last patch of this commit fixes this issue. The other patches are fixing build when S!=B, autotools-brokensep and configure warnings. Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* kexecboot: remove trailing slash in do_installAndrea Adami2014-08-131-1/+1
| | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* kexecboot: fix build when S != BAndrea Adami2014-05-041-1/+1
| | | | | | | * temporarily inherit autotools-brokensep * proper fix sent upstream Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* Update after toplevel LICENSE file checksum changeMartin Jansa2014-01-041-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* kexecboot_0.6: fix LIC_FILES_CHKSUM for kexecboot-klibcAndrea Adami2013-10-111-0/+1
| | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* kexecboot: update to v0.6 and restylizeAndrea Adami2013-10-111-5/+3
| | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* kexecboot_cfg: process with oe-stylize.pyAndrea Adami2013-10-111-11/+8
| | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* kexecboot.inc: merge back in the main recipeAndrea Adami2013-10-112-60/+60
| | | | | | and process with oe-stylize.py Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* kexecboot: add BBCLASSEXTEND for the klibc static flavorAndrea Adami2013-09-302-14/+3
| | | | | | | | remove kexecboot-klibc recipe bump PV to local 0.5.9.1 remove PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* kexecboot(-klibc): upgrade to last upstream commitAndrea Adami2013-09-302-2/+2
| | | | | | | | | | 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>
* kexecboot_cfg: fix against unwanted appendings to boot.cfgAndrea Adami2013-09-181-2/+5
| | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* remove the unnecessary protocol parametersJackie Huang2013-09-032-2/+2
| | | | | | | | | 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>
* initramfs-kexecboot-image: remove obsolete IMAGE_ varsAndrea Adami2013-07-091-4/+0
| | | | | | * above variables are not in oe-core anymore Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* kexecboot(-klibc): add SUMMARY, DESCRIPTION, HOMEPAGEAndrea Adami2013-06-182-0/+4
| | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* kexecboot_cfg: add SUMMARY and extend DESCRIPTIONAndrea Adami2013-06-181-1/+3
| | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com>