diff mbox series

[SRU,B/hwe-5.4,linux-meta] UBUNTU: [Packaging] Transition OEM-OSP1 to hwe-5.4

Message ID 20201106171543.1523214-1-tjaalton@ubuntu.com
State New
Headers show
Series [SRU,B/hwe-5.4,linux-meta] UBUNTU: [Packaging] Transition OEM-OSP1 to hwe-5.4 | expand

Commit Message

Timo Aaltonen Nov. 6, 2020, 5:15 p.m. UTC
From: Timo Aaltonen <timo.aaltonen@canonical.com>

BugLink: https://bugs.launchpad.net/bugs/1850612

Signed-off-by: Timo Aaltonen <timo.aaltonen@canonical.com>
---
 debian/control.d/transitionals-oem-osp1 | 40 +++++++++++++++++++++++++
 1 file changed, 40 insertions(+)
 create mode 100644 debian/control.d/transitionals-oem-osp1

Comments

Stefan Bader Nov. 6, 2020, 6:24 p.m. UTC | #1
On 06.11.20 18:15, Timo Aaltonen wrote:
> From: Timo Aaltonen <timo.aaltonen@canonical.com>
> 
> BugLink: https://bugs.launchpad.net/bugs/1850612
> 
> Signed-off-by: Timo Aaltonen <timo.aaltonen@canonical.com>
> ---

That won't work as hwe-5.4 does not use the -- variant. We have this on the list
todo and I would like to see whether this cannot be done as addition to variants
in kernel-series.yaml

-Stefan

>  debian/control.d/transitionals-oem-osp1 | 40 +++++++++++++++++++++++++
>  1 file changed, 40 insertions(+)
>  create mode 100644 debian/control.d/transitionals-oem-osp1
> 
> diff --git a/debian/control.d/transitionals-oem-osp1 b/debian/control.d/transitionals-oem-osp1
> new file mode 100644
> index 0000000..897ec5d
> --- /dev/null
> +++ b/debian/control.d/transitionals-oem-osp1
> @@ -0,0 +1,40 @@
> +Package: linux-image-oem-osp1
> +Architecture: amd64
> +Section: oldlibs
> +Priority: optional
> +Depends: linux-image-generic-hwe-18.04
> +Conflicts: amdgpu-core (<< 19.10oem1)
> +Description: Depends on the generic kernel image (dummy transitional package)
> + Transitional package for upgrades from linux-oem-osp1 to generic hwe-18.04.
> +
> +Package: linux-oem-osp1
> +Architecture: amd64
> +Section: oldlibs
> +Priority: optional
> +Depends: linux-generic-hwe-18.04
> +Conflicts: amdgpu-core (<< 19.10oem1)
> +Description: Depends on the generic kernel image and headers (dummy transitional packages)
> + Transitional package for upgrades from linux-oem-osp1 to generic hwe-18.04.
> +
> +Package: linux-oem-osp1-tools-host
> +Architecture: amd64
> +Section: oldlibs
> +Priority: optional
> +Depends: linux-tools-host
> +Description: Linux kernel VM host tools (dummy transitional packages)
> + Transitional package for upgrades from linux-oem-osp1 to generic hwe-18.04.
> +
> +Package: linux-tools-oem-osp1
> +Architecture: amd64
> +Section: oldlibs
> +Depends: linux-tools-generic-hwe-18.04
> +Description: Linux kernel versioned tools (dummy transitional package)
> + Transitional package for upgrades from linux-oem-osp1 to generic hwe-18.04.
> +
> +Package: linux-headers-oem-osp1
> +Architecture: amd64
> +Section: oldlibs
> +Priority: optional
> +Depends: linux-headers-generic-hwe-18.04
> +Description: Generic Linux kernel headers (dummy transitional package)
> + Transitional package for upgrades from linux-oem-osp1 to generic hwe-18.04.
>
Timo Aaltonen Nov. 6, 2020, 6:46 p.m. UTC | #2
Stefan Bader kirjoitti 6.11.2020 klo 20.24:
> On 06.11.20 18:15, Timo Aaltonen wrote:
>> From: Timo Aaltonen <timo.aaltonen@canonical.com>
>>
>> BugLink: https://bugs.launchpad.net/bugs/1850612
>>
>> Signed-off-by: Timo Aaltonen <timo.aaltonen@canonical.com>
>> ---
> 
> That won't work as hwe-5.4 does not use the -- variant. We have this on the list
> todo and I would like to see whether this cannot be done as addition to variants
> in kernel-series.yaml.

Ok, whatever works :)
diff mbox series

Patch

diff --git a/debian/control.d/transitionals-oem-osp1 b/debian/control.d/transitionals-oem-osp1
new file mode 100644
index 0000000..897ec5d
--- /dev/null
+++ b/debian/control.d/transitionals-oem-osp1
@@ -0,0 +1,40 @@ 
+Package: linux-image-oem-osp1
+Architecture: amd64
+Section: oldlibs
+Priority: optional
+Depends: linux-image-generic-hwe-18.04
+Conflicts: amdgpu-core (<< 19.10oem1)
+Description: Depends on the generic kernel image (dummy transitional package)
+ Transitional package for upgrades from linux-oem-osp1 to generic hwe-18.04.
+
+Package: linux-oem-osp1
+Architecture: amd64
+Section: oldlibs
+Priority: optional
+Depends: linux-generic-hwe-18.04
+Conflicts: amdgpu-core (<< 19.10oem1)
+Description: Depends on the generic kernel image and headers (dummy transitional packages)
+ Transitional package for upgrades from linux-oem-osp1 to generic hwe-18.04.
+
+Package: linux-oem-osp1-tools-host
+Architecture: amd64
+Section: oldlibs
+Priority: optional
+Depends: linux-tools-host
+Description: Linux kernel VM host tools (dummy transitional packages)
+ Transitional package for upgrades from linux-oem-osp1 to generic hwe-18.04.
+
+Package: linux-tools-oem-osp1
+Architecture: amd64
+Section: oldlibs
+Depends: linux-tools-generic-hwe-18.04
+Description: Linux kernel versioned tools (dummy transitional package)
+ Transitional package for upgrades from linux-oem-osp1 to generic hwe-18.04.
+
+Package: linux-headers-oem-osp1
+Architecture: amd64
+Section: oldlibs
+Priority: optional
+Depends: linux-headers-generic-hwe-18.04
+Description: Generic Linux kernel headers (dummy transitional package)
+ Transitional package for upgrades from linux-oem-osp1 to generic hwe-18.04.