Commit Graph

5075 Commits

Author SHA1 Message Date
Andrew Jeddeloh
8e4d1dff44 signing/sign.sh: fix armoring
We use gpg --enarmor to convert the torcx manifest binary sigs to ascii
armored ones. Unfortunately --enarmor just wraps the binary blob without
realizing its a signature, which breaks torcx. Pipe the output through
sed to fix the header.
2018-10-29 08:09:39 -07:00
David Michael
dcfc5c173a
Merge pull request #849 from dm0-/arm64
Drop arm64 handling so scripts correctly give "unsupported board" errors
2018-10-26 16:51:46 -04:00
David Michael
373d5a814b catalyst: Temporarily disable update_seed again
This works around the edk2 rename breaking SDK bootstrapping.  It
can be reverted when an SDK has the new version built into it.
2018-10-25 17:08:02 -04:00
David Michael
ba7d7f1410 update_chroot: Add a workaround for a package rename
This avoids SDK update failures due to conflicts.  It can be
reverted once SDKs have the new version built into them.
2018-10-25 20:22:35 +00:00
David Michael
f9432f6702 vm_image_util: Switch back to edk2-ovmf paths
The custom sys-firmware/edk2 package has been replaced by Gentoo's
sys-firmware/edk2-ovmf package now that only amd64 is supported.

