meta-freescale-3rdparty/recipes-kernel/linux/linux-gateworks-imx_3.14.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

16 lines
467 B
BlitzBasic

# Copyright (C) 2015 Gateworks Corporation
# Released under the MIT license (see COPYING.MIT for the terms)
include recipes-kernel/linux/linux-imx.inc
DEPENDS += "lzop-native bc-native"
SRCREV = "d9991ca465921e5ed120dd321e06a2d64eaa5099"
LOCALVERSION = "-1.0.x-ga+yocto"
SRC_URI = "git://github.com/Gateworks/linux-imx6.git;protocol=https;branch=gateworks_fslc_3.14_1.0.x_ga \
file://defconfig"
LINUX_VERSION = "3.14"
COMPATIBLE_MACHINE = "(ventana)"