meta-freescale-3rdparty/recipes-kernel/linux/linux-remarkable2_5.4.bb
Pierre-Jean Texier be5493795a recipes: use https protocol and add explicit branch parameter
Due to https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git
it is required to use https protocol for github repo accessing.

Update created with oe-core/scripts/contrib/convert-srcuri.py (see [0])

[0] - https://git.openembedded.org/openembedded-core/tree/scripts/contrib/convert-srcuri.py

Signed-off-by: Pierre-Jean Texier <texier.pj2@gmail.com>
2021-11-05 19:55:33 +01:00

15 lines
457 B
BlitzBasic

require recipes-kernel/linux/linux-imx.inc
SUMMARY = "Linux kernel for the reMarkable2"
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
SRC_URI = "git://github.com/alistair23/linux.git;protocol=https;branch=${KBRANCH}"
KBRANCH = "5.4-rM2-2.2.x-imx"
SRCREV = "d8cb1f6be94cd94fd72c3d5637143f7042dd8147"
LINUX_VERSION = "5.4.94"
PV = "${LINUX_VERSION}"
DEPENDS += "lzop-native bc-native"
COMPATIBLE_MACHINE = "(imx7d-remarkable2)"