This partially reverts 1761d9d071 .
2018-10-25 17:15:03 +00:00
David Michael
2467923d56 Remove arm64 from supported board operations 2018-10-25 16:00:09 +00:00
David Michael
8e8d07f9a0 common.sh: Use amd64-usr as the default default board
We only support amd64-usr at this point, so this removes a required
step when setting up a new SDK.  If the default board is specified
normally or through the environment, it will override this value.
2018-10-25 14:11:42 +00:00
David Michael
8f761a7fdb core_dev_sign_update: Default to the amd64-usr board
There are no other supported boards at this point.
2018-10-23 17:38:55 +00:00
David Michael
e9f17c8143 jenkins: Drop the unused arm64 image format list 2018-10-23 17:36:30 +00:00
David Michael
a598864413 catalyst: Update sharedir for catalyst 3 2018-10-19 12:12:46 -04:00
David Michael
ca1b785812
Merge pull request #846 from dm0-/paths
Drop some useless paths on prod images
2018-10-18 13:12:17 -04:00
David Michael
23c5b018c6 prod_image_util: Drop /usr/include
This should be covered by INSTALL_MASK, but it apparently gets
confused by a symlink loop installed by json-c.  Remove it here.
2018-10-18 16:32:32 +00:00
David Michael
9adb659106 prod_image_util: Drop the portage cache database 2018-10-18 15:58:27 +00:00
David Michael
eba8219a3d
Merge pull request #845 from dm0-/profiles
update_chroot: Allow upgrading glibc and binutils
2018-10-15 18:08:58 -04:00
David Michael
1d19e63d43 jenkins/sdk: Drop redundant update_chroot
This happens from "cork update --create" already.
2018-10-12 20:09:24 +00:00
David Michael
729575c22e update_chroot: Allow upgrading glibc and binutils 2018-10-12 17:58:09 +00:00
David Michael
51c9737789
Merge pull request #843 from dm0-/catalyst
bootstrap_sdk: Explicitly set the Python version to 2.7
2018-09-28 15:15:35 -04:00
David Michael
c887cfdce6 bootstrap_sdk: Explicitly set the Python version to 2.7
It has recently started picking Python 3 for /usr/bin/python.
2018-09-28 13:53:13 +00:00
Andrew Jeddeloh
057a085057
Merge pull request #842 from ajeddeloh/signing-server
signing/sign.sh: update to use correct keys/ips
2018-09-25 15:57:40 -07:00
Andrew Jeddeloh
756112f245 signing/sign.sh: update to use correct keys/ips
Update to use the actual key names and IPs.
2018-09-25 15:44:23 -07:00
David Michael
1b8c0a40f1
Merge pull request #838 from dm0-/kernel
kernel_menuconfig: Drop unused script
2018-08-31 13:49:42 -04:00
David Michael
40e5c11c69 kernel_menuconfig: Drop unused script
No one is known to be using this script, and it no longer works.
If it turns out to have users, the script will need to be updated
to work with the current config file format before re-adding it.
2018-08-31 17:43:13 +00:00
David Michael
237569143f
Merge pull request #835 from dm0-/portage
Work with new portage sysroot behavior
2018-08-31 13:38:52 -04:00
David Michael
5ffb938934 image_to_vm: Fix OEM install roots for new portage 2018-08-30 00:53:17 +00:00
David Michael
ce2e7e8a17 setup_board: Drop needless SYSROOT when installing binpkgs
For the less common case where binpkgs are not used, restructure
this so that it builds binpkgs in /usr/${CHOST} without installing
them, use those binpkgs to initialize /build/${BOARD}.
2018-08-29 21:40:21 +00:00
David Michael
8556474e6a build_torcx_store: Update for newer portage versions
Since EAPI=7 was supported, portage can no longer use different
ROOT and SYSROOT values.  The torcx images were installed into a
temporary root directory after being built using the board's
development files.  To continue using this setup, the torcx image's
packages are built as normal binary packages for the board root
without being installed, then the binary packages are installed in
the temporary torcx root.
2018-08-29 21:40:21 +00:00
David Michael
afff45366a build_toolchains: Update sysroot settings for newer portage
Since EAPI=7 was supported, portage can no longer use different
ROOT and SYSROOT values.  This adjusts the paths so that the first
phase builds cross-toolchains under /usr/${CHOST}, then the native
toolchains are built under /build/${BOARD} (as was being done
previously).  Now that the cross-toolchain development files can't
be used when building the native toolchain, the headers and libs
are stupidly copied into the board root to be used used and then
overwritten by the board packages as they are built.  Since this is
all done in a chroot, these changes shouldn't affect the SDK host.
2018-08-29 21:40:21 +00:00
David Michael
8a4fe09896
Merge pull request #836 from dm0-/arm64
build_toolchains: Stop building arm64 toolchains
2018-08-29 17:39:46 -04:00
David Michael
ecc6d6bd3e build_toolchains: Stop building arm64 toolchains 2018-08-29 18:04:55 +00:00
Benjamin Gilbert
cf8e145926
Merge pull request #833 from bgilbert/disarm
transfer.sh: Drop support for boards other than amd64-usr
2018-07-27 19:34:42 -04:00
Benjamin Gilbert
32863264fd transfer.sh: Drop support for boards other than amd64-usr
We're no longer publishing arm64-usr releases.
2018-07-26 15:14:23 -04:00
David Michael
ae58a7169a
Merge pull request #832 from dm0-/docker
build_torcx_store: Stop building the old LTS image
2018-07-26 12:43:00 -04:00
David Michael
fc8fae97a9 build_torcx_store: Stop building the old LTS image
The new Docker release schedule has a new release every six months
after 18.09, which has a support period longer than our current LTS
versions.  Drop the LTS torcx image and let Docker versions promote
normally again.
2018-07-26 13:45:04 +00:00
Andrew Jeddeloh
73d2dc45b5
Merge pull request #831 from ajeddeloh/rm-dev-image
Remove Developer Image
2018-07-25 13:26:29 -07:00
Andrew Jeddeloh
16d5f05275 build_image: rename dev_image to dev_container 2018-07-25 13:11:17 -07:00
Andrew Jeddeloh
ef3d52b7fc bin: remove dead scripts
We don't use any of this and it doesn't work or does nothing. Remove it.
2018-07-25 13:11:17 -07:00
Andrew Jeddeloh
1718adb22a *: remove dev image
The dev image has been broken for some time. Some bits are left because
the dev container (not broken) still uses them. They should be renamed.
2018-07-25 13:11:17 -07:00
David Michael
b5b2ba47bb
Merge pull request #829 from dm0-/docker
build_torcx_store: Bump the default Docker to 18.06
2018-07-23 23:49:31 -04:00
Andrew Jeddeloh
836a70aacc bin: remove dead symlinks 2018-07-23 16:43:48 -07:00
David Michael
b9383fce76 build_torcx_store: Bump the default Docker to 18.06 2018-07-19 00:44:26 +00:00
James Forcier
3ff2eacd3b
Merge pull request #821 from csssuf/signing-server
Add signing server support to signing scripts
2018-07-13 16:05:55 -07:00
James Forcier
9af91ae771 signing/prod-2.pub.pem: add production pubkey
signing/sign.sh expects to find the production public key in the signing
directory, so put it there.
2018-07-06 09:41:08 -07:00
David Michael
d4634de0ef
Merge pull request #826 from dm0-/seed
Revert "catalyst: Temporarily disable update_seed"
2018-06-29 19:42:43 -04:00
David Michael
be1344f12d Revert "catalyst: Temporarily disable update_seed"
This reverts commit efbc542c59.
2018-06-29 13:38:08 +00:00
David Michael
55b448e9e5
Merge pull request #825 from dm0-/profiles
catalyst: Temporarily disable update_seed
2018-06-25 19:25:04 -04:00
David Michael
efbc542c59 catalyst: Temporarily disable update_seed
This can be reverted after switching to an SDK with Python 3.6
built into it.
2018-06-25 09:28:37 -04:00
James Forcier
f162943ee3 core_dev_sign_update: add script
This script is used by developers to create their individual signatures
to be submitted together via sign.sh.
2018-06-21 17:31:43 -07:00
James Forcier
447efbb575 signing/sign: pass user signatures to core_sign_update 2018-06-21 17:31:43 -07:00
James Forcier
35622c2abb core_sign_update: add support for new signing server 2018-06-21 17:31:43 -07:00
James Forcier
9643128247 offline_signing: rename to signing
As signing will no longer be offline, rename the directory
appropriately.
2018-06-21 17:31:43 -07:00