lp:~tizen.org/tizen-qemu-arm-static/+git/tizen-qemu-arm-static-origin

Owned by Tizen
Get this repository:
git clone https://git.launchpad.net/~tizen.org/tizen-qemu-arm-static/+git/tizen-qemu-arm-static-origin

Import details

Import Status: Reviewed

This repository is an import of the Git repository at git://git.tizen.org/tools/qemu-arm-static.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 1 minute — see the log

Branches

Name Last Modified Last Commit
devel-py2 2024-04-18 01:18:06 UTC
Upgrade version to 4.2.1.tizen20240418

Author: xuhy
Author Date: 2024-04-18 01:01:50 UTC

Upgrade version to 4.2.1.tizen20240418

Change-Id: I8cf1b38cc7f7061f5c37341e25f28e383f803e3f

sandbox/xuwc/devel-riscv-py2 2024-01-12 05:49:31 UTC
Fix the build error on opensuse42.1

Author: wanchao-xu
Author Date: 2024-01-12 02:49:18 UTC

Fix the build error on opensuse42.1
  * glib2-devel version is 2.44 on opensuse.

Change-Id: I390ae0a0c42f4b187f7e7929ee437172f3bf834c

devel 2023-11-30 07:15:02 UTC
Upgrade version to 5.2.0.tizen20231130

Author: xuhy
Author Date: 2023-11-30 07:13:51 UTC

Upgrade version to 5.2.0.tizen20231130

Change-Id: I7b83827ec5f4f25b6444fce943555e83039bd198
Signed-off-by: xuhy <huayong.xu@samsung.com>

sandbox/xuwc/devel-riscv 2023-09-01 12:22:03 UTC
Remove unnecessary depends for debian.

Author: wanchao-xu
Author Date: 2023-09-01 12:22:03 UTC

Remove unnecessary depends for debian.

Change-Id: I1d6ebe2111697da2345363c857552780816f6a66
Signed-off-by: wanchao-xu <wanchao.xu@samsung.com>

sandbox/wangbiao/qemu_5.2 2023-08-28 05:40:25 UTC
Upgrade version to 5.2

Author: biao716.wang
Author Date: 2023-08-28 05:40:25 UTC

Upgrade version to 5.2

Change-Id: I79199e4f7e9f27b498cd41113833a6158d4f07a2
Signed-off-by: biao716.wang <biao716.wang@samsung.com>

sandbox/wangbiao/py33 2022-07-20 09:19:43 UTC
fix build error on Ubuntu22.04

Author: biao716.wang
Author Date: 2022-07-20 09:13:56 UTC

fix build error on Ubuntu22.04

Change-Id: Id5904e5b7fe2e269d103780a538243cfea83fcc6
Signed-off-by: biao716.wang <biao716.wang@samsung.com>

master 2020-06-18 02:40:45 UTC
Update version to 1.6.0rc3.tizen20200617

Author: yan11.meng
Author Date: 2020-06-17 09:03:06 UTC

Update version to 1.6.0rc3.tizen20200617

Change-Id: I3979e48a8c5def1266fab59c79bd4ada8f5739e4
Signed-off-by: yan11.meng <yan11.meng@samsung.com>

accepted/tools_devbase_tools_legacy 2020-06-18 02:40:45 UTC
Update version to 1.6.0rc3.tizen20200617

Author: yan11.meng
Author Date: 2020-06-17 09:03:06 UTC

Update version to 1.6.0rc3.tizen20200617

Change-Id: I3979e48a8c5def1266fab59c79bd4ada8f5739e4
Signed-off-by: yan11.meng <yan11.meng@samsung.com>

accepted/tizen_devbase_tools 2020-06-18 02:40:45 UTC
Update version to 1.6.0rc3.tizen20200617

Author: yan11.meng
Author Date: 2020-06-17 09:03:06 UTC

Update version to 1.6.0rc3.tizen20200617

Change-Id: I3979e48a8c5def1266fab59c79bd4ada8f5739e4
Signed-off-by: yan11.meng <yan11.meng@samsung.com>

release-pylint 2019-03-11 06:35:52 UTC
Merge branch 'master' into devel

Author: jingui.ren
Author Date: 2019-03-11 06:35:52 UTC

Merge branch 'master' into devel

Change-Id: I2f86270f2794018f6808c66c4f8a6bf1644bfc87

release-20190215 2019-02-01 05:55:10 UTC
change struct ucontext to ucontext_t

Author: biao716.wang
Author Date: 2018-08-07 07:19:14 UTC

change struct ucontext to ucontext_t
In old version
typedef struct ucontext
   {
     XXX
   } ucontext_t;

