aboutsummaryrefslogtreecommitdiffstats
path: root/packages/cortexa57-poky-linux/psplash
diff options
context:
space:
mode:
Diffstat (limited to 'packages/cortexa57-poky-linux/psplash')
-rw-r--r--packages/cortexa57-poky-linux/psplash/latest8
-rw-r--r--packages/cortexa57-poky-linux/psplash/latest_srcrev2
-rw-r--r--packages/cortexa57-poky-linux/psplash/psplash-dbg/latest9
-rw-r--r--packages/cortexa57-poky-linux/psplash/psplash-default/latest9
-rw-r--r--packages/cortexa57-poky-linux/psplash/psplash-default/latest.pkg_postinst3
-rw-r--r--packages/cortexa57-poky-linux/psplash/psplash-default/latest.pkg_prerm3
-rw-r--r--packages/cortexa57-poky-linux/psplash/psplash-dev/latest9
-rw-r--r--packages/cortexa57-poky-linux/psplash/psplash-doc/latest9
-rw-r--r--packages/cortexa57-poky-linux/psplash/psplash-locale/latest9
-rw-r--r--packages/cortexa57-poky-linux/psplash/psplash-src/latest9
-rw-r--r--packages/cortexa57-poky-linux/psplash/psplash-staticdev/latest9
-rw-r--r--packages/cortexa57-poky-linux/psplash/psplash/latest9
-rw-r--r--packages/cortexa57-poky-linux/psplash/psplash/latest.pkg_postinst24
-rw-r--r--packages/cortexa57-poky-linux/psplash/psplash/latest.pkg_prerm9
14 files changed, 121 insertions, 0 deletions
diff --git a/packages/cortexa57-poky-linux/psplash/latest b/packages/cortexa57-poky-linux/psplash/latest
new file mode 100644
index 00000000000..112920dbc6d
--- /dev/null
+++ b/packages/cortexa57-poky-linux/psplash/latest
@@ -0,0 +1,8 @@
+PV = 0.1+gitAUTOINC+44afb7506d
+PR = r0
+DEPENDS = autoconf-native automake-native gdk-pixbuf-native libtool-cross libtool-native pkgconfig-native systemd systemd-systemctl-native virtual/aarch64-poky-linux-compilerlibs virtual/aarch64-poky-linux-gcc virtual/libc virtual/update-alternatives
+PACKAGES = psplash-src psplash-dbg psplash-default psplash-staticdev psplash-dev psplash-doc psplash-locale psplash
+LAYER = core
+LICENSE = GPL-2.0-or-later
+CONFIG = systemd
+SRC_URI = git://git.yoctoproject.org/psplash;branch=master file://psplash-init file://psplash-start.service file://psplash-systemd.service file://psplash-poky-img.h;outsuffix=default
diff --git a/packages/cortexa57-poky-linux/psplash/latest_srcrev b/packages/cortexa57-poky-linux/psplash/latest_srcrev
new file mode 100644
index 00000000000..74d1c9765d4
--- /dev/null
+++ b/packages/cortexa57-poky-linux/psplash/latest_srcrev
@@ -0,0 +1,2 @@
+# SRCREV = "44afb7506d43cca15582b4c5b90ba5580344d75d"
+SRCREV = "44afb7506d43cca15582b4c5b90ba5580344d75d"
diff --git a/packages/cortexa57-poky-linux/psplash/psplash-dbg/latest b/packages/cortexa57-poky-linux/psplash/psplash-dbg/latest
new file mode 100644
index 00000000000..1cb684812bf
--- /dev/null
+++ b/packages/cortexa57-poky-linux/psplash/psplash-dbg/latest
@@ -0,0 +1,9 @@
+PV = 0.1+gitAUTOINC+44afb7506d
+PR = r0
+PKGV = 0.1+git0+44afb7506d
+RPROVIDES =
+RDEPENDS =
+RRECOMMENDS = glibc-dbg libsystemd-dbg
+PKGSIZE = 90808
+FILES = /usr/lib/debug /usr/lib/debug-static /usr/src/debug
+FILELIST = /usr/bin/.debug/psplash-default /usr/bin/.debug/psplash-systemd /usr/bin/.debug/psplash-write
diff --git a/packages/cortexa57-poky-linux/psplash/psplash-default/latest b/packages/cortexa57-poky-linux/psplash/psplash-default/latest
new file mode 100644
index 00000000000..66d0fb566d5
--- /dev/null
+++ b/packages/cortexa57-poky-linux/psplash/psplash-default/latest
@@ -0,0 +1,9 @@
+PV = 0.1+gitAUTOINC+44afb7506d
+PR = r0
+PKGV = 0.1+git0+44afb7506d
+RPROVIDES =
+RDEPENDS = glibc (>= 2.36) libsystemd (>= 251.8) psplash update-alternatives-opkg
+RRECOMMENDS =
+PKGSIZE = 80088
+FILES = /usr/bin/psplash-default
+FILELIST = /usr/bin/psplash-default
diff --git a/packages/cortexa57-poky-linux/psplash/psplash-default/latest.pkg_postinst b/packages/cortexa57-poky-linux/psplash/psplash-default/latest.pkg_postinst
new file mode 100644
index 00000000000..3376901dc7a
--- /dev/null
+++ b/packages/cortexa57-poky-linux/psplash/psplash-default/latest.pkg_postinst
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+ update-alternatives --install /usr/bin/psplash psplash /usr/bin/psplash-default 100
diff --git a/packages/cortexa57-poky-linux/psplash/psplash-default/latest.pkg_prerm b/packages/cortexa57-poky-linux/psplash/psplash-default/latest.pkg_prerm
new file mode 100644
index 00000000000..96c66cb6a29
--- /dev/null
+++ b/packages/cortexa57-poky-linux/psplash/psplash-default/latest.pkg_prerm
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+ update-alternatives --remove psplash /usr/bin/psplash-default
diff --git a/packages/cortexa57-poky-linux/psplash/psplash-dev/latest b/packages/cortexa57-poky-linux/psplash/psplash-dev/latest
new file mode 100644
index 00000000000..50620502784
--- /dev/null
+++ b/packages/cortexa57-poky-linux/psplash/psplash-dev/latest
@@ -0,0 +1,9 @@
+PV = 0.1+gitAUTOINC+44afb7506d
+PR = r0
+PKGV = 0.1+git0+44afb7506d
+RPROVIDES =
+RDEPENDS =
+RRECOMMENDS = glibc-dev libsystemd-dev psplash (= 0.1+git0+44afb7506d-r0) psplash-default-dev systemd-dev update-alternatives-opkg-dev
+PKGSIZE = 0
+FILES = /usr/include /lib/lib*.so /usr/lib/lib*.so /usr/lib/*.la /usr/lib/*.o /usr/lib/pkgconfig /usr/share/pkgconfig /usr/share/aclocal /lib/*.o /usr/lib/psplash/*.la /lib/*.la /usr/lib/cmake /usr/share/cmake
+FILELIST =
diff --git a/packages/cortexa57-poky-linux/psplash/psplash-doc/latest b/packages/cortexa57-poky-linux/psplash/psplash-doc/latest
new file mode 100644
index 00000000000..ac066a05c22
--- /dev/null
+++ b/packages/cortexa57-poky-linux/psplash/psplash-doc/latest
@@ -0,0 +1,9 @@
+PV = 0.1+gitAUTOINC+44afb7506d
+PR = r0
+PKGV = 0.1+git0+44afb7506d
+RPROVIDES =
+RDEPENDS =
+RRECOMMENDS =
+PKGSIZE = 0
+FILES = /usr/share/doc /usr/share/man /usr/share/info /usr/share/gtk-doc /usr/share/gnome/help
+FILELIST =
diff --git a/packages/cortexa57-poky-linux/psplash/psplash-locale/latest b/packages/cortexa57-poky-linux/psplash/psplash-locale/latest
new file mode 100644
index 00000000000..70ec6b42a83
--- /dev/null
+++ b/packages/cortexa57-poky-linux/psplash/psplash-locale/latest
@@ -0,0 +1,9 @@
+PV = 0.1+gitAUTOINC+44afb7506d
+PR = r0
+PKGV = 0.1+git0+44afb7506d
+RPROVIDES =
+RDEPENDS =
+RRECOMMENDS =
+PKGSIZE = 0
+FILES = /usr/share/locale
+FILELIST =
diff --git a/packages/cortexa57-poky-linux/psplash/psplash-src/latest b/packages/cortexa57-poky-linux/psplash/psplash-src/latest
new file mode 100644
index 00000000000..a86e08d5035
--- /dev/null
+++ b/packages/cortexa57-poky-linux/psplash/psplash-src/latest
@@ -0,0 +1,9 @@
+PV = 0.1+gitAUTOINC+44afb7506d
+PR = r0
+PKGV = 0.1+git0+44afb7506d
+RPROVIDES =
+RDEPENDS =
+RRECOMMENDS =
+PKGSIZE = 117530
+FILES = /usr/src/debug
+FILELIST = /usr/src/debug/psplash/0.1+gitAUTOINC+44afb7506d-r0/psplash-console.c /usr/src/debug/psplash/0.1+gitAUTOINC+44afb7506d-r0/psplash-console.h /usr/src/debug/psplash/0.1+gitAUTOINC+44afb7506d-r0/psplash-fb.c /usr/src/debug/psplash/0.1+gitAUTOINC+44afb7506d-r0/psplash-fb.h /usr/src/debug/psplash/0.1+gitAUTOINC+44afb7506d-r0/psplash-systemd.c /usr/src/debug/psplash/0.1+gitAUTOINC+44afb7506d-r0/psplash-write.c /usr/src/debug/psplash/0.1+gitAUTOINC+44afb7506d-r0/psplash.c /usr/src/debug/psplash/0.1+gitAUTOINC+44afb7506d-r0/psplash.h /usr/src/debug/psplash/0.1+gitAUTOINC+44afb7506d-r0/radeon-font.h
diff --git a/packages/cortexa57-poky-linux/psplash/psplash-staticdev/latest b/packages/cortexa57-poky-linux/psplash/psplash-staticdev/latest
new file mode 100644
index 00000000000..f9333089126
--- /dev/null
+++ b/packages/cortexa57-poky-linux/psplash/psplash-staticdev/latest
@@ -0,0 +1,9 @@
+PV = 0.1+gitAUTOINC+44afb7506d
+PR = r0
+PKGV = 0.1+git0+44afb7506d
+RPROVIDES =
+RDEPENDS = psplash-dev (= 0.1+git0+44afb7506d-r0)
+RRECOMMENDS =
+PKGSIZE = 0
+FILES = /usr/lib/*.a /lib/*.a /usr/lib/psplash/*.a
+FILELIST =
diff --git a/packages/cortexa57-poky-linux/psplash/psplash/latest b/packages/cortexa57-poky-linux/psplash/psplash/latest
new file mode 100644
index 00000000000..245249dd4da
--- /dev/null
+++ b/packages/cortexa57-poky-linux/psplash/psplash/latest
@@ -0,0 +1,9 @@
+PV = 0.1+gitAUTOINC+44afb7506d
+PR = r0
+PKGV = 0.1+git0+44afb7506d
+RPROVIDES =
+RDEPENDS = glibc (>= 2.36) libsystemd (>= 251.8) psplash-default
+RRECOMMENDS =
+PKGSIZE = 135746
+FILES = /usr/bin/* /usr/sbin/* /usr/libexec/* /usr/lib/lib*.so.* /etc /com /var /bin/* /sbin/* /lib/*.so.* /lib/udev /usr/lib/udev /lib/udev /usr/lib/udev /usr/share/psplash /usr/lib/psplash/* /usr/share/pixmaps /usr/share/applications /usr/share/idl /usr/share/omf /usr/share/sounds /usr/lib/bonobo/servers /mnt /lib/systemd/system-preset/98-psplash.preset /lib/systemd/system/psplash-start.service /lib/systemd/system/psplash-systemd.service
+FILELIST = /lib/systemd/system-preset/98-psplash.preset /lib/systemd/system/psplash-start.service /lib/systemd/system/psplash-systemd.service /usr/bin/psplash-systemd /usr/bin/psplash-write
diff --git a/packages/cortexa57-poky-linux/psplash/psplash/latest.pkg_postinst b/packages/cortexa57-poky-linux/psplash/psplash/latest.pkg_postinst
new file mode 100644
index 00000000000..88ffc41f7bc
--- /dev/null
+++ b/packages/cortexa57-poky-linux/psplash/psplash/latest.pkg_postinst
@@ -0,0 +1,24 @@
+#!/bin/sh
+set -e
+if systemctl >/dev/null 2>/dev/null; then
+ OPTS=""
+
+ if [ -n "$D" ]; then
+ OPTS="--root=$D"
+ fi
+
+ if [ "enable" = "enable" ]; then
+ for service in psplash-start.service psplash-systemd.service; do
+ systemctl ${OPTS} enable "$service"
+ done
+ fi
+
+ if [ -z "$D" ]; then
+ systemctl daemon-reload
+ systemctl preset psplash-start.service psplash-systemd.service
+
+ if [ "enable" = "enable" ]; then
+ systemctl --no-block restart psplash-start.service psplash-systemd.service
+ fi
+ fi
+fi
diff --git a/packages/cortexa57-poky-linux/psplash/psplash/latest.pkg_prerm b/packages/cortexa57-poky-linux/psplash/psplash/latest.pkg_prerm
new file mode 100644
index 00000000000..8a13ccd7e1b
--- /dev/null
+++ b/packages/cortexa57-poky-linux/psplash/psplash/latest.pkg_prerm
@@ -0,0 +1,9 @@
+#!/bin/sh
+set -e
+if systemctl >/dev/null 2>/dev/null; then
+ if [ -z "$D" ]; then
+ systemctl stop psplash-start.service psplash-systemd.service
+
+ systemctl disable psplash-start.service psplash-systemd.service
+ fi
+fi