diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2010-01-09 19:03:34 +0100 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2010-01-09 19:03:34 +0100 |
commit | fe63fdaa70f4054c4d0b2de4d45c5f5bf0fa0bc8 (patch) | |
tree | 291dae1be6c98b4742101712b17a27ccf1232161 /recipes | |
parent | eda60d48fa4f727f26d7b852695b45f2415475ec (diff) |
linux: gta03 won't ever see the light of day. remove references to it from three OM kernel recipes.
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/linux/linux-openmoko-2.6.28_git.bb | 1 | ||||
-rw-r--r-- | recipes/linux/linux-openmoko-shr-devel_git.bb | 1 | ||||
-rw-r--r-- | recipes/linux/linux-openmoko-shr-drm-devel_git.bb | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/recipes/linux/linux-openmoko-2.6.28_git.bb b/recipes/linux/linux-openmoko-2.6.28_git.bb index 0b779384d9..2e1d133546 100644 --- a/recipes/linux/linux-openmoko-2.6.28_git.bb +++ b/recipes/linux/linux-openmoko-2.6.28_git.bb @@ -18,7 +18,6 @@ S = "${WORKDIR}/git" CONFIG_NAME_om-gta01 = "gta01_moredrivers_defconfig" CONFIG_NAME_om-gta02 = "gta02_packaging_defconfig" -CONFIG_NAME_om-gta03 = "gta03_defconfig" do_configure_prepend() { install -m 644 ./arch/arm/configs/${CONFIG_NAME} ${WORKDIR}/defconfig-oe diff --git a/recipes/linux/linux-openmoko-shr-devel_git.bb b/recipes/linux/linux-openmoko-shr-devel_git.bb index 480dd4b652..f94bdafd7d 100644 --- a/recipes/linux/linux-openmoko-shr-devel_git.bb +++ b/recipes/linux/linux-openmoko-shr-devel_git.bb @@ -19,7 +19,6 @@ S = "${WORKDIR}/git" CONFIG_NAME_om-gta01 = "gta01_moredrivers_defconfig" CONFIG_NAME_om-gta02 = "gta02_packaging_defconfig" -CONFIG_NAME_om-gta03 = "gta03_defconfig" do_configure_prepend() { install -m 644 ./arch/arm/configs/${CONFIG_NAME} ${WORKDIR}/defconfig-oe diff --git a/recipes/linux/linux-openmoko-shr-drm-devel_git.bb b/recipes/linux/linux-openmoko-shr-drm-devel_git.bb index 11838c6a1b..494e4cebd7 100644 --- a/recipes/linux/linux-openmoko-shr-drm-devel_git.bb +++ b/recipes/linux/linux-openmoko-shr-drm-devel_git.bb @@ -27,7 +27,6 @@ S = "${WORKDIR}/git" CONFIG_NAME_om-gta01 = "gta01_moredrivers_defconfig" CONFIG_NAME_om-gta02 = "gta02_drm_defconfig" -CONFIG_NAME_om-gta03 = "gta03_defconfig" do_configure_prepend() { install -m 644 ./arch/arm/configs/${CONFIG_NAME} ${WORKDIR}/defconfig-oe |