diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-18 15:32:57 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-18 15:36:06 +0000 |
commit | 673abd92f999829bdd67d0273c43570a62123a63 (patch) | |
tree | 63132d1ffc1cb5bf50d244b184ca8d58a9cbc85c /meta/recipes-kernel/linux/linux-simtec-2.6.26-simtec3 | |
parent | fed61beb31c47e2d96af905a7047fe78d64c9bd0 (diff) | |
download | openembedded-core-673abd92f999829bdd67d0273c43570a62123a63.tar.gz openembedded-core-673abd92f999829bdd67d0273c43570a62123a63.tar.bz2 openembedded-core-673abd92f999829bdd67d0273c43570a62123a63.tar.xz openembedded-core-673abd92f999829bdd67d0273c43570a62123a63.zip |
conf/machine: Drop older machines with no recent updates
These are all moving to meta-extras. Ideally in the future machines
such as these will be maintained to topic specific layers as we move
to a more layer oriented model. If this causes a problem for anyone
please discuss it on the mailing list.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-simtec-2.6.26-simtec3')
-rw-r--r-- | meta/recipes-kernel/linux/linux-simtec-2.6.26-simtec3/depicture-defconfig-append | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/recipes-kernel/linux/linux-simtec-2.6.26-simtec3/depicture-defconfig-append b/meta/recipes-kernel/linux/linux-simtec-2.6.26-simtec3/depicture-defconfig-append deleted file mode 100644 index fc1af85be..000000000 --- a/meta/recipes-kernel/linux/linux-simtec-2.6.26-simtec3/depicture-defconfig-append +++ /dev/null @@ -1,18 +0,0 @@ -# The Depicture needs the S3C24xx's Framebuffer and LCD stuff -CONFIG_FB_S3C2410=y -CONFIG_LCD_CLASS_DEVICE=y -CONFIG_BACKLIGHT_CLASS_DEVICE=y -CONFIG_BACKLIGHT_S3C2410=y -CONFIG_LCD_PLATFORM=y -CONFIG_BACKLIGHT_PWM=y -CONFIG_SIMTEC_LCD=y -# And also the touchscreen interface -CONFIG_TOUCHSCREEN_S3C2410=y -CONFIG_INPUT_EVDEV=y -CONFIG_SENSORS_S3C_ADC=y -# And the MMC makes sense to compile in. -CONFIG_MMC=y -CONFIG_MMC_BLOCK=y -CONFIG_MMC_S3C=y -# IPv6 is needed for the X server -CONFIG_IPV6=y |