Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Issue 646032: Rename config to match naming convention. (Closed)

Created:
10 years, 10 months ago by bfreed
Modified:
9 years, 4 months ago
CC:
chromium-os-reviews_chromium.org
Visibility:
Public.

Description

Rename config to match naming convention. Review URL: http://codereview.chromium.org/601088 Create debian.chrome config for qualcomm. Review URL: http://codereview.chromium.org/603056 kernel: Enable arm cross-compilation in debian.chrome abstraction http://codereview.chromium.org/545162/show Changes to allow the debian.chrome abstraction to recognize armel configs and flavours. Signed-off-by: Kevin Degi <kdegi@quicinc.com>; Signed-off-by: Tim Gardner <tim.gardner@canonical.com>; Cherry-pick this change. Added debian.chrome abstraction (V3) http://codereview.chromium.org/525035 Picked up latest config changes. -------------- The built-in debian makefile system supports a number of handy targets, e.g., Generate the control files for packaging. You must do this before all else: fakeroot debian/rules clean Build all flavours for the chroot arch: fakeroot debian/rules binary-debs Generate a .config in debian/build/build-chromeos-intel-menlow: fakeroot debian/rules prepare-chromeos-intel-menlow Generate the deb for this flavour: linux-image-2.6.31-0-chromeos-intel-menlow_2.6.31-0.1_i386.deb fakeroot debian/rules binary-chromeos-intel-menlow Generate a .config in debian/build/build-chromeos-i386 fakeroot debian/rules prepare-chromium-i386 Generate the deb for this flavour: linux-image-2.6.31-0-chromium-i386_2.6.31-0.1_i386.deb fakeroot debian/rules binary-chromium-i386 Signed-off-by: Tim Gardner <tim.gardner@canonical.com>; Cherry-pick this change. UBUNTU: (buildenv) Add a distclean target to remove temporary files Ignore: yes Calling distclean will remove the temporary files generated by clean. This should make it simpler to see what other files might need handling or to really start from a clean environment. Signed-off-by: Stefan Bader <stefan.bader@canonical.com>; Signed-off-by: Andy Whitcroft <apw@canonical.com>;

Patch Set 1 #

