Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmaports
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
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
postmarketOS
pmaports
Commits
f842a0e3
Unverified
Commit
f842a0e3
authored
6 years ago
by
Danct12
Committed by
Oliver Smith
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
device-asus-z00vd: add missing devicepkg (
!137
)
Follow-up to
!21
, where only the kernel was added, but not the device package.
parent
61d42aa1
No related branches found
No related tags found
No related merge requests found
Pipeline
#195061
passed
6 years ago
Stage: first
Stage: second
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
device/device-asus-z00vd/APKBUILD
+23
-0
23 additions, 0 deletions
device/device-asus-z00vd/APKBUILD
device/device-asus-z00vd/deviceinfo
+33
-0
33 additions, 0 deletions
device/device-asus-z00vd/deviceinfo
with
56 additions
and
0 deletions
device/device-asus-z00vd/APKBUILD
0 → 100644
+
23
−
0
View file @
f842a0e3
# Reference: <https://postmarketos.org/devicepkg>
pkgname
=
"device-asus-z00vd"
pkgdesc
=
"ASUS Zenfone Go"
pkgver
=
0.1
pkgrel
=
0
url
=
"https://postmarketos.org"
license
=
"MIT"
arch
=
"armhf"
options
=
"!check !archcheck"
depends
=
"postmarketos-base linux-asus-z00vd mkbootimg mesa-dri-swrast"
makedepends
=
"devicepkg-dev"
source
=
"deviceinfo"
build
()
{
devicepkg_build
$startdir
$pkgname
}
package
()
{
devicepkg_package
$startdir
$pkgname
}
sha512sums
=
"4498ea7c562a42a662ffe114ecb3d5c319d8c6c0cc5c7b65cea81c1cde335ebf14d693d41bb536e948a4069780b5eb2c240c8158c598f882792521eaa4dbf1ba deviceinfo"
This diff is collapsed.
Click to expand it.
device/device-asus-z00vd/deviceinfo
0 → 100644
+
33
−
0
View file @
f842a0e3
# Reference: <https://postmarketos.org/deviceinfo>
# Please use double quotes only. You can source this file in shell scripts.
deviceinfo_format_version="0"
deviceinfo_name="ASUS Zenfone Go"
deviceinfo_manufacturer="ASUS"
deviceinfo_codename="asus-z00vd"
deviceinfo_date=""
deviceinfo_dtb=""
deviceinfo_modules_initfs=""
deviceinfo_arch="armhf"
# Device related
deviceinfo_keyboard="false"
deviceinfo_external_storage="true"
deviceinfo_screen_width="720"
deviceinfo_screen_height="1280"
deviceinfo_dev_touchscreen=""
deviceinfo_dev_touchscreen_calibration=""
deviceinfo_dev_keyboard=""
# Bootloader related
deviceinfo_flash_method="fastboot"
deviceinfo_kernel_cmdline="bootopt=64S3,32S1,32S1"
deviceinfo_generate_bootimg="true"
deviceinfo_bootimg_qcdt="false"
deviceinfo_flash_offset_base="0x80000000"
deviceinfo_flash_offset_kernel="0x00008000"
deviceinfo_flash_offset_ramdisk="0x04000000"
deviceinfo_flash_offset_second="0x00f00000"
deviceinfo_flash_offset_tags="0x0e000000"
deviceinfo_flash_pagesize="2048"
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