public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@siemens.com>
To: isar-users <isar-users@googlegroups.com>
Subject: [PATCH 02/10] meta-isar: Remove remaining wheezy traces
Date: Mon,  5 Nov 2018 07:52:02 +0100	[thread overview]
Message-ID: <ff0423a2aed944f88b39fdb44fafa4d502633bad.1541400730.git.jan.kiszka@siemens.com> (raw)
In-Reply-To: <cover.1541400730.git.jan.kiszka@siemens.com>
In-Reply-To: <cover.1541400730.git.jan.kiszka@siemens.com>

From: Jan Kiszka <jan.kiszka@siemens.com>

Support for wheezy was dropped long ago.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 Supported_Configurations.md                    |  6 ++----
 Tested_Status.md                               |  6 ++----
 doc/user_manual.md                             |  1 -
 meta-isar/conf/distro/debian-wheezy.conf       | 11 -----------
 meta-isar/conf/distro/debian-wheezy.list       |  3 ---
 meta-isar/conf/local.conf.sample               |  1 -
 meta-isar/conf/multiconfig/qemuarm-wheezy.conf | 23 -----------------------
 7 files changed, 4 insertions(+), 47 deletions(-)
 delete mode 100644 meta-isar/conf/distro/debian-wheezy.conf
 delete mode 100644 meta-isar/conf/distro/debian-wheezy.list
 delete mode 100644 meta-isar/conf/multiconfig/qemuarm-wheezy.conf

diff --git a/Supported_Configurations.md b/Supported_Configurations.md
index eeef37d..2281c1b 100644
--- a/Supported_Configurations.md
+++ b/Supported_Configurations.md
@@ -1,14 +1,13 @@
 Supported Configurations
 ========================
 
-Release v0.6-beta
------------------
+Release v0.6
+------------
 
 ### Host System : debian-jessie-amd64
 
 |Target System         |Native Build |Cross Build  |QEMU test    |SDK Support  |Notes                        |
 |:--------------------:|:-----------:|:------------|:-----------:|:-----------:|:---------------------------:|
-| debian-wheezy-armhf  |YES          |NO           |UNKNOWN      |NO           | not supported since 9fc721a |
 | debian-jessie-i386   |YES          |NO           |YES          |NO           |                             |
 | debian-jessie-amd64  |YES          |NO           |YES          |NO           |                             |
 | debian-jessie-armhf  |YES          |NO           |YES          |NO           |                             |
@@ -27,7 +26,6 @@ Release v0.6-beta
 
 |Target System         |Native Build |Cross Build  |QEMU test    |SDK Support  |Notes                        |
 |:--------------------:|:-----------:|:------------|:-----------:|:-----------:|:---------------------------:|
-| debian-wheezy-armhf  |YES          |UNKNOWN      |UNKNOWN      |NO           | not supported since 9fc721a |
 | debian-jessie-i386   |YES          |UNKNOWN      |YES          |NO           |                             |
 | debian-jessie-amd64  |YES          |YES          |YES          |NO           |                             |
 | debian-jessie-armhf  |YES          |YES          |YES          |NO           |                             |
diff --git a/Tested_Status.md b/Tested_Status.md
index 7defd8f..33dd564 100644
--- a/Tested_Status.md
+++ b/Tested_Status.md
@@ -1,14 +1,13 @@
 Tested Status
 =============
 
-Release v0.6-beta
------------------
+Release v0.6
+------------
 
 ### Host System : debian-jessie-amd64
 
 |Target System         |Native Build |QEMU test    |SDK Support  |Version |
 |:--------------------:|:-----------:|:-----------:|:-----------:|:------:|
-| debian-wheezy-armhf  |PASSED       |UNTESTED     |NO           |3cd5798 |
 | debian-jessie-i386   |PASSED       |PASSED       |NO           |422b0be |
 | debian-jessie-amd64  |PASSED       |PASSED       |NO           |422b0be |
 | debian-jessie-armhf  |PASSED       |PASSED       |NO           |422b0be |
@@ -27,7 +26,6 @@ Release v0.6-beta
 
 |Target System         |Native Build |Cross Build  |QEMU test    |SDK Support  |Version |
 |:--------------------:|:-----------:|:------------|:-----------:|:-----------:|:------:|
-| debian-wheezy-armhf  |PASSED       |UNTESTED     |UNTESTED     |NO           |3cd5798 |
 | debian-jessie-i386   |PASSED       |UNTESTED     |PASSED       |NO           |96672c7 |
 | debian-jessie-amd64  |PASSED       |PASSED       |PASSED       |NO           |96672c7 |
 | debian-jessie-armhf  |PASSED       |PASSED       |PASSED       |NO           |96672c7 |
