summaryrefslogtreecommitdiffstats
path: root/rules
Commit message (Collapse)AuthorAgeFilesLines
...
* ptxdist: add new command 'bsp-info'Michael Olbrich2019-02-201-1/+11
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_make_world_package_info: extend and handle image packagesMichael Olbrich2019-02-201-0/+9
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_make_world_license: add more data and and handle image packagesMichael Olbrich2019-02-204-2/+16
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* systemd: add missing dependencyMichael Olbrich2019-02-201-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* file: version bump 5.33 -> 5.35Clemens Gruber2019-02-191-2/+2
| | | | | | | Now we can remove the upstreamed seccomp patches. Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* grpc: version bump 1.17.2 -> 1.18.0Clemens Gruber2019-02-191-2/+2
| | | | | Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wayland-protocols: version bump 1.16 -> 1.17Philipp Zabel2019-02-191-2/+2
| | | | | Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-ninja: use world/executeMichael Olbrich2019-02-191-5/+4
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ca-certificates: use world/executeMichael Olbrich2019-02-191-5/+6
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptx/oldconfig: use 'execute'Michael Olbrich2019-02-191-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-meson: use world/executeMichael Olbrich2019-02-191-5/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* introduce 'world/execute' and 'execute' macrosMichael Olbrich2019-02-191-0/+28
| | | | | | | | With these, arbitrary commands can be executed in the build stages. They habe the advantage that the environment is identical to the default build stages. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* progress: count image stagesMichael Olbrich2019-02-192-10/+6
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* systemd: version bump 239 -> 241Michael Olbrich2019-02-192-14/+16
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-meson: version bump 0.44.1 -> 0.49.2Michael Olbrich2019-02-151-5/+5
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* optee: only build if selected in the platformconfigptxdist-2019.02.0Michael Olbrich2019-02-153-3/+9
| | | | | | | | | | Limiting the packages to ARM is not quite correct. Instead skip them if no OP-TEE platform is defined. This happens when optee is disabled in the platformconfig. This way the packages can be enabled in the ptxconfig but are only built if optee is also enabled in the platformconfig. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* optee: only build on armMichael Olbrich2019-02-143-3/+3
| | | | | | arm64 is broken and any other architectures are not supported. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* optee-examples: add as new target packageRouven Czerwinski2019-02-142-0/+81
| | | | | Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* optee-test: add new optee-test target packageRouven Czerwinski2019-02-142-0/+85
| | | | | Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* optee: add the OP-TEE as new target packageRouven Czerwinski2019-02-142-0/+101
| | | | | | | | Provide two KConfig files to allow inclusion of OP-TEE for userspace libraries and applications. Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* optee-client: add tee-supplicant service fileRouven Czerwinski2019-02-132-2/+18
| | | | | Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* optee-client: bump to 3.4.0Rouven Czerwinski2019-02-131-2/+2
| | | | | Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* f2fs-tools: version bump 1.8.0 => 1.12.0Jon Ringle2019-02-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f2fs-tools-1.8.0 fails to build with OSELAS.Toolchain-2018.12.0 due to changes done in glibc-2.28 that moved 'major', 'minor' and 'makedev'. The failure is this: libf2fs.c: In function 'get_rootdev': libf2fs.c:508:3: warning: implicit declaration of function 'major' [-Wimplicit-function-declaration] major(sb.st_dev), minor(sb.st_dev)); ^~~~~ libf2fs.c:508:21: warning: implicit declaration of function 'minor'; did you mean 'mknod'? [-Wimplicit-function-declaration] major(sb.st_dev), minor(sb.st_dev)); ^~~~~ mknod libf2fs.c: In function 'get_device_info': libf2fs.c:794:36: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'size_t' {aka 'unsigned int'} [-Wformat=] MSG(0, " %lu blocks per zone\n", ^~~~ CCLD libf2fs.la make[3]: Leaving directory `/home/local/GRIDPOINT/jringle/git/linux-initramfs/platform-EC1K/build-target/f2fs-tools-1.8.0/lib' Making all in mkfs make[3]: Entering directory `/home/local/GRIDPOINT/jringle/git/linux-initramfs/platform-EC1K/build-target/f2fs-tools-1.8.0/mkfs' CC f2fs_format_main.o CC libf2fs_format_la-f2fs_format_utils.lo CC libf2fs_format_la-f2fs_format.lo CC f2fs_format.o CC libf2fs_format_la-f2fs_format_main.lo CC f2fs_format_utils.o CCLD mkfs.f2fs /opt/OSELAS.Toolchain-2018.12.0/arm-v5te-linux-gnueabi/gcc-8.2.1-glibc-2.28-binutils-2.31.1-kernel-4.19-sanitized/lib/gcc/arm-v5te-linux-gnueabi/8.2.1/../../../../arm-v5te-linux-gnueabi/bin/ld: ../lib/.libs/libf2fs.so: undefined reference to `minor' /opt/OSELAS.Toolchain-2018.12.0/arm-v5te-linux-gnueabi/gcc-8.2.1-glibc-2.28-binutils-2.31.1-kernel-4.19-sanitized/lib/gcc/arm-v5te-linux-gnueabi/8.2.1/../../../../arm-v5te-linux-gnueabi/bin/ld: ../lib/.libs/libf2fs.so: undefined reference to `major' collect2: error: ld returned 1 exit status Upstream commit fixes the issue: https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/commit/?id=191a60fb4b3a761aea0877d02c0ee8d86baf1e93 Signed-off-by: Jon Ringle <jringle@gridpoint.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* mxt-app: new packageLucas Stach2019-02-132-0/+67
| | | | | | | | This adds the mxt-app utility, which is used to manipulate the configuration of Atmel MaXTouch devices. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* nvme-cli: new packageLucas Stach2019-02-132-0/+68
| | | | | | | | This adds the nvme userspace tool used for administration and monitoring of NVMe devices. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-cryptsetup: new packageBastian Krause2019-02-132-0/+59
| | | | | | | | | | | This is useful for offline hash data creation for dm-verity based filesystems with veritysetup. Everything else is disabled for now. openssl is used as crypto backend because host-openssl is enabled in most cases anyway. Signed-off-by: Bastian Krause <bst@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-lvm2: new packageBastian Krause2019-02-132-0/+71
| | | | | | | ncurses and readline support is not necessary for the host tool version. Signed-off-by: Bastian Krause <bst@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-libpopt: new packageBastian Krause2019-02-132-0/+35
| | | | | Signed-off-by: Bastian Krause <bst@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-json-c: new packageBastian Krause2019-02-132-0/+35
| | | | | Signed-off-by: Bastian Krause <bst@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* cryptsetup: version bump 2.0.3 -> 2.0.6Bastian Krause2019-02-132-2/+5
| | | | | | | | | cryptsetup strongly encourages to link against libblkid since 2.0.4. There's no point in enabling an SSE implementation on embedded devices. Signed-off-by: Bastian Krause <bst@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* librsvg: add missing dependencyMichael Olbrich2019-02-131-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* avahi: utils need dbus supportMichael Olbrich2019-02-101-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* krb5: drop some not needed dependenciesMichael Olbrich2019-02-102-5/+4
| | | | | | | libedit is not used with the system libss. And libss is only needed for the admin tools. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python3-lxml: add missing dependencyMichael Olbrich2019-02-101-0/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* waffle: add missing dependencyMichael Olbrich2019-02-101-0/+1
| | | | | | x11-xcb is needed for X1 support. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* glu: needs glxMichael Olbrich2019-02-101-1/+1
| | | | | | It checks for gl.pc which is only availabe with glx. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* polkit: fix building without systemdMichael Olbrich2019-02-101-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* speex: vorbis-psy also needs smallftMichael Olbrich2019-02-102-1/+5
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* mesalib: version bump 18.3.1 -> 18.3.2Michael Olbrich2019-02-101-2/+2
| | | | | | Also, add upstream patch to fix building with certain configure options. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libkcapi: fix targetinstallMichael Olbrich2019-02-101-12/+12
| | | | | | '#' starts a comment in makefiles. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* bluez: hid2hci is only built & install with tools enabledMichael Olbrich2019-02-101-0/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* usb-modeswitch: fix building without jimMichael Olbrich2019-02-102-6/+13
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* qt5: update dependencies to match the new new xcb-util packagesMichael Olbrich2019-02-101-0/+4
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* xcb-util-wm: new packageMichael Olbrich2019-02-102-0/+71
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* xcb-util-renderutil: new packageMichael Olbrich2019-02-102-0/+70
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* xcb-util-keysyms: new packageMichael Olbrich2019-02-102-0/+71
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* xcb-util-image: new packageMichael Olbrich2019-02-102-0/+71
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* xcb-util: version bump 0.3.6 -> 0.4.0Michael Olbrich2019-02-101-15/+10
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* u-boot-tools: fix building on PPCMichael Olbrich2019-02-091-2/+9
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* rules: use _MAKE_ENV instead of deprecated _COMPILE_ENVMichael Olbrich2019-02-0713-13/+13
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>