diff --git a/ipxe/README b/ipxe/README index 011aa21..45da1de 100644 --- a/ipxe/README +++ b/ipxe/README @@ -1,8 +1,3 @@ -iPXE README File +This iPXE source is no longer used. -Quick start guide: - - cd src - make - -For any more detailed instructions, see http://ipxe.org +See README file under xcat-dep/xnba on how to extract ipxe source from git.ipxe.org diff --git a/xnba/README b/xnba/README index 00c5c8a..648fde0 100644 --- a/xnba/README +++ b/xnba/README @@ -1,14 +1,14 @@ Get latest ipxe source from git.ipxe.org ---------------------------------------- - Current version is 1.20.1, the tar command below will use 1.20.1 to generate xnba-1.20.1.tar.bz2 the source code of ipxe version 1.20.1 (10/29/2020 ?) 1. git clone git://git.ipxe.org/ipxe.git 2. tar Jcvf xnba-.tar.bz2 --exclude-vcs ipxe +3. Optionally, if building is needed - cd src; make -Build xNBA rpm for xcat-dep ---------------------------- +Patch ipxe source +----------------- 1. Clone xcat-dep/xnba and create a new branch: git clone git@github.com:xcat2/xcat-dep.git; cd xcat-dep; git checkout -b 2. Checkin the generated xnba-.tar.bz2 file from above into git 3. If needed, modify existing or create additional patch files and checkin into git. The patch files will automatically be applied during build step below. @@ -24,28 +24,28 @@ Build xNBA rpm for xcat-dep i. git clone git://git.ipxe.org/ipxe.git ii. Make changes to the files under ipxei/src directory - iii. git diff - iv. If creating a new patch, place output of the command above into the .patch file. - v. If modifying existong patch, replace the contnts of the .patch file with the output of the command above. + iii. git diff > my.patch + iv. If creating a new patch, rename my.patch to something like ipxe-.patch + v. If modifying existing patch, replace the contents of that .patch file with the my.patch vi. Be carefull of spaces vs. tabs. If original source file contained tabs, the .patch file should also have tabs for the patched lines. - -4. On x86 build machine, checkout the branch created above: git clone https://github.com/xcat2/xcat-dep.git; cd xcat-dep; - -For linux ---------- -1. On x86 RHEL machine, install required package: xz-devel and gcc -2. Copy 5 patch files listed above and xnba-.tar.bz2 from cloned git directory into /root/rpmbuild/SOURCES/ -3. RPM build: cd xcat-dep/xnba; rpmbuild -ba xnba-undi.spec -4. Copy generated rpm /root/rpmbuild/RPMS/noarch/xnba-undi-.noarch.rpm into /gsa/pokgsa/projects/x/xcat/build/linux/xcat-dep/ + vii. Checkin the new or modified patch files into the same git branch. -For Debian ----------- -1. On x86 Ubuntu machine, install required packages: liblzma-dev, dpkg-dev, debhelper, and quilt -2. cd xcat-dep/xnba; ./make_deb.sh: build the package from the binaries under "binary" directory -3. ./rebuild.sh : build the package from source code, this should only run on amd64/x86_64 platform, it will update the files under "binary" directory after compilation -4. Copy generated deb file xcat-dep/xnba-undi__all.deb into /gsa/pokgsa/projects/x/xcat/build/ubuntu/xcat-dep/xcat-dep/pool/main/x/xnba-undi/ +Build xNBA rpm for xcat-dep +--------------------------- +1. On x86 RHEL machine, install required package: git, xz-devel and gcc +2. Checkout the branch created above: git clone https://github.com/xcat2/xcat-dep.git; cd xcat-dep; git checkout +3. Copy 5 patch files listed above and xnba-.tar.bz2 from cloned git directory into /root/rpmbuild/SOURCES/. Create that directory if one does not already exist. +4. RPM build: cd xcat-dep/xnba; rpmbuild -ba xnba-undi.spec +5. Copy generated rpm /root/rpmbuild/RPMS/noarch/xnba-undi-.noarch.rpm into /gsa/pokgsa/projects/x/xcat/build/linux/xcat-dep/ +Build xNBA deb for xcat-dep +--------------------------- +1. On x86 Ubuntu machine, install required packages: git, liblzma-dev, dpkg-dev, debhelper, and quilt +2. Checkout the branch created above: git clone https://github.com/xcat2/xcat-dep.git; cd xcat-dep; git checkout +3. DEB build: cd xcat-dep/xnba; ./make_deb.sh: build the package from the binaries under "binary" directory +4. ./rebuild.sh : build the package from source code, this should only run on amd64/x86_64 platform, it will update the files under "binary" directory after compilation +5. Copy generated deb file xcat-dep/xnba-undi__all.deb into /gsa/pokgsa/projects/x/xcat/build/ubuntu/xcat-dep/xcat-dep/pool/main/x/xnba-undi/ diff --git a/xnba/ipxe-verbump.patch b/xnba/ipxe-verbump.patch index ce902cc..190f16a 100644 --- a/xnba/ipxe-verbump.patch +++ b/xnba/ipxe-verbump.patch @@ -1,5 +1,5 @@ diff --git a/src/Makefile b/src/Makefile -index 69139dc1..50277ae9 100644 +index 69139dc1..d0e3f43f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -222,9 +222,9 @@ endif @@ -14,4 +14,4 @@ index 69139dc1..50277ae9 100644 +EXTRAVERSION = -1 endif MM_VERSION = $(VERSION_MAJOR).$(VERSION_MINOR) - VERSION = $(MM_VERSION).$(VERSION_PATCH)$(EXTRAVERSION) + VERSION = $(MM_VERSION).$(VERSION_PATCH)$(EXTRAVERSION)