From 92196fd94fed03adc9ff2e4e47817c03b9bbd7c1 Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Thu, 24 Jan 2019 11:48:45 +0000 Subject: [PATCH] linux-litecell: Fix kernel version in recipe --- recipes-bsp/linux/linux-litecell15_4.4.32.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/linux/linux-litecell15_4.4.32.bb b/recipes-bsp/linux/linux-litecell15_4.4.32.bb index 0d0189f..ff41b0d 100644 --- a/recipes-bsp/linux/linux-litecell15_4.4.32.bb +++ b/recipes-bsp/linux/linux-litecell15_4.4.32.bb @@ -37,7 +37,7 @@ REPODIR = "${THISDIR}/files" REPOFILE = "." PR := "${PR}.${REPOGITFN}" -PV = "4.4.32+git${SRCPV}" +PV = "4.4.32.33+git${SRCPV}" PKGV = "${PKGGITV}" DEV_BRANCH = "${@ 'nrw/litecell15-next' if d.getVar('NRW_BSP_DEVEL', False) == "next" else 'nrw/litecell15'}"