All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][meta-raspberrypi] linux-raspberrypi_dev: don't use AUTOREV
@ 2017-05-30  7:57 Martin Jansa
  2017-05-30 16:07 ` Khem Raj
  0 siblings, 1 reply; 12+ messages in thread
From: Martin Jansa @ 2017-05-30  7:57 UTC (permalink / raw)
  To: yocto

* use latest revision in rpi-4.11.y branch
* using AUTOREV causes bitbake to run git ls-remote on the github.com repository in order
  to convert AUTOREV to currently latest SRCREV even when you don't use linux-raspberrypi_dev
  at all, just happen to have meta-raspberrypi layer in your bblayers.conf, that's bad for
  people who want to be able to build without network access (completely from premirror)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 recipes-kernel/linux/linux-raspberrypi_dev.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-kernel/linux/linux-raspberrypi_dev.bb b/recipes-kernel/linux/linux-raspberrypi_dev.bb
index 239d630..06771b9 100644
--- a/recipes-kernel/linux/linux-raspberrypi_dev.bb
+++ b/recipes-kernel/linux/linux-raspberrypi_dev.bb
@@ -3,7 +3,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-dev:"
 LINUX_VERSION ?= "4.11"
 LINUX_RPI_DEV_BRANCH ?= "rpi-4.11.y"
 
-SRCREV = "${AUTOREV}"
+SRCREV = "3b3178eb6c0ddea0a6856f16f52b5d2c21ed9299"
 SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_DEV_BRANCH} \
            file://0001-build-arm64-Add-rules-for-.dtbo-files-for-dts-overla.patch \
 "
-- 
2.13.0



^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2017-06-01 12:49 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-30  7:57 [PATCH][meta-raspberrypi] linux-raspberrypi_dev: don't use AUTOREV Martin Jansa
2017-05-30 16:07 ` Khem Raj
2017-05-30 17:15   ` Paul Barker
2017-05-30 17:25     ` Andre McCurdy
2017-05-30 17:29       ` Khem Raj
2017-06-01  0:00         ` Andrei Gherzan
2017-06-01  0:17           ` Khem Raj
2017-06-01  6:10             ` Paul Barker
2017-06-01  7:08               ` Martin Jansa
2017-06-01  7:10                 ` Martin Jansa
2017-06-01 11:23                   ` Paul Barker
2017-06-01 12:48                     ` Andrei Gherzan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.