From acf015f079907da8a4f1b80e44bb64bc7696a6ad Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 18 Jan 2013 00:19:29 -0500 Subject: linux-yocto/meta: update include statements to explicit .scc format The kernel tooling can support a "shorthand" method of including other features that doesn't require the full filename ending in .scc. This format is confusing when compared to the source tree, and is inconsitently use. This commit updates all shorthand includes to a full "include .scc" format. [YOCTO #3418] Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb index 80a1ecba59..083cdf5a70 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb @@ -13,7 +13,7 @@ LINUX_VERSION ?= "3.4.24" KMETA = "meta" SRCREV_machine ?= "5432e2acb6053f9f7563cf63abd101ed2fdc1b6f" -SRCREV_meta ?= "7e0cd2990798aae80565baa17d3b6c771874f284" +SRCREV_meta ?= "d9646442b3763097a425c4e728525685bafc4b89" PR = "${INC_PR}.0" PV = "${LINUX_VERSION}+git${SRCPV}" -- cgit 1.2.3-korg