Browse Source

simplify source documentation

pull/36/head
Martin Kepplinger 5 years ago
parent
commit
5f2a854a35
3 changed files with 6 additions and 8 deletions
  1. +3
    -2
      SOURCE.md
  2. +3
    -3
      x230/release.sh
  3. +0
    -3
      x230/sources/PATCHES.md

+ 3
- 2
SOURCE.md View File

@ -7,5 +7,6 @@ The coreboot source code is available via git:
git clone https://review.coreboot.org/coreboot.git
In case there are external patches applied to build coreboot, they are
available in the sources directory too.
In case there are external patches applied to build coreboot, they should
be up for review at review.coreboot.org and included in the Skulls git
repository's common/download_coreboot.sh

+ 3
- 3
x230/release.sh View File

@ -104,7 +104,7 @@ RELEASE_IMAGE_FILE=$(basename "${RELEASE_IMAGE}")
sha256sum ${RELEASE_IMAGE_FILE} > "${RELEASE_IMAGE_FILE}.sha256"
# copy-in device independent stuff
cp ../SOURCE.md sources/
cp ../SOURCE.md .
tar -cJf skulls-x230-"${version}".tar.xz \
README.md \
@ -116,13 +116,13 @@ tar -cJf skulls-x230-"${version}".tar.xz \
x230_heads.sh \
external_install_bottom.sh \
external_install_top.sh \
sources \
SOURCE.md \
"${RELEASE_IMAGE_FILE}" \
"${RELEASE_IMAGE_FILE}.sha256"
rm "${RELEASE_IMAGE_FILE}"
rm "${RELEASE_IMAGE_FILE}.sha256"
rm sources/SOURCE.md
rm SOURCE.md
git commit -a -m "update to ${version}"
git tag -s "${version}" -m "skulls-x230 ${version}"


+ 0
- 3
x230/sources/PATCHES.md View File

@ -1,3 +0,0 @@
This describes patches we apply to coreboot's master branch for building
our release image. If there are any that are put up on review.coreboot.org,
they are listed in the Skulls git repository in common/download_coreboot.sh

Loading…
Cancel
Save