diff options
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/mocca-usb/mocca-usb.bb | 2 | ||||
-rw-r--r-- | recipes-kernel/most/most.bb | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/mocca-usb/mocca-usb.bb b/recipes-kernel/mocca-usb/mocca-usb.bb index 246f25be8..cf4e5856b 100644 --- a/recipes-kernel/mocca-usb/mocca-usb.bb +++ b/recipes-kernel/mocca-usb/mocca-usb.bb @@ -6,7 +6,7 @@ inherit module PV = "0.1" -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/can-lin/;protocol=https" +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/can-lin/;protocol=https;branch=${AGL_BRANCH}" S = "${WORKDIR}/git/Usb-Driver" SRCREV = "02ba272c0eb51b06160307b6cb71f91684772c8c" diff --git a/recipes-kernel/most/most.bb b/recipes-kernel/most/most.bb index 512610af9..dd676c73c 100644 --- a/recipes-kernel/most/most.bb +++ b/recipes-kernel/most/most.bb @@ -6,12 +6,12 @@ inherit module PV = "0.1" -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/most;protocol=https" +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/most;protocol=https;branch=${AGL_BRANCH}" SRC_URI_append_porter = " file://0001-aim-network-3.10.31-ltsi-backport.patch \ file://0001-aim-sound-3.10.31-ltsi-backport.patch \ " S = "${WORKDIR}/git/driver" -SRCREV = "${AUTOREV}" +SRCREV = "${AGL_DEFAULT_REVISION}" # The inherit of module.bbclass will automatically name module packages with # "kernel-module-" prefix as required by the oe-core build environment. |