diff --git a/doc/user_manual.md b/doc/user_manual.md
index 42bcd6b..0467d03 100644
--- a/doc/user_manual.md
+++ b/doc/user_manual.md
@@ -138,7 +138,6 @@ a single call. List all configurations in `conf/local.conf`:
 
 ```
 BBMULTICONFIG = " \
-    qemuarm-wheezy \
     qemuarm-jessie \
     qemuarm-stretch \
     qemuarm-buster \
diff --git a/meta-isar/conf/distro/debian-wheezy.conf b/meta-isar/conf/distro/debian-wheezy.conf
deleted file mode 100644
index a5f52fc..0000000
--- a/meta-isar/conf/distro/debian-wheezy.conf
+++ /dev/null
@@ -1,11 +0,0 @@
-# Debian wheezy distribution configuration
-#
-# This software is a part of ISAR.
-# Copyright (C) 2015-2016 ilbers GmbH
-
-require debian-common.conf
-
-DISTRO_APT_SOURCES += "conf/distro/debian-wheezy.list"
-DISTRO_CONFIG_SCRIPT ?= "debian-configscript.sh"
-DISTRO_KERNELS ?= "486 686-pae amd64 rt-686-pae rt-amd64 versatile vexpress \
-    iop32x ixp4xx kirkwood mv78xx0 mx5 omap orion5x"
diff --git a/meta-isar/conf/distro/debian-wheezy.list b/meta-isar/conf/distro/debian-wheezy.list
deleted file mode 100644
index 0bfa98e..0000000
--- a/meta-isar/conf/distro/debian-wheezy.list
+++ /dev/null
@@ -1,3 +0,0 @@
-deb	http://ftp.de.debian.org/debian wheezy	main contrib non-free
-deb	http://ftp.de.debian.org/debian wheezy-updates	main contrib non-free
-deb	http://security.debian.org	wheezy/updates	main contrib non-free
diff --git a/meta-isar/conf/local.conf.sample b/meta-isar/conf/local.conf.sample
index f3a960a..6a70d34 100644
--- a/meta-isar/conf/local.conf.sample
+++ b/meta-isar/conf/local.conf.sample
@@ -38,7 +38,6 @@ DISTRO_ARCH ??= "armhf"
 #
 # This sets the default multiple configurations used:
 BBMULTICONFIG = " \
-    qemuarm-wheezy \
     qemuarm-jessie \
     qemuarm-stretch \
     qemuarm-buster \
diff --git a/meta-isar/conf/multiconfig/qemuarm-wheezy.conf b/meta-isar/conf/multiconfig/qemuarm-wheezy.conf
deleted file mode 100644
index 19b9daa..0000000
--- a/meta-isar/conf/multiconfig/qemuarm-wheezy.conf
+++ /dev/null
@@ -1,23 +0,0 @@
-#
-# This software is a part of ISAR.
-# Copyright (C) 2015-2017 ilbers GmbH
-#
-# This configuration file is a part of bitbake multiconfig. Bitbake combines
-# these settings with local.conf ones and start task execution with this
-# environment.
-
-# This sets the default machine to be qemuarm in this configuration:
-MACHINE ?= "qemuarm"
-
-# This sets the default distribution configuration:
-DISTRO ?= "debian-wheezy"
-DISTRO_ARCH ?= "armhf"
-
-KERNEL_NAME ?= "vexpress"
-
-QEMU_ROOTFS_DEV ?= "mmcblk0"
-
-QEMU_ARCH ?= "arm"
-QEMU_MACHINE ?= "vexpress-a9"
-QEMU_CPU ?= ""
-QEMU_DISK_ARGS ?= "-sd ##ROOTFS_IMAGE##"
-- 
2.16.4


  parent reply	other threads:[~2018-11-05  6:52 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-05  6:52 [PATCH 00/10] HiKey and DE0 Nano SoC boards, further improvements and cleanups Jan Kiszka
2018-11-05  6:52 ` [PATCH 01/10] meta: builchroot: Preserve environment when calling dpkg-buildpackage Jan Kiszka
2018-11-05  9:41   ` Henning Schild
2018-11-05  9:46     ` Jan Kiszka
2018-11-05 10:05   ` Henning Schild
2018-11-05 10:16     ` [PATCH v2 " Jan Kiszka
2018-11-05 14:15     ` [PATCH " Baurzhan Ismagulov
2018-11-05 14:25       ` Jan Kiszka
2018-11-05 15:36       ` Henning Schild
2018-11-06 10:53         ` Baurzhan Ismagulov
2018-11-05  6:52 ` Jan Kiszka [this message]
2018-11-09 14:22   ` [PATCH 02/10] meta-isar: Remove remaining wheezy traces Baurzhan Ismagulov
2018-11-05  6:52 ` [PATCH 03/10] meta-isar: linux: Update mainline recipe to 4.19 Jan Kiszka
2018-11-05  6:52 ` [PATCH 04/10] meta-isar: example-module: Only disable cross-compilation for Debian kernels Jan Kiszka
2018-11-05  6:52 ` [PATCH 05/10] meta-isar: Add Terasic DE0-Nano-SoC as demonstration board Jan Kiszka
2018-11-05  6:52 ` [PATCH 06/10] meta-isar: Add LeMaker HiKey board Jan Kiszka
2018-11-05  6:52 ` [PATCH 07/10] meta: linux-module: Fix arm64 cross-build Jan Kiszka
2018-11-05  6:52 ` [PATCH 08/10] wic: bootimg-efi-isar: Avoid append "None" to kernel command line Jan Kiszka
2018-11-05  6:52 ` [PATCH 09/10] wic: bootimg-efi-isar: Make agnostic to partition order Jan Kiszka
2018-11-05  6:52 ` [PATCH 10/10] image: Add install_image_deps to cache_base_repo dependencies Jan Kiszka
2018-11-06  9:59 ` [PATCH 00/10] HiKey and DE0 Nano SoC boards, further improvements and cleanups Maxim Yu. Osipov
2018-11-06 10:49   ` Baurzhan Ismagulov
2018-11-06 10:51     ` Jan Kiszka
2018-11-07 13:11 ` Maxim Yu. Osipov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ff0423a2aed944f88b39fdb44fafa4d502633bad.1541400730.git.jan.kiszka@siemens.com \
    --to=jan.kiszka@siemens.com \
    --cc=isar-users@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox