From 948a5fc8eb6c0ca98f61fd60a79ea42124c7859b Mon Sep 17 00:00:00 2001 From: Dmytro Milinevskyy Date: Wed, 16 Mar 2016 13:27:34 +0100 Subject: [PATCH] chip: derive from linux-yocto to properly support defconfig additions via .bbappend --- recipes-kernel/linux/linux-chip_4.3.0.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-chip_4.3.0.bb b/recipes-kernel/linux/linux-chip_4.3.0.bb index aab302b..b5efe5b 100644 --- a/recipes-kernel/linux/linux-chip_4.3.0.bb +++ b/recipes-kernel/linux/linux-chip_4.3.0.bb @@ -4,9 +4,8 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" COMPATIBLE_MACHINE = "(chip)" -inherit kernel siteinfo - -require recipes-kernel/linux/linux-dtb.inc +require recipes-kernel/linux/linux-yocto.inc +LINUX_VERSION_EXTENSION = "" INC_PR = "r0" LOCALVERSION ?= ""