summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/images/self-hosted-image.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/images/self-hosted-image.bb b/meta/recipes-core/images/self-hosted-image.bb
index e962f3049c..91942eeff8 100644
--- a/meta/recipes-core/images/self-hosted-image.bb
+++ b/meta/recipes-core/images/self-hosted-image.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ 4LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
5 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 5 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
6 6
7PR = "r7" 7PR = "r8"
8 8
9CORE_IMAGE_EXTRA_INSTALL = "\ 9CORE_IMAGE_EXTRA_INSTALL = "\
10 task-self-hosted \ 10 task-self-hosted \
@@ -25,7 +25,7 @@ IMAGE_FSTYPES = "vmdk"
25 25
26inherit core-image 26inherit core-image
27 27
28SRCREV = "26a46938d3ea1821e7bec4fa6cc8379babad238b" 28SRCREV = "8691a588267472eb5a32b978a0eb9ddfd0c91733"
29SRC_URI = "git://git.yoctoproject.org/poky;protocol=git" 29SRC_URI = "git://git.yoctoproject.org/poky;protocol=git"
30 30
31fakeroot do_populate_poky_src () { 31fakeroot do_populate_poky_src () {