now,
typedef struct ucontext_t
   {
   XXX
   } ucontext_t;

Change-Id: I544e2f293ee6f2fd4880cde47a807fcc15ddb006

nanjing-devel 2019-02-01 05:55:10 UTC
change struct ucontext to ucontext_t

Author: biao716.wang
Author Date: 2018-08-07 07:19:14 UTC

change struct ucontext to ucontext_t
In old version
typedef struct ucontext
   {
     XXX
   } ucontext_t;

now,
typedef struct ucontext_t
   {
   XXX
   } ucontext_t;

Change-Id: I544e2f293ee6f2fd4880cde47a807fcc15ddb006

sandbox_soong9_ubuntu18.04 2018-11-08 11:05:48 UTC
change struct ucontext to ucontext_t

Author: biao716.wang
Author Date: 2018-08-07 07:19:14 UTC

change struct ucontext to ucontext_t
In old version,
typedef struct ucontext
   {
     XXX
   } ucontext_t;

now,
typedef struct ucontext_t
   {
   XXX
   } ucontext_t;

Change-Id: I544e2f293ee6f2fd4880cde47a807fcc15ddb006

release-20161231 2016-12-26 11:55:47 UTC
Update version to 1.6.0rc3.tizen20161231

Author: SoonKyu Park
Author Date: 2016-12-26 11:33:28 UTC

Update version to 1.6.0rc3.tizen20161231

Change-Id: I0e388b16886120ed727eba044e9223e660692c36

spin-release-latest 2016-10-12 07:12:54 UTC
Add depands packae qemu

Author: shuai.fu
Author Date: 2016-10-12 02:28:14 UTC

 Add depands packae qemu

Change-Id: Ie503aa2be32dd2303c81f51c500f5ea8b1b1ce59
Signed-off-by: shuai.fu <shuai01.fu@samsung.com>

devel_psk_20160727 2016-06-16 04:46:03 UTC
Modify spec file for ignore empty debugfile.rpm

Author: jiankang.fan
Author Date: 2016-05-17 00:50:56 UTC

Modify spec file for ignore empty debugfile.rpm

Change-Id: I3f88e1076cc67e94eddfcca80ce7aa561e9add07
Signed-off-by: jiankang.fan <jiankang.fan@samsung.com>

release-20160930 2016-06-16 04:46:03 UTC
Modify spec file for ignore empty debugfile.rpm

Author: jiankang.fan
Author Date: 2016-05-17 00:50:56 UTC

Modify spec file for ignore empty debugfile.rpm

Change-Id: I3f88e1076cc67e94eddfcca80ce7aa561e9add07
Signed-off-by: jiankang.fan <jiankang.fan@samsung.com>

release-20160615 2016-06-16 04:46:03 UTC
Modify spec file for ignore empty debugfile.rpm

Author: jiankang.fan
Author Date: 2016-05-17 00:50:56 UTC

Modify spec file for ignore empty debugfile.rpm

Change-Id: I3f88e1076cc67e94eddfcca80ce7aa561e9add07
Signed-off-by: jiankang.fan <jiankang.fan@samsung.com>

release-20160531 2016-05-17 02:02:15 UTC
Modify spec file for ignore empty debugfile.rpm

Author: jiankang.fan
Author Date: 2016-05-17 00:50:56 UTC

Modify spec file for ignore empty debugfile.rpm

Change-Id: I3f88e1076cc67e94eddfcca80ce7aa561e9add07
Signed-off-by: jiankang.fan <jiankang.fan@samsung.com>

release-20160411 2016-04-06 14:04:40 UTC
Add fedora23 macro in the spec file

Author: admin
Author Date: 2016-04-06 14:01:32 UTC

 Add fedora23 macro in the spec file

Change-Id: I1463e1ef67ec29f445bb5ea3383bdf1576bee391
Signed-off-by: admin <yuhuan.yang@samsung.com>

release-20160315 2016-04-06 14:04:40 UTC
Add fedora23 macro in the spec file

Author: admin
Author Date: 2016-04-06 14:01:32 UTC

 Add fedora23 macro in the spec file

Change-Id: I1463e1ef67ec29f445bb5ea3383bdf1576bee391
Signed-off-by: admin <yuhuan.yang@samsung.com>

release-test-20150810 2014-10-03 07:26:21 UTC
Change Debian packaging to non-native

Author: Markus Lehtonen
Author Date: 2014-10-02 13:41:06 UTC

Change Debian packaging to non-native

Also syncs deb and rpm package versions.

Change-Id: I27acbb55aa25de1e3839e8be89136c388310f0d4
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>

122 of 22 results
This repository contains Public information 
Everyone can see this information.

Subscribers