-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is Version 2.0! Now with Integrated PineTabV and Star64 Images :)
- Loading branch information
Showing
12 changed files
with
48 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule meta-kde-gear
deleted from
e94725
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
# Apt Repo is disabled in these test images | ||
deb [signed-by=/etc/apt/trusted.gpg.d/pinix.gpg] https://pine64.my-ho.st:8443/ pinix all riscv64 pinetabv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
recipes-core/packagefeed/pinix-testing/pinix-testing.list.pinetabv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
deb [signed-by=/etc/apt/trusted.gpg.d/pinix.gpg] https://pine64.my-ho.st:8443/ pinix-testing all riscv64 pinetabv |
1 change: 1 addition & 0 deletions
1
recipes-core/packagefeed/pinix-testing/pinix-testing.list.star64
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
deb [signed-by=/etc/apt/trusted.gpg.d/pinix.gpg] https://pine64.my-ho.st:8443/ pinix-testing all riscv64 star64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
LICENSE="MIT" | ||
LIC_FILES_CHKSUM ?= "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | ||
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" | ||
|
||
SRC_URI:append:star64 = "\ | ||
file://pinix-testing.list.star64 \ | ||
" | ||
|
||
SRC_URI:append:pinetabv = "\ | ||
file://pinix-testing.list.pinetabv \ | ||
" | ||
|
||
SRC_URI[sha256sum] = "8ca5205bcbb703ebe372f40318e748c0b3f1bca64aaf5b8d315eac07e7f95e37" | ||
|
||
CONFFILES:${PN} += " \ | ||
${sysconfdir}/apt/sources.list.d/* \ | ||
" | ||
FILES:${PN} += " \ | ||
${sysconfdir}/apt/sources.list.d/* \ | ||
" | ||
|
||
do_install:star64:append() { | ||
install -d ${D}/${sysconfdir}/apt/sources.list.d/ | ||
install -m 644 ${WORKDIR}/pinix-testing.list.star64 ${D}/${sysconfdir}/apt/sources.list.d/pinix-testing.list | ||
} | ||
|
||
do_install:pinetabv:append() { | ||
install -d ${D}/${sysconfdir}/apt/sources.list.d/ | ||
install -m 644 ${WORKDIR}/pinix-testing.list.pinetabv ${D}/${sysconfdir}/apt/sources.list.d/pinix-testing.list | ||
} | ||
|
||
COMPATIBLE_MACHINE = "(star64|pinetabv)" | ||
PACKAGE_ARCH = "${MACHINE_ARCH}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#disable opengl | ||
PACKAGECONFIG_GL="" |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters