From 430bd28093fb743ba3bd032e11e40b4dd8e5bd1f Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Sat, 9 Feb 2019 18:37:07 +0000 Subject: linux-yocto: add baseline ARC support Adding both the required toolchain options (libgcc) and baseline BSP definitions for arc support. Author: Alexey Brodkin Date: Fri Feb 8 18:32:21 2019 +0300 linux-yocto: Add dependency on libgcc for ARC As of now in case of ARC there's no in-kernel implementation of basic libgcc functions used for millicode, multiplication, division etc instead we simply link with libgcc.a which provides everything used by the compiler. Signed-off-by: Alexey Brodkin Signed-off-by: Bruce Ashfield Author: Alexey Brodkin Date: Fri Feb 8 17:29:40 2019 +0300 ARC: Add nsimhs- and hsdk-standard configs With ARC support ramping-up in upstream OE we're ready to build more complicated distributions and linux-yocto is a nice and configurable base for that. This commit adds support of 1 simulated board (nSIM) and the mast affordable and powerful to date development board (HSDK). Once Qemu port for ARC is functional (it's being actively developed now) we'll switch from nSIM to Qemu. Still it would be really good to keep nSIM support in linux-yocto for now as it allows for simpler testing as compared to real HW. Signed-off-by: Alexey Brodkin Cc: Bruce Ashfield Signed-off-by: Bruce Ashfield Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb index bb2ea2d991..df8ecb6cee 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb @@ -17,7 +17,7 @@ KCONF_BSP_AUDIT_LEVEL = "2" SRCREV_machine_qemuarm ?= "6cc861e796ab19a6827cf9996e7755f1875d553e" SRCREV_machine ?= "11e0e616ed095bb8012e1b4a231254c9656a0193" -SRCREV_meta ?= "5d93f38b0eed56071261895aefecfca287595536" +SRCREV_meta ?= "8d7d003531151ba0a0e0cdb3cefa0bf9b0e84b55" PV = "${LINUX_VERSION}+git${SRCPV}" -- cgit 1.2.3-korg