Patch Set 2 : Send mail #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12123 lines, --1 lines) Patch
A debian.chrome/NOTES View 1 chunk +4 lines, -0 lines 0 comments Download
A debian.chrome/abi/2.6.31-0.0/abiname View 1 chunk +1 line, -0 lines 0 comments Download
A debian.chrome/abi/2.6.31-0.0/armel/ignore View 1 chunk +1 line, -0 lines 0 comments Download
A debian.chrome/abi/2.6.31-0.0/armel/ignore.modules View 1 chunk +1 line, -0 lines 0 comments Download
A debian.chrome/abi/2.6.31-0.0/i386/ignore View 1 chunk +1 line, -0 lines 0 comments Download
A debian.chrome/abi/2.6.31-0.0/i386/ignore.modules View 1 chunk +1 line, -0 lines 0 comments Download
A debian.chrome/abi/perm-blacklist View 0 chunks +-1 lines, --1 lines 0 comments Download
A debian.chrome/changelog View 1 chunk +13 lines, -0 lines 0 comments Download
A debian.chrome/changelog.historical View 1 1 chunk +4171 lines, -0 lines 0 comments Download
A debian.chrome/config/armel/config.common.armel View 1 chunk +309 lines, -0 lines 0 comments Download
A debian.chrome/config/armel/config.flavour.chromeos-qsd8650-st1 View 1 chunk +3 lines, -0 lines 0 comments Download
A debian.chrome/config/config.common.chromeos View 1 chunk +2585 lines, -0 lines 0 comments Download
A debian.chrome/config/i386/config.common.i386 View 1 chunk +300 lines, -0 lines 0 comments Download
A debian.chrome/config/i386/config.flavour.chromeos-intel-menlow View 1 chunk +14 lines, -0 lines 0 comments Download
A debian.chrome/config/i386/config.flavour.chromium-i386 View 1 chunk +14 lines, -0 lines 0 comments Download
A debian.chrome/control-scripts/headers-postinst View 1 chunk +126 lines, -0 lines 0 comments Download
A debian.chrome/control-scripts/postinst View 1 chunk +1087 lines, -0 lines 0 comments Download
A debian.chrome/control-scripts/postrm View 1 chunk +353 lines, -0 lines 0 comments Download
A debian.chrome/control-scripts/preinst View 1 1 chunk +299 lines, -0 lines 0 comments Download
A debian.chrome/control-scripts/prerm View 1 chunk +307 lines, -0 lines 0 comments Download
A debian.chrome/control.d/flavour-control.stub View 1 chunk +76 lines, -0 lines 0 comments Download
A debian.chrome/control.d/vars.chromeos-arm View 1 chunk +6 lines, -0 lines 0 comments Download
A debian.chrome/control.d/vars.chromeos-intel-menlow View 1 chunk +6 lines, -0 lines 0 comments Download
A debian.chrome/control.d/vars.chromium-i386 View 1 chunk +6 lines, -0 lines 0 comments Download
A debian.chrome/control.stub.in View 1 chunk +67 lines, -0 lines 0 comments Download
A debian.chrome/copyright View 1 chunk +30 lines, -0 lines 0 comments Download
A debian.chrome/rules View 1 chunk +122 lines, -0 lines 0 comments Download
A debian.chrome/rules.d/0-common-vars.mk View 1 chunk +147 lines, -0 lines 0 comments Download
A debian.chrome/rules.d/1-maintainer.mk View 1 chunk +121 lines, -0 lines 0 comments Download
A debian.chrome/rules.d/2-binary-arch.mk View 1 chunk +308 lines, -0 lines 0 comments Download
A debian.chrome/rules.d/3-binary-indep.mk View 1 chunk +92 lines, -0 lines 0 comments Download
A debian.chrome/rules.d/4-checks.mk View 1 chunk +26 lines, -0 lines 0 comments Download
A debian.chrome/rules.d/5-udebs.mk View 1 chunk +2 lines, -0 lines 0 comments Download
A debian.chrome/rules.d/armel.mk View 1 chunk +11 lines, -0 lines 0 comments Download
A debian.chrome/rules.d/i386.mk View 1 chunk +14 lines, -0 lines 0 comments Download
A debian.chrome/scripts/abi-check View 1 chunk +210 lines, -0 lines 0 comments Download
A debian.chrome/scripts/control-create View 1 chunk +25 lines, -0 lines 0 comments Download
A debian.chrome/scripts/link-headers View 1 chunk +42 lines, -0 lines 0 comments Download
A debian.chrome/scripts/misc/getabis View 1 chunk +86 lines, -0 lines 0 comments Download
A debian.chrome/scripts/misc/git-ubuntu-log View 1 chunk +243 lines, -0 lines 0 comments Download
A debian.chrome/scripts/misc/insert-changes.pl View 1 chunk +34 lines, -0 lines 0 comments Download
A debian.chrome/scripts/misc/insert-ubuntu-changes View 1 chunk +58 lines, -0 lines 0 comments Download
A debian.chrome/scripts/misc/kernelconfig View 1 chunk +124 lines, -0 lines 0 comments Download
A debian.chrome/scripts/misc/retag View 1 chunk +34 lines, -0 lines 0 comments Download
A debian.chrome/scripts/misc/splitconfig.pl View 1 chunk +111 lines, -0 lines 0 comments Download
A debian.chrome/scripts/module-check View 1 chunk +120 lines, -0 lines 0 comments Download
A debian.chrome/scripts/sub-flavour View 1 chunk +67 lines, -0 lines 0 comments Download
A debian.chrome/sub-flavours/README View 1 chunk +12 lines, -0 lines 0 comments Download
A debian.chrome/sub-flavours/control.stub View 1 chunk +39 lines, -0 lines 0 comments Download
A debian.chrome/tests/README View 1 chunk +21 lines, -0 lines 0 comments Download
A debian.chrome/tests/check-aliases View 1 chunk +24 lines, -0 lines 0 comments Download
A debian.master/rules View 1 chunk +228 lines, -0 lines 0 comments Download
A debian/rules View 1 chunk +22 lines, -0 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
bfreed
10 years, 10 months ago (2010-02-18 20:37:31 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698