From 38ba43830339785fcd88d668b4b6c3ba5aa01d68 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Sun, 1 Apr 2012 00:19:58 -0700 Subject: tiny: Update linux-yocto-tiny to 3.2 Migrate linux-yocto-tiny from 3.0 to 3.2. The 3.0 recipe was based entirely on recipe-space fragments and was only a proof of concept. The 3.2 linux-yocto meta-data now has a proper tiny KTYPE defined. By default this recipe supports only the qemux86 machine, which builds the common-pc support (including networking, sound, USB, VGA and serial consoles, etc.). New machines can be added and will use the tiny KTYPE, but will need to add any desired hardware support as the base config is very minimal. No filesystems are supported by default, only the initramfs. (From OE-Core rev: 44c556f5300b1d811a1ae71f501320d1a6b0fb2e) Signed-off-by: Darren Hart Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-tiny/rtc-pc.cfg | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 meta/recipes-kernel/linux/linux-yocto-tiny/rtc-pc.cfg (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny/rtc-pc.cfg') diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny/rtc-pc.cfg b/meta/recipes-kernel/linux/linux-yocto-tiny/rtc-pc.cfg deleted file mode 100644 index f667440b3a..0000000000 --- a/meta/recipes-kernel/linux/linux-yocto-tiny/rtc-pc.cfg +++ /dev/null @@ -1,13 +0,0 @@ -# Dependencies -CONFIG_ACPI=y -CONFIG_HPET=y -CONFIG_HPET_TIMER=y - -CONFIG_HPET_EMULATE_RTC=y -CONFIG_RTC_LIB=y -CONFIG_RTC_CLASS=y -CONFIG_RTC_HCTOSYS=y -CONFIG_RTC_HCTOSYS_DEVICE="rtc0" -CONFIG_RTC_INTF_PROC=y -CONFIG_RTC_INTF_DEV=y -CONFIG_RTC_DRV_CMOS=y -- cgit v1.2.3-54-g00ecf