mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
Add matchbox-poky setup
git-svn-id: https://svn.o-hand.com/repos/poky@41 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
parent
707ecedca2
commit
13b143887f
4
openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
Executable file
4
openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
matchbox-desktop --icon-size 48 &
|
||||
matchbox-panel --default-apps mb-applet-battery,mb-applet-clock &
|
||||
exec matchbox-window-manager $@
|
12
openembedded/packages/matchbox-poky/matchbox_poky_0.1.bb
Normal file
12
openembedded/packages/matchbox-poky/matchbox_poky_0.1.bb
Normal file
|
@ -0,0 +1,12 @@
|
|||
DESCRIPTION = "Custom MB session files for poky"
|
||||
LICENSE = "GPL"
|
||||
SECTION = "x11"
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "file://etc"
|
||||
S = ${WORKDIR}
|
||||
|
||||
do_install() {
|
||||
cp -R ${S}/etc ${D}/etc
|
||||
chmod -R 755 ${D}/etc
|
||||
}
|
Loading…
Reference in New Issue
Block a user