Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dominika Liberda
aports
Commits
fa980e8f
Commit
fa980e8f
authored
6 years ago
by
Carlo Landmeter
Browse files
Options
Downloads
Patches
Plain Diff
main/mkinitfs: add vc4 to kms for rpi
parent
1fe29f1b
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/mkinitfs/0001-features-add-vc4-to-kms-for-rpi.patch
+21
-0
21 additions, 0 deletions
main/mkinitfs/0001-features-add-vc4-to-kms-for-rpi.patch
main/mkinitfs/APKBUILD
+5
-3
5 additions, 3 deletions
main/mkinitfs/APKBUILD
with
26 additions
and
3 deletions
main/mkinitfs/0001-features-add-vc4-to-kms-for-rpi.patch
0 → 100644
+
21
−
0
View file @
fa980e8f
From ace78b7225286039bf89aaae86a02b653a8ef64d Mon Sep 17 00:00:00 2001
From: Carlo Landmeter <clandmeter@alpinelinux.org>
Date: Mon, 25 Jun 2018 15:25:02 +0000
Subject: [PATCH] features: add vc4 to kms for rpi
---
features.d/kms.modules | 1 +
1 file changed, 1 insertion(+)
diff --git a/features.d/kms.modules b/features.d/kms.modules
index 8806aab..b62e75b 100644
--- a/features.d/kms.modules
+++ b/features.d/kms.modules
@@ -3,3 +3,4 @@
kernel/drivers/gpu
kernel/drivers/i2c
kernel/drivers/video
kernel/arch/x86/video/fbdev.ko
+kernel/drivers/gpu/drm/vc4/vc4.ko
--
2.18.0
This diff is collapsed.
Click to expand it.
main/mkinitfs/APKBUILD
+
5
−
3
View file @
fa980e8f
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
pkgname
=
mkinitfs
pkgname
=
mkinitfs
pkgver
=
3.3.0
pkgver
=
3.3.0
_ver
=
${
pkgver
%_git*
}
_ver
=
${
pkgver
%_git*
}
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Tool to generate initramfs images for Alpine"
pkgdesc
=
"Tool to generate initramfs images for Alpine"
url
=
"https://git.alpinelinux.org/cgit/mkinitfs"
url
=
"https://git.alpinelinux.org/cgit/mkinitfs"
arch
=
"all"
arch
=
"all"
...
@@ -15,7 +15,8 @@ makedepends="$makedepends_build $makedepends_host"
...
@@ -15,7 +15,8 @@ makedepends="$makedepends_build $makedepends_host"
depends
=
"busybox>=1.28.2-r1 apk-tools>=2.9.1 lddtree>=1.25"
depends
=
"busybox>=1.28.2-r1 apk-tools>=2.9.1 lddtree>=1.25"
install
=
"
$pkgname
.pre-upgrade
$pkgname
.post-install
$pkgname
.post-upgrade"
install
=
"
$pkgname
.pre-upgrade
$pkgname
.post-install
$pkgname
.post-upgrade"
triggers
=
"
$pkgname
.trigger=/usr/share/kernel/*"
triggers
=
"
$pkgname
.trigger=/usr/share/kernel/*"
source
=
"http://dev.alpinelinux.org/archive/
$pkgname
/
$pkgname
-
$_ver
.tar.xz"
source
=
"http://dev.alpinelinux.org/archive/
$pkgname
/
$pkgname
-
$_ver
.tar.xz
0001-features-add-vc4-to-kms-for-rpi.patch"
builddir
=
"
$srcdir
/
$pkgname
-
$_ver
"
builddir
=
"
$srcdir
/
$pkgname
-
$_ver
"
build
()
{
build
()
{
...
@@ -28,4 +29,5 @@ package() {
...
@@ -28,4 +29,5 @@ package() {
make
install
DESTDIR
=
"
$pkgdir
"
make
install
DESTDIR
=
"
$pkgdir
"
}
}
sha512sums
=
"dbbb97fda1c2febe5fc226072232ffeb69c03fb9173c0434d5cecc6e4fda2e62a1f725a3083d1bedc2397cbf3b95ce28628788d70b4440902ee3648db738c2c9 mkinitfs-3.3.0.tar.xz"
sha512sums
=
"dbbb97fda1c2febe5fc226072232ffeb69c03fb9173c0434d5cecc6e4fda2e62a1f725a3083d1bedc2397cbf3b95ce28628788d70b4440902ee3648db738c2c9 mkinitfs-3.3.0.tar.xz
f1f5de4b5825ab221f7f929bf36e121217f34f36cfdec153ceb829f0fad6f63ea057239aa84690792f6d701d350d2dca375fcf91e05862394f8aaa0181a1ed58 0001-features-add-vc4-to-kms-for-rpi.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