Andres Salomon
5507be93ef
Makefile: use variables for platforms instead of repeating platform numbers
...
Create a variable called BUILD_PLATFORMS that lists the various pi images
to build. This keeps the platform list in one place in the makefile, rather
than sprinkled and repeated throughout multiple dependency and build lines.
When a platform is added (ie, the pi4) or removed, it won't touch multiple
rules and obscure other changes. This uses gmake-specific addprefix and
addsuffix.
2020-05-04 18:21:22 -04:00
Andres Salomon
dab07510cf
Clean up the .xz.sha256 sums that are created during build
2020-05-04 18:18:58 -04:00
Gunnar Wolf
7384f326de
Generate shasums for images both compressed and uncompressed
2020-04-27 11:59:56 -05:00
Gunnar Wolf
aad5a5a489
non-free must be enabled for updated raspi3-firmware on armel to be pulled in :-Þ
2020-04-24 11:00:10 -05:00
Gunnar Wolf
5add9a4a01
Added xzimages to clean target; keep images when preparing xzimages
2020-04-24 10:37:52 -05:00
Gunnar Wolf
c4b31783ee
Add xzimages target; build shasums based on them instead
2020-04-14 22:27:20 -05:00
Gunnar Wolf
507c5cd45a
Oops, extra noise in the checksums! Fixed.
2020-04-14 14:26:50 -05:00
Gunnar Wolf
5da5be7a5c
Some Makefile cleanup; build shasums from the images as well
2020-04-14 13:38:14 -05:00
Gunnar Wolf
4ceaa89eb8
Fix wrong syntax targetted for stable-proposed-updates inclusion
2020-04-10 00:45:32 -05:00
Gunnar Wolf
3cdd8af08d
Enable stable-proposed-updates for building images for RPi 0/1 families
2020-04-10 00:22:30 -05:00
Gunnar Wolf
7288c11f0e
Added a Makefile driving a raspi_master recipe
...
This is instead of maintaining separate recipes for 0w, 2 and 3 hardware
2019-12-17 17:41:16 -03:00