* [PATCH 0/2] Build Appliance: Open build logs in text editor @ 2013-09-26 7:15 Cristian Iorga 2013-09-26 7:15 ` [PATCH 1/2] packagegroup-self-hosted: add leafpad " Cristian Iorga 2013-09-26 7:15 ` [PATCH 2/2] builder: register text files with leafpad Cristian Iorga 0 siblings, 2 replies; 3+ messages in thread From: Cristian Iorga @ 2013-09-26 7:15 UTC (permalink / raw) To: openembedded-core Opening build logs works in Hob under Build Appliance. leafpad text editor is integrated in Build Appliance. The following changes since commit 4d8ab87d25ea6e59dc88375813ef88ee0ac813d0: build-appliance: Update SRCREV (2013-09-24 18:09:12 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ciorga/YB4727 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ciorga/YB4727 Cristian Iorga (2): packagegroup-self-hosted: add leafpad text editor builder: register text files with leafpad meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | 1 + meta/recipes-graphics/builder/files/builder_hob_start.sh | 3 +++ 2 files changed, 4 insertions(+) -- 1.8.1.2 ^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/2] packagegroup-self-hosted: add leafpad text editor 2013-09-26 7:15 [PATCH 0/2] Build Appliance: Open build logs in text editor Cristian Iorga @ 2013-09-26 7:15 ` Cristian Iorga 2013-09-26 7:15 ` [PATCH 2/2] builder: register text files with leafpad Cristian Iorga 1 sibling, 0 replies; 3+ messages in thread From: Cristian Iorga @ 2013-09-26 7:15 UTC (permalink / raw) To: openembedded-core A text editor is needed to examine log files. Part of [YOCTO #4727] fix. Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> --- meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb index 90ec74e..de2a076 100644 --- a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb +++ b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb @@ -44,6 +44,7 @@ RDEPENDS_packagegroup-self-hosted-host-tools = "\ mc-helpers \ mc-helpers-perl \ mc-helpers-python \ + leafpad \ midori \ pcmanfm \ parted \ -- 1.8.1.2 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 2/2] builder: register text files with leafpad 2013-09-26 7:15 [PATCH 0/2] Build Appliance: Open build logs in text editor Cristian Iorga 2013-09-26 7:15 ` [PATCH 1/2] packagegroup-self-hosted: add leafpad " Cristian Iorga @ 2013-09-26 7:15 ` Cristian Iorga 1 sibling, 0 replies; 3+ messages in thread From: Cristian Iorga @ 2013-09-26 7:15 UTC (permalink / raw) To: openembedded-core Log files will open in leafpad under Build Appliance. Part of [YOCTO #4727] fix. Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> --- meta/recipes-graphics/builder/files/builder_hob_start.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-graphics/builder/files/builder_hob_start.sh b/meta/recipes-graphics/builder/files/builder_hob_start.sh index be3f911..42c93dd 100644 --- a/meta/recipes-graphics/builder/files/builder_hob_start.sh +++ b/meta/recipes-graphics/builder/files/builder_hob_start.sh @@ -22,6 +22,9 @@ if [ ! -d /home/builder/.local/share/applications ]; then xdg-mime default midori.desktop x-scheme-handler/http xdg-mime default midori.desktop x-scheme-handler/https xdg-mime default midori.desktop text/html + + #register text files with leafpad text editor + xdg-mime default leafpad.desktop text/plain fi cd /home/builder/poky -- 1.8.1.2 ^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-09-26 7:13 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-09-26 7:15 [PATCH 0/2] Build Appliance: Open build logs in text editor Cristian Iorga 2013-09-26 7:15 ` [PATCH 1/2] packagegroup-self-hosted: add leafpad " Cristian Iorga 2013-09-26 7:15 ` [PATCH 2/2] builder: register text files with leafpad Cristian Iorga
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox