diff options
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi-dev.bb | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi-dev.bb b/recipes-kernel/linux/linux-raspberrypi-dev.bb index 7a5066c..0dfa451 100644 --- a/recipes-kernel/linux/linux-raspberrypi-dev.bb +++ b/recipes-kernel/linux/linux-raspberrypi-dev.bb | |||
@@ -7,10 +7,15 @@ python __anonymous() { | |||
7 | 7 | ||
8 | LINUX_VERSION ?= "5.10.y" | 8 | LINUX_VERSION ?= "5.10.y" |
9 | LINUX_RPI_BRANCH ?= "rpi-5.10.y" | 9 | LINUX_RPI_BRANCH ?= "rpi-5.10.y" |
10 | LINUX_RPI_KMETA_BRANCH ?= "master" | 10 | LINUX_RPI_KMETA_BRANCH ?= "yocto-5.10" |
11 | 11 | ||
12 | SRCREV_machine = "${AUTOREV}" | 12 | # Set default SRCREVs. Both the machine and meta SRCREVs are statically set |
13 | SRCREV_meta = "${AUTOREV}" | 13 | # to the as in 5.10 recipe, and hence prevent network access during parsing. If |
14 | # linux-yocto-dev is the preferred provider, they will be overridden to | ||
15 | # AUTOREV in following anonymous python routine and resolved when the | ||
16 | # variables are finalized. | ||
17 | SRCREV_machine ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "linux-raspberrypi-dev", "${AUTOREV}", "89399e6e7e33d6260a954603ca03857df594ffd3", d)}' | ||
18 | SRCREV_meta ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "linux-raspberrypi-dev", "${AUTOREV}", "a19886b00ea7d874fdd60d8e3435894bb16e6434", d)}' | ||
14 | 19 | ||
15 | KMETA = "kernel-meta" | 20 | KMETA = "kernel-meta" |
16 | 21 | ||