13bff441ae
With kpatch target build disabled, these packages are not needed any more, so we remove them now. TestPlan: Pass: build-pkgs -c -p kpatch Pass: build-image Story: 2009221 Task: 44580 Depends-On: https://review.opendev.org/c/starlingx/kernel/+/865249 Signed-off-by: Zhixiong Chi <zhixiong.chi@windriver.com> Change-Id: Ic13750434782903c5bedf4ec4adcc6d778dba938
47 lines
1.7 KiB
Plaintext
47 lines
1.7 KiB
Plaintext
# Copyright (c) 2022 Wind River Systems, Inc.
|
|
#
|
|
# Licensed to the Apache Software Foundation (ASF) under one
|
|
# or more contributor license agreements. The ASF licenses this
|
|
# file to you under the Apache License, Version 2.0 (the
|
|
# "License"); you may not use this file except in compliance
|
|
# with the License. You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing,
|
|
# software distributed under the License is distributed on an
|
|
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
# KIND, either express or implied. See the License for the
|
|
# specific language governing permissions and limitations
|
|
# under the License.
|
|
|
|
Source: kpatch
|
|
Section: kernel
|
|
Priority: optional
|
|
Maintainer: Zhixiong Chi <zhixiong.chi@windriver.com>
|
|
Build-Depends: libelf-dev, debhelper (>= 13)
|
|
Standards-Version: 4.5.1
|
|
Homepage: http://github.com/dynup/kpatch
|
|
|
|
|
|
Package: kpatch
|
|
Architecture: linux-amd64
|
|
Multi-Arch: foreign
|
|
Depends: ${misc:Depends}, ${shlibs:Depends}
|
|
Description: Runtime tools for Kpatch
|
|
kpatch is a Linux dynamic kernel patching tool which allows you to patch a
|
|
running kernel without rebooting or restarting any processes. It enables
|
|
sysadmins to apply critical security patches to the kernel immediately, without
|
|
having to wait for long-running tasks to complete, users to log off, or
|
|
for scheduled reboot windows. It gives more control over up-time without
|
|
sacrificing security or stability.
|
|
|
|
Package: kpatch-build
|
|
Architecture: linux-amd64
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Suggests: ccache
|
|
Description: Build Tools for Kpatch and Livepatch
|
|
kpatch-build is a tool that can build both kpatch and livepatch modules from
|
|
a given patch.
|
|
|