mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00

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>
16 lines
467 B
BlitzBasic
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)"
|