Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
582584d7
Unverified
Commit
582584d7
authored
6 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
system/easy-kernel: UAPI fix for linux-headers
parent
2046e295
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
system/easy-kernel/APKBUILD
+3
-1
3 additions, 1 deletion
system/easy-kernel/APKBUILD
system/easy-kernel/revert-broken-uapi.patch
+0
-0
0 additions, 0 deletions
system/easy-kernel/revert-broken-uapi.patch
system/linux-headers/APKBUILD
+0
-54
0 additions, 54 deletions
system/linux-headers/APKBUILD
with
3 additions
and
55 deletions
system/easy-kernel/APKBUILD
+
3
−
1
View file @
582584d7
...
...
@@ -22,7 +22,8 @@ source="https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.14.tar.xz
config-ppc
config-x86_64
config-pmmx
config-aarch64"
config-aarch64
"
builddir
=
"
$srcdir
/linux-4.14"
prepare
()
{
...
...
@@ -78,6 +79,7 @@ modules() {
headers
()
{
pkgdesc
=
"System headers provided by the Linux kernel"
cd
"
$builddir
"
patch
-Np1
-i
"
$srcdir
"
/../revert-broken-uapi.patch
mkdir
-p
"
$subpkgdir
"
/usr
make headers_install
INSTALL_HDR_PATH
=
"
$subpkgdir
/usr"
...
...
This diff is collapsed.
Click to expand it.
system/
linux-headers
/revert-broken-uapi.patch
→
system/
easy-kernel
/revert-broken-uapi.patch
+
0
−
0
View file @
582584d7
File moved
This diff is collapsed.
Click to expand it.
system/linux-headers/APKBUILD
deleted
100644 → 0
+
0
−
54
View file @
2046e295
# Maintainer: Adelie Platform Group <adelie-devel@lists.adelielinux.org>
pkgname
=
linux-headers
pkgver
=
4.14.48
pkgrel
=
8
pkgdesc
=
"Linux system headers"
url
=
"https://kernel.org"
arch
=
"all"
options
=
"!check !dbg !strip !tracedeps"
# Headers only
license
=
"GPL-2.0-only"
makedepends
=
"perl"
source
=
"https://kernel.org/pub/linux/kernel/v4.x/linux-4.14.tar.xz
https://distfiles.adelielinux.org/source/linux-4.14-mc
$pkgrel
.patch.xz
revert-broken-uapi.patch
"
builddir
=
"
$srcdir
/linux-4.14"
prepare
()
{
cd
"
$srcdir
"
cat
linux-4.14-mc
$pkgrel
.patch.xz | unxz -> linux-4.14-mc
$pkgrel
.patch
cd
"
$builddir
"
patch
-Np1
<../linux-4.14-mc
$pkgrel
.patch
for
i
in
$source
;
do
case
$i
in
*
.patch
)
msg
$i
;
patch
-p1
-i
"
$srcdir
"
/
$i
||
return
1
;;
esac
done
}
package
()
{
local
_carch
=
$CARCH
case
"
$_carch
"
in
aarch64
*
)
_carch
=
"arm64"
;;
arm
*
)
_carch
=
"arm"
;;
mips
*
)
_carch
=
"mips"
;;
s390
*
)
_carch
=
"s390"
;;
ppc
*
)
_carch
=
"powerpc"
;;
pmmx
)
_carch
=
"x86"
;;
esac
cd
"
$builddir
"
mkdir
-p
"
$pkgdir
/usr"
make headers_install
ARCH
=
"
${
_carch
}
"
INSTALL_HDR_PATH
=
"
$pkgdir
/usr"
find
"
$pkgdir
/usr"
\(
-name
.install
-o
-name
..install.cmd
\)
-exec
\
rm
-f
{}
\;
# provided by libdrm
rm
-rf
"
$pkgdir
"
/usr/include/drm
}
sha512sums
=
"77e43a02d766c3d73b7e25c4aafb2e931d6b16e870510c22cef0cdb05c3acb7952b8908ebad12b10ef982c6efbe286364b1544586e715cf38390e483927904d8 linux-4.14.tar.xz
3fe2da1714cc83d909ba43d27c7f22ef4f2a6ecfd91ff81e0e141a0dd742ec78ad11392186871762f410615ae7c7f33dd814e0f194c7f7aed1dee2d9fca0252d linux-4.14-mc8.patch.xz
32597f2672d1ec365a936d15041a7cf219ef9353241d4a5c378244cf2fc155610443a19bbcd391c86099a0b08486c45e042ec7c90b0d04fe675c3ad0ffc36b53 revert-broken-uapi.patch"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment