Closed
Bug 1147266
Opened 10 years ago
Closed 10 years ago
Update b2g repos for nexus-5-l to mr1
Categories
(Firefox OS Graveyard :: GonkIntegration, defect)
Tracking
(blocking-b2g:2.2+, b2g-v2.2 fixed, b2g-master fixed)
People
(Reporter: seinlin, Assigned: seinlin)
References
Details
Attachments
(10 files, 2 obsolete files)
(deleted),
text/x-github-pull-request
|
mwu
:
review+
|
Details |
(deleted),
text/x-github-pull-request
|
mwu
:
review+
|
Details |
(deleted),
text/x-github-pull-request
|
mwu
:
review+
|
Details |
(deleted),
text/x-github-pull-request
|
mwu
:
review+
|
Details |
(deleted),
text/x-github-pull-request
|
mwu
:
review+
|
Details |
(deleted),
text/x-github-pull-request
|
mwu
:
review+
|
Details |
(deleted),
text/x-github-pull-request
|
cyu
:
review+
|
Details |
(deleted),
text/x-github-pull-request
|
mwu
:
review+
|
Details |
(deleted),
text/x-github-pull-request
|
jld
:
review+
|
Details |
(deleted),
text/x-github-pull-request
|
mwu
:
review+
|
Details |
No description provided.
Assignee | ||
Comment 1•10 years ago
|
||
Michael, I re-base all our modifications on 5.0 to 5.1, Would you mind review this? Thanks!
Attachment #8585342 -
Flags: review?(mwu)
Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8585343 -
Flags: review?(mwu)
Assignee | ||
Comment 3•10 years ago
|
||
Attachment #8585344 -
Flags: review?(mwu)
Assignee | ||
Comment 4•10 years ago
|
||
Attachment #8585345 -
Flags: review?(mwu)
Assignee | ||
Comment 5•10 years ago
|
||
Attachment #8585346 -
Flags: review?(mwu)
Assignee | ||
Comment 6•10 years ago
|
||
Attachment #8585347 -
Flags: review?(mwu)
Assignee | ||
Comment 7•10 years ago
|
||
Attachment #8585348 -
Flags: review?(mwu)
Assignee | ||
Comment 8•10 years ago
|
||
Attachment #8585350 -
Flags: review?(mwu)
Assignee | ||
Comment 9•10 years ago
|
||
Attachment #8585352 -
Flags: review?(mwu)
Assignee | ||
Comment 10•10 years ago
|
||
Attachment #8585353 -
Flags: review?(mwu)
Assignee | ||
Comment 11•10 years ago
|
||
Attachment #8585354 -
Flags: review?(mwu)
Assignee | ||
Updated•10 years ago
|
Summary: Update gonk-l to mr1 → Update nexus-5-l to mr1
Assignee | ||
Updated•10 years ago
|
Updated•10 years ago
|
Attachment #8585342 -
Flags: review?(mwu) → review+
Updated•10 years ago
|
Attachment #8585343 -
Flags: review?(mwu) → review+
Updated•10 years ago
|
Attachment #8585344 -
Flags: review?(mwu) → review+
Updated•10 years ago
|
Attachment #8585345 -
Flags: review?(mwu) → review+
Updated•10 years ago
|
Attachment #8585346 -
Flags: review?(mwu) → review+
Updated•10 years ago
|
Attachment #8585347 -
Flags: review?(mwu) → review+
Comment 12•10 years ago
|
||
Comment on attachment 8585348 [details]
Update platform_prebuilts_misc to lmr1.
To Cervantes, to verify if we still need to upgrade our gdb.
Attachment #8585348 -
Flags: review?(mwu) → review?(cyu)
Updated•10 years ago
|
Attachment #8585350 -
Flags: review?(mwu) → review+
Updated•10 years ago
|
Attachment #8585354 -
Flags: review?(mwu) → review+
Comment 13•10 years ago
|
||
Comment on attachment 8585352 [details]
Update codeaurora_kernel_msm to lmr1.
Did seccomp-bpf land upstream? Not sure why there's only two commits here..
jld, does this look ok to you?
Attachment #8585352 -
Flags: review?(mwu) → review?(jld)
Comment 14•10 years ago
|
||
Comment on attachment 8585353 [details]
Update device_lge_hammerhead-kernel to lmr1.
r=me assuming the corresponding source branch is r+'d. No need to request review for new builds if the source branch is updated.
Attachment #8585353 -
Flags: review?(mwu) → review+
Assignee | ||
Updated•10 years ago
|
Updated•10 years ago
|
Attachment #8585348 -
Flags: review?(cyu) → review+
Comment 15•10 years ago
|
||
(In reply to Michael Wu [:mwu] from comment #12)
> Comment on attachment 8585348 [details]
> Update platform_prebuilts_misc to lmr1.
>
> To Cervantes, to verify if we still need to upgrade our gdb.
5.1 still uses gdbserver 7.6 so we still need to upgrade to 7.7.
Comment 16•10 years ago
|
||
(In reply to Michael Wu [:mwu] from comment #13)
> Comment on attachment 8585352 [details]
> Update codeaurora_kernel_msm to lmr1.
>
> Did seccomp-bpf land upstream? Not sure why there's only two commits here..
Looks like it did, as of lollipop-mr1: https://github.com/android/kernel_msm/commit/53e0661faaa2c23db1c7b38732b3f3ab27b7a6bb
Also… I just noticed that SECCOMP_FILTER defaults to "y" if SECCOMP is enabled, which explains this upstream commit: https://github.com/android/kernel_msm/commit/072e22762cb5e70a5a4c5e64cbef71195e23c225 (also new as of lollipop-mr1)
So I think we can drop the "enable seccomp-bpf" commit, because it's already enabled.
Comment 17•10 years ago
|
||
Comment on attachment 8585352 [details]
Update codeaurora_kernel_msm to lmr1.
r=me with the "enable seccomp-bpf" patch removed; see previous comment.
Testing whether B2G boots is enough to verify that change, because we require seccomp-bpf support and check for it very early (bug 1009995).
Attachment #8585352 -
Flags: review?(jld) → review+
Assignee | ||
Comment 18•10 years ago
|
||
Thanks! I removed "enable seccomp-bpf" patch and verified that b2g can boot up correctly. PR of device_lge_hammerhead-kernel is also updated accordingly.
Assignee | ||
Comment 19•10 years ago
|
||
All PRs except b2g-manifests were merged.
Before all dependent bugs get fixed, b2g-manifests should not be merged. Otherwise, there will be a broken build on pvt.
--
https://github.com/mozilla-b2g/device-hammerhead/commit/01a78e0cd81f7a48ac12f854e094dead0deb094d
https://github.com/mozilla-b2g/hardware_qcom_display/commit/d8a56d7215bd26a61e43dcde20e64826a5fec265
https://github.com/mozilla-b2g/platform_build/commit/30100c73172de0cb88805bacc439eadae39563e7
https://github.com/mozilla-b2g/platform_frameworks_av/commit/e372b6a77f71c8f9fbbf6f8adbfa7bf8ef45dc60
https://github.com/mozilla-b2g/platform_frameworks_base/commit/04e26ebdc36ca83f4ee3e9e2082b3fcf04c5b971
https://github.com/mozilla-b2g/platform_frameworks_wilhelm/commit/0dbf5baafadf6d233c0a29e392fa3293f0121673
https://github.com/mozilla-b2g/platform_system_core/commit/f594bc64eacac490857748b1139ffcb34c856bbd
https://github.com/mozilla-b2g/platform_prebuilts_misc/commit/f105a2d852c988fb1aa16a1e758ca7f93dd54fe9
https://github.com/mozilla-b2g/codeaurora_kernel_msm/commit/202d087998d78358558e47fca4749510f2854d5c
https://github.com/mozilla-b2g/device_lge_hammerhead-kernel/commit/1d42cfba2e91a07b1bea1d1591b8aed4db9cb9a5
Assignee | ||
Comment 20•10 years ago
|
||
Assignee | ||
Comment 21•10 years ago
|
||
nexus-5-l need this update to verify v2.2 branch.
blocking-b2g: --- → 2.2?
Assignee | ||
Comment 23•10 years ago
|
||
Master: https://github.com/mozilla-b2g/b2g-manifest/commit/8d579c8b58c4705672ef90e22fb6dcb8454a3568
V2.2: https://github.com/mozilla-b2g/b2g-manifest/commit/95560925e470ec53bbca7738616b1b7850c3459e
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 24•10 years ago
|
||
Reverted. The v2.2 PR did not have driver approval and dependent patches were not reviewed.
V2.2: https://github.com/mozilla-b2g/b2g-manifest/commit/e79c9709e6c94733b5090afdb5eb0f360b83e90c
Master: https://github.com/mozilla-b2g/b2g-manifest/commit/ba3b8dc6ebc441fbaf197a795fc3ab53f926758c
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Updated•10 years ago
|
Summary: Update nexus-5-l to mr1 → Update b2g repos for nexus-5-l to mr1
Assignee | ||
Comment 25•10 years ago
|
||
To avoid build bustage, base-l.xml and all manifests depend on it should be updated at the same time. Bug 1153631 will update this. As all repos for nexus-5-l are updated as comment 19. Let's resolve this bug.
Status: REOPENED → RESOLVED
Closed: 10 years ago → 10 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•10 years ago
|
Assignee | ||
Comment 26•10 years ago
|
||
Comment on attachment 8585354 [details]
Update nexus-5-l manifest to b2g-5.1.0_r1.
Bug 1153631 will follow up to update the manifest.
Attachment #8585354 -
Attachment is obsolete: true
Assignee | ||
Updated•10 years ago
|
Attachment #8590291 -
Attachment is obsolete: true
Updated•10 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•