* [PATCH 0/3] YB2370: Build Appliance integrates PCManFM filemanager
@ 2013-08-20 16:05 Cristian Iorga
2013-08-20 16:05 ` [PATCH 1/3] Build Appliance: pcmanfm integration Cristian Iorga
` (2 more replies)
0 siblings, 3 replies; 10+ messages in thread
From: Cristian Iorga @ 2013-08-20 16:05 UTC (permalink / raw)
To: openembedded-core
PCManFM filemanager is integrated into Build Appliance;
PCManFM is used to display build results from Hob interface.
The following changes since commit fe227a023e30f6651618423ab527cde21a350d1a:
genext2fs: fix memory corruption on powerpc (2013-08-20 15:31:26 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib ciorga/YB2370
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ciorga/YB2370
Cristian Iorga (3):
Build Appliance: pcmanfm integration
build-appliance-image: changing the icon theme to sato
builder: register directories with pcmanfm
meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | 6 +++++-
meta/recipes-graphics/builder/builder_0.1.bb | 2 +-
meta/recipes-graphics/builder/files/builder_hob_start.sh | 9 +++++++++
3 files changed, 15 insertions(+), 2 deletions(-)
--
1.8.1.2
^ permalink raw reply [flat|nested] 10+ messages in thread
* [PATCH 1/3] Build Appliance: pcmanfm integration
2013-08-20 16:05 [PATCH 0/3] YB2370: Build Appliance integrates PCManFM filemanager Cristian Iorga
@ 2013-08-20 16:05 ` Cristian Iorga
2013-08-22 15:52 ` Burton, Ross
2013-08-20 16:05 ` [PATCH 2/3] build-appliance-image: changing the icon theme to sato Cristian Iorga
2013-08-20 16:05 ` [PATCH 3/3] builder: register directories with pcmanfm Cristian Iorga
2 siblings, 1 reply; 10+ messages in thread
From: Cristian Iorga @ 2013-08-20 16:05 UTC (permalink / raw)
To: openembedded-core
PCManFm file manager is integrated in Build Appliance
xprop, xdg-utils are also integrated for file
association support.
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | 3 +++
1 file changed, 3 insertions(+)
diff --git a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
index 6a0722a..b58d238 100644
--- a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
@@ -38,11 +38,14 @@ RDEPENDS_packagegroup-self-hosted-host-tools = "\
hdparm \
iptables \
lsb \
+ xprop \
+ xdg-utils \
mc \
mc-fish \
mc-helpers \
mc-helpers-perl \
mc-helpers-python \
+ pcmanfm \
parted \
pseudo \
screen \
--
1.8.1.2
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [PATCH 2/3] build-appliance-image: changing the icon theme to sato
2013-08-20 16:05 [PATCH 0/3] YB2370: Build Appliance integrates PCManFM filemanager Cristian Iorga
2013-08-20 16:05 ` [PATCH 1/3] Build Appliance: pcmanfm integration Cristian Iorga
@ 2013-08-20 16:05 ` Cristian Iorga
2013-08-20 16:05 ` [PATCH 3/3] builder: register directories with pcmanfm Cristian Iorga
2 siblings, 0 replies; 10+ messages in thread
From: Cristian Iorga @ 2013-08-20 16:05 UTC (permalink / raw)
To: openembedded-core
Hicolor icon theme does not properly displays icons for folders.
Sato icon theme is working correctly.
Also, settings-daemon needs to be added to image in order to
properly display folder icons.
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
index b58d238..c1e2951 100644
--- a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
@@ -124,7 +124,8 @@ RDEPENDS_packagegroup-self-hosted-extended = "\
grep \
groff \
gzip \
- hicolor-icon-theme \
+ settings-daemon \
+ sato-icon-theme \
libaio \
libusb1 \
libxml2 \
--
1.8.1.2
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [PATCH 3/3] builder: register directories with pcmanfm
2013-08-20 16:05 [PATCH 0/3] YB2370: Build Appliance integrates PCManFM filemanager Cristian Iorga
2013-08-20 16:05 ` [PATCH 1/3] Build Appliance: pcmanfm integration Cristian Iorga
2013-08-20 16:05 ` [PATCH 2/3] build-appliance-image: changing the icon theme to sato Cristian Iorga
@ 2013-08-20 16:05 ` Cristian Iorga
2013-08-20 16:38 ` Saul Wold
2 siblings, 1 reply; 10+ messages in thread
From: Cristian Iorga @ 2013-08-20 16:05 UTC (permalink / raw)
To: openembedded-core
Register directories to be opened with PCManFM
filemanager using xdg-open in Build Appliance.
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
meta/recipes-graphics/builder/builder_0.1.bb | 2 +-
meta/recipes-graphics/builder/files/builder_hob_start.sh | 9 +++++++++
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-graphics/builder/builder_0.1.bb b/meta/recipes-graphics/builder/builder_0.1.bb
index 78d41e5..1e8c977 100644
--- a/meta/recipes-graphics/builder/builder_0.1.bb
+++ b/meta/recipes-graphics/builder/builder_0.1.bb
@@ -1,7 +1,7 @@
SUMMARY = "New user to do specific job"
DESCRIPTION = "This recipe create a new user named ${PN}, who is used for specific jobs like building. The task can be auto started via mini X"
SECTION = "x11"
-PR = "r6"
+PR = "r7"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://builder_hob_start.sh;endline=5;md5=84796c3c41785d86100fdabcbdade00e"
diff --git a/meta/recipes-graphics/builder/files/builder_hob_start.sh b/meta/recipes-graphics/builder/files/builder_hob_start.sh
index 40616f5..b3a0540 100644
--- a/meta/recipes-graphics/builder/files/builder_hob_start.sh
+++ b/meta/recipes-graphics/builder/files/builder_hob_start.sh
@@ -9,6 +9,15 @@ export PSEUDO_LOCALSTATEDIR=/home/builder/pseudo
export PSEUDO_LIBDIR=/usr/lib/pseudo/lib64
export GIT_PROXY_COMMAND=/home/builder/poky/scripts/oe-git-proxy
+#start pcmanfm in daemon mode to allow asynchronous launch
+pcmanfm -d&
+
+#register folders to open with PCManFM filemanager
+if [ ! -d /home/ubik/tmp/.local/share/applications ]; then
+ mkdir -p /home/builder/.local/share/applications/
+ xdg-mime default pcmanfm.desktop inode/directory
+fi
+
cd /home/builder/poky
. ./oe-init-build-env
--
1.8.1.2
^ permalink raw reply related [flat|nested] 10+ messages in thread
* Re: [PATCH 3/3] builder: register directories with pcmanfm
2013-08-20 16:05 ` [PATCH 3/3] builder: register directories with pcmanfm Cristian Iorga
@ 2013-08-20 16:38 ` Saul Wold
2013-08-20 16:41 ` Iorga, Cristian
2013-08-23 9:07 ` Iorga, Cristian
0 siblings, 2 replies; 10+ messages in thread
From: Saul Wold @ 2013-08-20 16:38 UTC (permalink / raw)
To: Cristian Iorga; +Cc: openembedded-core
On 08/20/2013 09:05 AM, Cristian Iorga wrote:
> Register directories to be opened with PCManFM
> filemanager using xdg-open in Build Appliance.
>
> Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
> ---
> meta/recipes-graphics/builder/builder_0.1.bb | 2 +-
> meta/recipes-graphics/builder/files/builder_hob_start.sh | 9 +++++++++
> 2 files changed, 10 insertions(+), 1 deletion(-)
>
> diff --git a/meta/recipes-graphics/builder/builder_0.1.bb b/meta/recipes-graphics/builder/builder_0.1.bb
> index 78d41e5..1e8c977 100644
> --- a/meta/recipes-graphics/builder/builder_0.1.bb
> +++ b/meta/recipes-graphics/builder/builder_0.1.bb
> @@ -1,7 +1,7 @@
> SUMMARY = "New user to do specific job"
> DESCRIPTION = "This recipe create a new user named ${PN}, who is used for specific jobs like building. The task can be auto started via mini X"
> SECTION = "x11"
> -PR = "r6"
> +PR = "r7"
No PR Bumps!
> LICENSE = "MIT"
> LIC_FILES_CHKSUM = "file://builder_hob_start.sh;endline=5;md5=84796c3c41785d86100fdabcbdade00e"
>
> diff --git a/meta/recipes-graphics/builder/files/builder_hob_start.sh b/meta/recipes-graphics/builder/files/builder_hob_start.sh
> index 40616f5..b3a0540 100644
> --- a/meta/recipes-graphics/builder/files/builder_hob_start.sh
> +++ b/meta/recipes-graphics/builder/files/builder_hob_start.sh
> @@ -9,6 +9,15 @@ export PSEUDO_LOCALSTATEDIR=/home/builder/pseudo
> export PSEUDO_LIBDIR=/usr/lib/pseudo/lib64
> export GIT_PROXY_COMMAND=/home/builder/poky/scripts/oe-git-proxy
>
> +#start pcmanfm in daemon mode to allow asynchronous launch
> +pcmanfm -d&
> +
> +#register folders to open with PCManFM filemanager
> +if [ ! -d /home/ubik/tmp/.local/share/applications ]; then
^^^^^
What's that user? Should it be builder?
> + mkdir -p /home/builder/.local/share/applications/
> + xdg-mime default pcmanfm.desktop inode/directory
> +fi
> +
> cd /home/builder/poky
> . ./oe-init-build-env
>
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 3/3] builder: register directories with pcmanfm
2013-08-20 16:38 ` Saul Wold
@ 2013-08-20 16:41 ` Iorga, Cristian
2013-08-20 16:46 ` Saul Wold
2013-08-23 9:07 ` Iorga, Cristian
1 sibling, 1 reply; 10+ messages in thread
From: Iorga, Cristian @ 2013-08-20 16:41 UTC (permalink / raw)
To: Saul Wold; +Cc: openembedded-core@lists.openembedded.org
Sould I remove PR entirely?
Or just leave it at version 6?
That's no mistake, I did change the PR because there are no external sources in this case, so there is not really a new version.
Just an evolution.
-----Original Message-----
From: Saul Wold [mailto:sgw@linux.intel.com]
Sent: Tuesday, August 20, 2013 7:38 PM
To: Iorga, Cristian
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH 3/3] builder: register directories with pcmanfm
On 08/20/2013 09:05 AM, Cristian Iorga wrote:
> Register directories to be opened with PCManFM filemanager using
> xdg-open in Build Appliance.
>
> Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
> ---
> meta/recipes-graphics/builder/builder_0.1.bb | 2 +-
> meta/recipes-graphics/builder/files/builder_hob_start.sh | 9 +++++++++
> 2 files changed, 10 insertions(+), 1 deletion(-)
>
> diff --git a/meta/recipes-graphics/builder/builder_0.1.bb
> b/meta/recipes-graphics/builder/builder_0.1.bb
> index 78d41e5..1e8c977 100644
> --- a/meta/recipes-graphics/builder/builder_0.1.bb
> +++ b/meta/recipes-graphics/builder/builder_0.1.bb
> @@ -1,7 +1,7 @@
> SUMMARY = "New user to do specific job"
> DESCRIPTION = "This recipe create a new user named ${PN}, who is used for specific jobs like building. The task can be auto started via mini X"
> SECTION = "x11"
> -PR = "r6"
> +PR = "r7"
No PR Bumps!
> LICENSE = "MIT"
> LIC_FILES_CHKSUM = "file://builder_hob_start.sh;endline=5;md5=84796c3c41785d86100fdabcbdade00e"
>
> diff --git a/meta/recipes-graphics/builder/files/builder_hob_start.sh
> b/meta/recipes-graphics/builder/files/builder_hob_start.sh
> index 40616f5..b3a0540 100644
> --- a/meta/recipes-graphics/builder/files/builder_hob_start.sh
> +++ b/meta/recipes-graphics/builder/files/builder_hob_start.sh
> @@ -9,6 +9,15 @@ export PSEUDO_LOCALSTATEDIR=/home/builder/pseudo
> export PSEUDO_LIBDIR=/usr/lib/pseudo/lib64
> export GIT_PROXY_COMMAND=/home/builder/poky/scripts/oe-git-proxy
>
> +#start pcmanfm in daemon mode to allow asynchronous launch pcmanfm
> +-d&
> +
> +#register folders to open with PCManFM filemanager if [ ! -d
> +/home/ubik/tmp/.local/share/applications ]; then
^^^^^
What's that user? Should it be builder?
> + mkdir -p /home/builder/.local/share/applications/
> + xdg-mime default pcmanfm.desktop inode/directory fi
> +
> cd /home/builder/poky
> . ./oe-init-build-env
>
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 3/3] builder: register directories with pcmanfm
2013-08-20 16:41 ` Iorga, Cristian
@ 2013-08-20 16:46 ` Saul Wold
0 siblings, 0 replies; 10+ messages in thread
From: Saul Wold @ 2013-08-20 16:46 UTC (permalink / raw)
To: Iorga, Cristian; +Cc: openembedded-core@lists.openembedded.org
On 08/20/2013 09:41 AM, Iorga, Cristian wrote:
> Sould I remove PR entirely?
> Or just leave it at version 6?
> That's no mistake, I did change the PR because there are no external sources in this case, so there is not really a new version.
> Just an evolution.
>
Please try to do inline replies, as we prefer them to keep the context.
It should stay at PR="r6" to preserve the package version and
upgradability. Removing PR would cause the package version to go backwards.
Sau!
> -----Original Message-----
> From: Saul Wold [mailto:sgw@linux.intel.com]
> Sent: Tuesday, August 20, 2013 7:38 PM
> To: Iorga, Cristian
> Cc: openembedded-core@lists.openembedded.org
> Subject: Re: [OE-core] [PATCH 3/3] builder: register directories with pcmanfm
>
> On 08/20/2013 09:05 AM, Cristian Iorga wrote:
>> Register directories to be opened with PCManFM filemanager using
>> xdg-open in Build Appliance.
>>
>> Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
>> ---
>> meta/recipes-graphics/builder/builder_0.1.bb | 2 +-
>> meta/recipes-graphics/builder/files/builder_hob_start.sh | 9 +++++++++
>> 2 files changed, 10 insertions(+), 1 deletion(-)
>>
>> diff --git a/meta/recipes-graphics/builder/builder_0.1.bb
>> b/meta/recipes-graphics/builder/builder_0.1.bb
>> index 78d41e5..1e8c977 100644
>> --- a/meta/recipes-graphics/builder/builder_0.1.bb
>> +++ b/meta/recipes-graphics/builder/builder_0.1.bb
>> @@ -1,7 +1,7 @@
>> SUMMARY = "New user to do specific job"
>> DESCRIPTION = "This recipe create a new user named ${PN}, who is used for specific jobs like building. The task can be auto started via mini X"
>> SECTION = "x11"
>> -PR = "r6"
>> +PR = "r7"
> No PR Bumps!
>
>> LICENSE = "MIT"
>> LIC_FILES_CHKSUM = "file://builder_hob_start.sh;endline=5;md5=84796c3c41785d86100fdabcbdade00e"
>>
>> diff --git a/meta/recipes-graphics/builder/files/builder_hob_start.sh
>> b/meta/recipes-graphics/builder/files/builder_hob_start.sh
>> index 40616f5..b3a0540 100644
>> --- a/meta/recipes-graphics/builder/files/builder_hob_start.sh
>> +++ b/meta/recipes-graphics/builder/files/builder_hob_start.sh
>> @@ -9,6 +9,15 @@ export PSEUDO_LOCALSTATEDIR=/home/builder/pseudo
>> export PSEUDO_LIBDIR=/usr/lib/pseudo/lib64
>> export GIT_PROXY_COMMAND=/home/builder/poky/scripts/oe-git-proxy
>>
>> +#start pcmanfm in daemon mode to allow asynchronous launch pcmanfm
>> +-d&
>> +
>> +#register folders to open with PCManFM filemanager if [ ! -d
>> +/home/ubik/tmp/.local/share/applications ]; then
> ^^^^^
> What's that user? Should it be builder?
>
>> + mkdir -p /home/builder/.local/share/applications/
>> + xdg-mime default pcmanfm.desktop inode/directory fi
>> +
>> cd /home/builder/poky
>> . ./oe-init-build-env
>>
>>
>
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 1/3] Build Appliance: pcmanfm integration
2013-08-20 16:05 ` [PATCH 1/3] Build Appliance: pcmanfm integration Cristian Iorga
@ 2013-08-22 15:52 ` Burton, Ross
2013-08-22 16:44 ` Iorga, Cristian
0 siblings, 1 reply; 10+ messages in thread
From: Burton, Ross @ 2013-08-22 15:52 UTC (permalink / raw)
To: Cristian Iorga; +Cc: OE-core
On 20 August 2013 17:05, Cristian Iorga <cristian.iorga@intel.com> wrote:
> + xprop \
As discussed on Jabber, this should be a rdepends of xdg-utils.
Ross
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 1/3] Build Appliance: pcmanfm integration
2013-08-22 15:52 ` Burton, Ross
@ 2013-08-22 16:44 ` Iorga, Cristian
0 siblings, 0 replies; 10+ messages in thread
From: Iorga, Cristian @ 2013-08-22 16:44 UTC (permalink / raw)
To: Burton, Ross; +Cc: OE-core
ACK, fixing now. Thanks, Ross.
-----Original Message-----
From: Burton, Ross [mailto:ross.burton@intel.com]
Sent: Thursday, August 22, 2013 6:52 PM
To: Iorga, Cristian
Cc: OE-core
Subject: Re: [OE-core] [PATCH 1/3] Build Appliance: pcmanfm integration
On 20 August 2013 17:05, Cristian Iorga <cristian.iorga@intel.com> wrote:
> + xprop \
As discussed on Jabber, this should be a rdepends of xdg-utils.
Ross
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 3/3] builder: register directories with pcmanfm
2013-08-20 16:38 ` Saul Wold
2013-08-20 16:41 ` Iorga, Cristian
@ 2013-08-23 9:07 ` Iorga, Cristian
1 sibling, 0 replies; 10+ messages in thread
From: Iorga, Cristian @ 2013-08-23 9:07 UTC (permalink / raw)
To: Saul Wold; +Cc: openembedded-core@lists.openembedded.org
Hmm, of course it should be builder.
Let me check what happened.
Regards,
Cristian
-----Original Message-----
From: Saul Wold [mailto:sgw@linux.intel.com]
Sent: Tuesday, August 20, 2013 7:38 PM
To: Iorga, Cristian
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH 3/3] builder: register directories with pcmanfm
On 08/20/2013 09:05 AM, Cristian Iorga wrote:
> Register directories to be opened with PCManFM filemanager using
> xdg-open in Build Appliance.
>
> Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
> ---
> meta/recipes-graphics/builder/builder_0.1.bb | 2 +-
> meta/recipes-graphics/builder/files/builder_hob_start.sh | 9 +++++++++
> 2 files changed, 10 insertions(+), 1 deletion(-)
>
> diff --git a/meta/recipes-graphics/builder/builder_0.1.bb
> b/meta/recipes-graphics/builder/builder_0.1.bb
> index 78d41e5..1e8c977 100644
> --- a/meta/recipes-graphics/builder/builder_0.1.bb
> +++ b/meta/recipes-graphics/builder/builder_0.1.bb
> @@ -1,7 +1,7 @@
> SUMMARY = "New user to do specific job"
> DESCRIPTION = "This recipe create a new user named ${PN}, who is used for specific jobs like building. The task can be auto started via mini X"
> SECTION = "x11"
> -PR = "r6"
> +PR = "r7"
No PR Bumps!
> LICENSE = "MIT"
> LIC_FILES_CHKSUM = "file://builder_hob_start.sh;endline=5;md5=84796c3c41785d86100fdabcbdade00e"
>
> diff --git a/meta/recipes-graphics/builder/files/builder_hob_start.sh
> b/meta/recipes-graphics/builder/files/builder_hob_start.sh
> index 40616f5..b3a0540 100644
> --- a/meta/recipes-graphics/builder/files/builder_hob_start.sh
> +++ b/meta/recipes-graphics/builder/files/builder_hob_start.sh
> @@ -9,6 +9,15 @@ export PSEUDO_LOCALSTATEDIR=/home/builder/pseudo
> export PSEUDO_LIBDIR=/usr/lib/pseudo/lib64
> export GIT_PROXY_COMMAND=/home/builder/poky/scripts/oe-git-proxy
>
> +#start pcmanfm in daemon mode to allow asynchronous launch pcmanfm
> +-d&
> +
> +#register folders to open with PCManFM filemanager if [ ! -d
> +/home/ubik/tmp/.local/share/applications ]; then
^^^^^
What's that user? Should it be builder?
> + mkdir -p /home/builder/.local/share/applications/
> + xdg-mime default pcmanfm.desktop inode/directory fi
> +
> cd /home/builder/poky
> . ./oe-init-build-env
>
>
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2013-08-23 9:08 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-20 16:05 [PATCH 0/3] YB2370: Build Appliance integrates PCManFM filemanager Cristian Iorga
2013-08-20 16:05 ` [PATCH 1/3] Build Appliance: pcmanfm integration Cristian Iorga
2013-08-22 15:52 ` Burton, Ross
2013-08-22 16:44 ` Iorga, Cristian
2013-08-20 16:05 ` [PATCH 2/3] build-appliance-image: changing the icon theme to sato Cristian Iorga
2013-08-20 16:05 ` [PATCH 3/3] builder: register directories with pcmanfm Cristian Iorga
2013-08-20 16:38 ` Saul Wold
2013-08-20 16:41 ` Iorga, Cristian
2013-08-20 16:46 ` Saul Wold
2013-08-23 9:07 ` Iorga, Cristian
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox